public static interface ModelInitializer.IModelInitializer
| Modifier and Type | Method and Description |
|---|---|
void |
addLocation(java.io.File location,
ProgressObserver observer)
Adds a model location to the end of the list of existing locations.
|
void |
addLocationToFront(java.io.File location,
ProgressObserver observer)
Adds a model location to the beginning of the list of existing locations.
|
void |
registerLoader(ProgressObserver observer)
Registers the default model loader instance.
|
void |
removeLocation(java.io.File location,
ProgressObserver observer)
Adds a model location.
|
void |
unregisterLoader(ProgressObserver observer)
Unregisters the default model loader.
|
void addLocation(java.io.File location,
ProgressObserver observer)
throws ModelManagementException
location - the model location. Basically, this is a folder but for serializers,
this may be a file.observer - the progress observerModelManagementException - in case of problems registering the locationvoid addLocationToFront(java.io.File location,
ProgressObserver observer)
throws ModelManagementException
location - the model location. Basically, this is a folder but for serializers,
this may be a file.observer - the progress observerModelManagementException - in case of problems registering the locationvoid removeLocation(java.io.File location,
ProgressObserver observer)
throws ModelManagementException
location - the model location. Basically, this is a folder but for serializers,
this may be a file.observer - the progress observerModelManagementException - in case of problems registering the locationvoid registerLoader(ProgressObserver observer) throws ModelManagementException
observer - the progress observerModelManagementException - in case of problems registering the locationvoid unregisterLoader(ProgressObserver observer) throws ModelManagementException
observer - the progress observerModelManagementException - in case of problems registering the locationCopyright © 2009 - 2018 SSE. All Rights Reserved.