Class DisableExperimentalFeatureTask


  • public class DisableExperimentalFeatureTask
    extends SISSubTask
    Disables an experimental feature in a SIS RA entity. The SIS RA entity to manage to is specified by the enclosing SISManagementTask element. For example:
     <sis-in-management raentity="foo">
       <disableexperimentalfeature name="xyz-protocol-support"/>
     </sis-in-management>
     
    This task invokes the ExperimentalFeatureManagementMBean.disableExperimentalFeature(String) management operation.

    Ant Parameters

    Attribute Description Required
    name The name of the experimental feature. Yes.
    failonerror Default failure case behaviour for this task. If set to 'false' or 'no', the build will continue when this task attempts a redundant action. No. Default is inherited from the enclosing SISManagementTask.
    • Constructor Detail

      • DisableExperimentalFeatureTask

        public DisableExperimentalFeatureTask()
    • Method Detail

      • setName

        public void setName​(String name)