Class RemoveSasBundleMappingTask

  • All Implemented Interfaces:
    SubTask

    public class RemoveSasBundleMappingTask
    extends AbstractBaseTask

    A Rhino management sub task for removing a SAS bundle mapping.

    Ant Parameters
    Attribute Description Required

    name

    The name of the sas bundle.

    Yes.

    • Constructor Detail

      • RemoveSasBundleMappingTask

        public RemoveSasBundleMappingTask()
    • Method Detail

      • execute

        protected void execute()
                        throws org.apache.tools.ant.BuildException
        Specified by:
        execute in class AbstractBaseTask
        Throws:
        org.apache.tools.ant.BuildException
      • validateParameters

        protected void validateParameters()
                                   throws org.apache.tools.ant.BuildException
        Specified by:
        validateParameters in class AbstractBaseTask
        Throws:
        org.apache.tools.ant.BuildException
      • setName

        public void setName​(String name)