public class DescriptorSourceFactory
extends java.lang.Object
Constructor and Description |
---|
DescriptorSourceFactory() |
Modifier and Type | Method and Description |
---|---|
static DescriptorSource |
getDescriptorSource()
Returns the singleton descriptor source instance that gets created
upon first invocation of this method.
|
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. |
public static void setDescriptorSource(DescriptorSource descriptorSource)
getDescriptorSource()
rather than creating an
instance upon first invocation.public static DescriptorSource getDescriptorSource()