Package org.commonjava.indy.spi
Interface IndyAddOn
-
public interface IndyAddOnComponent that describes an add-on to Indy. This is currently most useful when the add-on provides UI elements, and is the only way to get new parts added to the UI.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.commonjava.indy.model.spi.IndyAddOnIDgetId()Retrieve an identifier for this add-on which contains various UI configurations, along with a basic name for the add-on.
-