public interface IRackSystemDescriptorFactory
Modifier and Type | Field | Description |
---|---|---|
static final IRackSystemDescriptorFactory | INSTANCE | |
static final String | LIBRARY_FACTORY_CLASS |
Modifier and Type | Method | Description |
---|---|---|
static <T extends IRackSystemDescriptor> | create | |
static <T extends IRackSystemDescriptor> | create | |
static IRackSystemDescriptorFactory | createInstance() | |
<T extends Agent> | createStorageDescriptor() |
static final String LIBRARY_FACTORY_CLASS
static final IRackSystemDescriptorFactory INSTANCE
static IRackSystemDescriptorFactory createInstance()
<T extends Agent> IStorageDescriptor createStorageDescriptor()
static <T extends IRackSystemDescriptor> T create(Class<T> type)
static <T extends IRackSystemDescriptor> T create(Class<T> type, boolean lazy)