|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jpox.plugin.Plugin
A Plug-in definition. Represents the XML declaration
Constructor Summary | |
Plugin(java.lang.String id,
java.lang.String name,
java.lang.String providerName,
java.lang.String version,
java.net.URL pluginLocation)
Constructor |
Method Summary | |
java.lang.String |
getId()
Accessor for the plug-in id |
java.lang.String |
getName()
Acessor for the plug-in name |
java.net.URL |
getPluginLocation()
Acessor for the location of the plugin.xml file |
java.lang.String |
getProviderName()
Accessor for the provider name of this plug-in |
java.lang.String |
getVersion()
Acessor for the version of this plug-in |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Plugin(java.lang.String id, java.lang.String name, java.lang.String providerName, java.lang.String version, java.net.URL pluginLocation)
id
- the unique idname
- the nameproviderName
- the provider nameversion
- the version numberpluginLocation
- the path to the declaration fileMethod Detail |
public java.lang.String getId()
public java.lang.String getProviderName()
public java.lang.String getVersion()
public java.net.URL getPluginLocation()
public java.lang.String getName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |