com.softwareag.cis.plugin.extpt
Interface PlugInInfo

All Superinterfaces:
ExtensionImplementation
All Known Implementing Classes:
AbstractPlugInInfo, BasePlugInInfo

public interface PlugInInfo
extends ExtensionImplementation


Field Summary
static int LOGIN_LOGO_MAX_HEIGHT
           
static java.lang.String rcs_id
           
 
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 getLoginPageURL()
          Get URL of login page
 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 interface com.softwareag.cis.plugin.registry.ExtensionImplementation
getExtension, getPlugIn, popContextClassLoader, pushContextClassLoader, setExtension
 

Field Detail

rcs_id

static final java.lang.String rcs_id
See Also:
Constant Field Values

LOGIN_LOGO_MAX_HEIGHT

static final int LOGIN_LOGO_MAX_HEIGHT
See Also:
Constant Field Values
Method Detail

getLoginPageURL

java.lang.String getLoginPageURL()
Get URL of login page

Returns:
URL, must not be null

getTitle

java.lang.String getTitle()
Obtain name/title of plug-in

Returns:
the plug-in's name or title

getVendor

java.lang.String getVendor()
Get name of vendor providing plug-in

Returns:
name of vendor

getVersion

java.lang.String getVersion()
Get version string of plug-in

Returns:
plug-in's version

getImageURL

java.lang.String getImageURL()
Get URL of 16x16 icon representing plug-in

Returns:
icon URL, may be null

getLayout

java.lang.String getLayout()
Get URL of layout to be displayed in plug-in specific about dialog

Returns:
URL of layout or null, if not provided