public abstract class BaseExtension extends Object implements ExtensionModule, Serializable
APP, COMMAND, ETL_DRIVER, FORMATTER, IDE_NODE, NO_RANK, WIDGET| Constructor and Description |
|---|
BaseExtension() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ExtensionModule ext) |
String |
getConfigFileName()
Gets the path to the configuration file for the module.
|
int |
getExtensionRank()
Gets the extension rank.
|
String |
getIconPath()
Gets the full path to the icon file.
|
String |
getLocalUnitClassPath()
If extension module is a "local" it must return the path to it's corresponding Unit.
|
String |
getXmlConfigFileName()
Gets the path to the xml configuration file for the module.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDisplayName, getLicensePropertyName, getType, getVendor, getVersionpublic int compareTo(ExtensionModule ext)
compareTo in interface Comparable<ExtensionModule>public String getConfigFileName()
ExtensionModulegetConfigFileName in interface ExtensionModulepublic int getExtensionRank()
ExtensionModulegetExtensionRank in interface ExtensionModulepublic String getIconPath()
ExtensionModulegetIconPath in interface ExtensionModulepublic String getLocalUnitClassPath()
ExtensionModulegetLocalUnitClassPath in interface ExtensionModuleUnitpublic String getXmlConfigFileName()
ExtensionModulegetXmlConfigFileName in interface ExtensionModuleCopyright © 2010-2020 Toolsverse. All Rights Reserved.