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.
Methods inherited from interface java.lang.Comparable |
compareTo |
getName
public java.lang.String getName()
getType
public PluginType getType()
getRequiredAttributes
public Attribute[] getRequiredAttributes()