|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mevenide.plugins.DefaultPluginInfo
public class DefaultPluginInfo
default implementation of IPluginInfo that is based on the directories in maven plugin cache.
| 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 |
| Method Detail |
|---|
protected 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 getName()
IPluginInfo
getName 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 | |||||||||