public class DALFileLocator extends AbstractLocator
Modifier and Type | Field and Description |
---|---|
static String |
FILESYSTEMSERVEREXPLORERE_MANAGER_NAME
DataManager name used by the locator to access the instance
|
Constructor and Description |
---|
DALFileLocator() |
Modifier and Type | Method and Description |
---|---|
static FilesystemServerExplorerManager |
getFilesystemServerExplorerManager()
Return a reference to FilesystemServerExplorerManager.
|
static DALFileLocator |
getInstance()
Return the singleton instance.
|
String |
getLocatorName()
Returns the name of the Locator, for registration, logging, and other
uses.
|
static void |
registerFilesystemSeverExplorerManager(Class clazz)
Registers the Class implementing the FilesystemSeverExplorerManager
interface.
|
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toString
public static final String FILESYSTEMSERVEREXPLORERE_MANAGER_NAME
public static DALFileLocator getInstance()
public String getLocatorName()
Locator
public static FilesystemServerExplorerManager getFilesystemServerExplorerManager() throws LocatorException
LocatorException
- if there is no access to the class or the class cannot be
instantiatedLocator.get(String)
public static void registerFilesystemSeverExplorerManager(Class clazz)
clazz
- implementing the FilesystemSeverExplorerManager interface