net.sourceforge.cruisecontrol
Interface PluginDetail

All Superinterfaces:
java.lang.Comparable, java.io.Serializable
All Known Implementing Classes:
GenericPluginDetail

public interface PluginDetail
extends java.lang.Comparable, java.io.Serializable

Represents information common to all plugins.


Method Summary
 java.lang.String getName()
           
 Attribute[] getRequiredAttributes()
           
 PluginType getType()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getName

public java.lang.String getName()

getType

public PluginType getType()

getRequiredAttributes

public Attribute[] getRequiredAttributes()