Interface ICommonPropertyBasedHotDeployPlugin
-
- All Superinterfaces:
ch.ethz.cisd.hotdeploy.Plugin
public interface ICommonPropertyBasedHotDeployPlugin extends ch.ethz.cisd.hotdeploy.Plugin
The base interface for property-based plugins with support for hot-deploy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ICommonPropertyBasedHotDeployPlugin.EntityKind
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
Returns a description for this plugin.java.util.EnumSet<ICommonPropertyBasedHotDeployPlugin.EntityKind>
getSupportedEntityKinds()
Returns set of supported entities of this property-based plugin.
-
-
-
Method Detail
-
getDescription
java.lang.String getDescription()
Returns a description for this plugin.
-
getSupportedEntityKinds
java.util.EnumSet<ICommonPropertyBasedHotDeployPlugin.EntityKind> getSupportedEntityKinds()
Returns set of supported entities of this property-based plugin.
-
-