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

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


getVersion

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


getArtifactId

java.lang.String getArtifactId()
equals -


getLongName

java.lang.String getLongName()

getDescription

java.lang.String getDescription()

getPropertyKeys

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


getEnhancedPropertyInfo

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



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