|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectproject35.soa.plugins.AbstractProject35Plugin
public abstract class AbstractProject35Plugin
| Field Summary | |
|---|---|
protected Parameter[] |
initialisationParameters
|
protected URL |
resourceDirectory
|
| Constructor Summary | |
|---|---|
AbstractProject35Plugin()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Get the value of description. |
String |
getDisplayName()
Get the value of displayName. |
URL |
getHelpLink()
web page that shows help about the plugin |
Parameter[] |
getInitialisationParameters()
|
void |
initialiseService(URL resourceDirectory,
Parameter[] initialisationParameters)
|
void |
setDescription(String description)
Set the value of description. |
void |
setDisplayName(String displayName)
Set the value of displayName. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface project35.soa.plugins.Project35Plugin |
|---|
execute, isSuitableForRecordModel |
| Field Detail |
|---|
protected Parameter[] initialisationParameters
protected URL resourceDirectory
| Constructor Detail |
|---|
public AbstractProject35Plugin()
| Method Detail |
|---|
public void setDescription(String description)
description - Value to assign to description.public void setDisplayName(String displayName)
displayName - Value to assign to displayName.public String getDisplayName()
public String getDescription()
public Parameter[] getInitialisationParameters()
getInitialisationParameters in interface ServiceClass
public void initialiseService(URL resourceDirectory,
Parameter[] initialisationParameters)
initialiseService in interface ServiceClasspublic URL getHelpLink()
Project35Plugin
getHelpLink in interface Project35Plugin
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||