|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mevenide.plugins.JarPluginInfo
public class JarPluginInfo
plugin information retrieved from the jar file of the plugin.
| Constructor Summary | |
|---|---|
JarPluginInfo(java.io.File jarFile)
Creates a new instance of JarPluginInfo |
|
| Method Summary | |
|---|---|
java.lang.String |
getArtifactId()
equals |
java.lang.String |
getDescription()
|
java.util.Set |
getEnhancedPropertyInfo()
Set of PluginProperty> instances |
java.lang.String |
getLongName()
|
java.lang.String |
getName()
name of the plugin. |
protected java.io.InputStream |
getPluginPropsFileInputStream()
input stream for plugin.properties file. |
protected java.io.InputStream |
getProjectFileInputStream()
get the input stream for the project.xml file of teh plugin. |
java.util.Set |
getPropertyKeys()
Set of String, property keys of the plugin. |
java.lang.String |
getVersion()
the current version of the plugin installed. |
protected void |
readProjectValues()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JarPluginInfo(java.io.File jarFile)
| Method Detail |
|---|
public java.lang.String getName()
IPluginInfo
getName in interface IPluginInfoprotected java.io.InputStream getPluginPropsFileInputStream()
protected java.io.InputStream getProjectFileInputStream()
public java.lang.String getArtifactId()
IPluginInfo
getArtifactId in interface IPluginInfopublic java.lang.String getVersion()
IPluginInfo
getVersion in interface IPluginInfopublic java.lang.String getDescription()
getDescription in interface IPluginInfopublic java.lang.String getLongName()
getLongName in interface IPluginInfopublic java.util.Set getPropertyKeys()
IPluginInfoString, property keys of the plugin.
getPropertyKeys in interface IPluginInfopublic java.util.Set getEnhancedPropertyInfo()
PluginProperty> instances
getEnhancedPropertyInfo in interface IPluginInfoprotected final void readProjectValues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||