com.softwareag.cis.plugin.ext
Class BasePlugInInfo

java.lang.Object
  extended by com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
      extended by com.softwareag.cis.plugin.extpt.util.AbstractPlugInInfo
          extended by com.softwareag.cis.plugin.ext.BasePlugInInfo
All Implemented Interfaces:
PlugInInfo, ExtensionImplementation

public class BasePlugInInfo
extends AbstractPlugInInfo

PlugInInfo for "Base" plug-in


Field Summary
 
Fields inherited from class com.softwareag.cis.plugin.extpt.util.AbstractPlugInInfo
rcs_id
 
Fields inherited from interface com.softwareag.cis.plugin.extpt.PlugInInfo
LOGIN_LOGO_MAX_HEIGHT
 
Constructor Summary
BasePlugInInfo()
           
 
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 com.softwareag.cis.plugin.extpt.util.AbstractPlugInInfo
getApplicationContext, getLoginPageURL, setApplicationContext
 
Methods inherited from class com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
getExtension, getPlugIn, popContextClassLoader, pushContextClassLoader, setExtension
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.softwareag.cis.plugin.registry.ExtensionImplementation
getExtension, getPlugIn, popContextClassLoader, pushContextClassLoader, setExtension
 

Constructor Detail

BasePlugInInfo

public BasePlugInInfo()
Method Detail

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