public class ExporttoLocator extends BaseLocator
ExporttoManager
.Modifier and Type | Field and Description |
---|---|
static String |
MANAGER_DESCRIPTION
Exportto manager description.
|
static String |
MANAGER_NAME
Exportto manager name.
|
Constructor and Description |
---|
ExporttoLocator() |
Modifier and Type | Method and Description |
---|---|
static ExporttoLocator |
getInstance()
Return the singleton instance.
|
String |
getLocatorName()
Return the Locator's name.
|
static ExporttoManager |
getManager()
Return a reference to the ExporttoManager.
|
static void |
registerManager(Class<? extends ExporttoManager> clazz)
Registers the Class implementing the ExporttoManager interface.
|
exists, get, getNames, register, register, register, register, registerDefault, registerDefault, toString
public static final String MANAGER_NAME
public static final String MANAGER_DESCRIPTION
public static ExporttoLocator getInstance()
public final String getLocatorName()
getLocatorName
in interface Locator
getLocatorName
in class BaseLocator
public static ExporttoManager getManager() throws LocatorException
LocatorException
- if there is no access to the class or the class cannot be
instantiatedLocator.get(String)
public static void registerManager(Class<? extends ExporttoManager> clazz)
clazz
- implementing the ExporttoManager interface