com.softwareag.cis.plugin.ext
Class BasePlugInInfo
java.lang.Object
com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
com.softwareag.cis.plugin.extpt.util.AbstractPlugInInfo
com.softwareag.cis.plugin.ext.BasePlugInInfo
- All Implemented Interfaces:
- PlugInInfo, ExtensionImplementation
public class BasePlugInInfo
- extends AbstractPlugInInfo
PlugInInfo for "Base" plug-in
Method Summary |
java.lang.String |
getImageURL()
Get URL of 16x16 icon representing plug-in |
java.lang.String |
getLayout()
Get URL of layout to be displayed in plug-in specific about dialog |
java.lang.String |
getTitle()
Obtain name/title of plug-in |
java.lang.String |
getVendor()
Get name of vendor providing plug-in |
java.lang.String |
getVersion()
Get version string of plug-in |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasePlugInInfo
public BasePlugInInfo()
getTitle
public java.lang.String getTitle()
- Description copied from interface:
PlugInInfo
- Obtain name/title of plug-in
- Returns:
- the plug-in's name or title
getVendor
public java.lang.String getVendor()
- Description copied from interface:
PlugInInfo
- Get name of vendor providing plug-in
- Returns:
- name of vendor
getVersion
public java.lang.String getVersion()
- Description copied from interface:
PlugInInfo
- Get version string of plug-in
- Returns:
- plug-in's version
getImageURL
public java.lang.String getImageURL()
- Description copied from interface:
PlugInInfo
- Get URL of 16x16 icon representing plug-in
- Returns:
- icon URL, may be null
getLayout
public java.lang.String getLayout()
- Description copied from interface:
PlugInInfo
- Get URL of layout to be displayed in plug-in specific about dialog
- Returns:
- URL of layout or null, if not provided