org.mevenide.plugins
Interface IPluginInfo

All Known Implementing Classes:
DefaultPluginInfo

public interface IPluginInfo

information about the plugin.

Author:
Milos Kleint

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.
 java.util.Set getPropertyKeys()
          Set of String, property keys of the plugin.
 java.lang.String getVersion()
          the current version of the plugin installed.
 

Method Detail

getName

public java.lang.String getName()
name of the plugin.


getVersion

public java.lang.String getVersion()
the current version of the plugin installed.


getArtifactId

public java.lang.String getArtifactId()
equals -


getLongName

public java.lang.String getLongName()

getDescription

public java.lang.String getDescription()

getPropertyKeys

public java.util.Set getPropertyKeys()
Set of String, property keys of the plugin.


getEnhancedPropertyInfo

public java.util.Set getEnhancedPropertyInfo()
Set of PluginProperty> instances



Copyright © 2003-2005 The Codehaus. All Rights Reserved.