| Constructor and Description |
|---|
MetadataUnit()
Instantiates a new metadata unit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(String name,
Object object)
Adds loaded object using name as a key.
|
void |
addWithoutLicense(String name,
Object object)
Adds loaded object which doesn't have license using name as a key.
|
boolean |
allowLoadAll()
Checks if loader allowed to to load all objects regardless of license.
|
boolean |
canBeLoadedAgain()
Checks if module can be loaded again.
|
void |
finishLoad(UnitLoader loader)
Executed when UnitLoader finishes load.
|
void |
free()
Executed when there is a need to free memory.
|
List<Metadata> |
getList()
Gets the list of loaded modules.
|
Map<String,Metadata> |
getObjects()
Gets the objects.
|
List<KeyValue> |
getSelect()
Gets the the list of metadata drivers which can be used by the combo box UI control.
|
List<KeyValue> |
getSelectAll()
Gets the list used by combo box to select all metadata drivers, event without license.
|
boolean |
loadsConfigurableExtensions()
Returns true if Unit is indented to load configurable extensions.
|
boolean |
startLoad()
Executed when UnitLoader starts loading.
|
getClassPath, getJarPath, getObjClass, getPath, isSingleton, setClassPath, setJarPath, setObjClass, setPath, setSingletonpublic void add(String name,
Object object)
Unitpublic void addWithoutLicense(String name,
Object object)
UnitaddWithoutLicense in class Unit<Metadata>name - the unique name of the objectobject - the objectpublic boolean allowLoadAll()
UnitallowLoadAll in class Unit<Metadata>public boolean canBeLoadedAgain()
UnitcanBeLoadedAgain in class Unit<Metadata>public void finishLoad(UnitLoader loader)
UnitfinishLoad in class Unit<Metadata>loader - the UnitLoaderpublic void free()
Unitpublic List<Metadata> getList()
Unitpublic Map<String,Metadata> getObjects()
public List<KeyValue> getSelect()
public List<KeyValue> getSelectAll()
public boolean loadsConfigurableExtensions()
UnitloadsConfigurableExtensions in class Unit<Metadata>Copyright © 2010-2020 Toolsverse. All Rights Reserved.