public class ApplicationLocator extends BaseLocator
Modifier and Type | Field and Description |
---|---|
static String |
APPGVSIG_MANAGER_NAME |
static String |
FILESYSTEMEXPLORERPROPERTIESPANEL_MANAGER_NAME |
Constructor and Description |
---|
ApplicationLocator() |
Modifier and Type | Method and Description |
---|---|
static FilesystemExplorerPropertiesPanelManager |
getFilesystemExplorerPropertiesPanelManager() |
static ApplicationLocator |
getInstance()
Return the singleton instance.
|
String |
getLocatorName()
Returns the name of the Locator, for registration, logging, and other
uses.
|
static ApplicationManager |
getManager()
Return a reference to PersistenceManager.
|
static ProjectManager |
getProjectManager() |
static void |
registerApplicationManager(Class<? extends ApplicationManager> clazz)
Registers the Class implementing the PersistenceManager interface.
|
static void |
registerDefaultApplicationManager(Class<? extends ApplicationManager> clazz) |
static void |
registerFilesystemExplorerPropertiesPanelManager(Class<? extends FilesystemExplorerPropertiesPanelManager> clazz) |
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toString
public static final String APPGVSIG_MANAGER_NAME
public static final String FILESYSTEMEXPLORERPROPERTIESPANEL_MANAGER_NAME
public static ApplicationLocator getInstance()
public String getLocatorName()
Locator
getLocatorName
in interface Locator
getLocatorName
in class BaseLocator
public static ApplicationManager getManager() throws LocatorException
LocatorException
- if there is no access to the class or the class cannot be
instantiatedLocator.get(String)
public static void registerApplicationManager(Class<? extends ApplicationManager> clazz)
clazz
- implementing the PersistenceManager interfacepublic static void registerDefaultApplicationManager(Class<? extends ApplicationManager> clazz)
public static ProjectManager getProjectManager() throws LocatorException
LocatorException
public static void registerFilesystemExplorerPropertiesPanelManager(Class<? extends FilesystemExplorerPropertiesPanelManager> clazz)
public static FilesystemExplorerPropertiesPanelManager getFilesystemExplorerPropertiesPanelManager() throws LocatorException
LocatorException