|
AR System Java Plug-in API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.arsys.pluginsvr.plugins.ARPluginInfo
public class ARPluginInfo
This class contains information about a plug-in. It contains the name of plug-in and the version of the plug-in architecture.
| Constructor Summary | |
|---|---|
ARPluginInfo(String pName,
ARPluggable pPlugin)
Create pluginInfo with name and an instance of the plug-in. |
|
| Method Summary | |
|---|---|
String |
getName()
Get the plug-in's name. |
int |
getVersion()
Get the plug-in's version |
void |
setName(String name)
Set the plug-in's name. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ARPluginInfo(String pName,
ARPluggable pPlugin)
pName - the name of the plug-inpPlugin - the plug-in| Method Detail |
|---|
public String getName()
public void setName(String name)
name - the name to setpublic int getVersion()
|
AR System Java Plug-in API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||