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 -
Method Summary
Modifier and TypeMethodDescriptionReturns a description for this plugin.Returns set of supported entities of this property-based plugin.
-
Method Details
-
getDescription
String getDescription()Returns a description for this plugin. -
getSupportedEntityKinds
EnumSet<ICommonPropertyBasedHotDeployPlugin.EntityKind> getSupportedEntityKinds()Returns set of supported entities of this property-based plugin.
-