Class DescriptorSourceFactory


  • public class DescriptorSourceFactory
    extends java.lang.Object
    • Constructor Detail

      • DescriptorSourceFactory

        public DescriptorSourceFactory()
    • Method Detail

      • setDescriptorSource

        public static void setDescriptorSource​(DescriptorSource descriptorSource)
        Sets a custom singleton descriptor source instance that will be returned by getDescriptorSource() rather than creating an instance upon first invocation.
      • getDescriptorSource

        public static DescriptorSource getDescriptorSource()
        Returns the singleton descriptor source instance that gets created upon first invocation of this method.