Class Delgroupproperty


  • public class Delgroupproperty
    extends Object
    The class is used by FortressAntTask to load Groups. It is not intended to be callable by programs outside of the Ant load utility. The class name itself maps to the xml tag used by load utility.

    This class name, 'Delgroup', is used for the xml tag in the load script.

     
     <target name="all">
         <FortressAdmin>
             <delgroupmember>
               ...
             </delgroupmember>
         </FortressAdmin>
     </target>
     
     
    Author:
    Apache Directory Project
    • Constructor Detail

      • Delgroupproperty

        public Delgroupproperty()
        All Ant data entities must have a default constructor.
    • Method Detail

      • addGroup

        public void addGroup​(Group group)
        This method name, 'addGroup', is used for derived xml tag 'group' in the load script.
         
          <delgroupmember>
              <group name="test001"/>
          </delgroupmember>
         
         
        Parameters:
        group - contains reference to data element targeted for removal.