Uses of Interface
org.apache.commons.cli2.Group

Packages that use Group
org.apache.commons.cli2.builder   
org.apache.commons.cli2.commandline   
org.apache.commons.cli2.option   
org.apache.commons.cli2.util   
 

Uses of Group in org.apache.commons.cli2.builder
 

Methods in org.apache.commons.cli2.builder that return Group
 Group GroupBuilder.create()
          Creates a new Group instance
 

Methods in org.apache.commons.cli2.builder with parameters of type Group
 CommandBuilder CommandBuilder.withChildren(Group newChildren)
          Specifies the children for the next Command that is created.
 SwitchBuilder SwitchBuilder.withChildren(Group newChildren)
          Use this child Group
 DefaultOptionBuilder DefaultOptionBuilder.withChildren(Group newChildren)
          Use this child Group
 

Uses of Group in org.apache.commons.cli2.commandline
 

Methods in org.apache.commons.cli2.commandline with parameters of type Group
 void Parser.setGroup(Group group)
          Sets the Group of options to parse against
 

Uses of Group in org.apache.commons.cli2.option
 

Classes in org.apache.commons.cli2.option that implement Group
 class GroupImpl
          An implementation of Group
 

Methods in org.apache.commons.cli2.option that return Group
 Group ParentImpl.getChildren()
           
 

Constructors in org.apache.commons.cli2.option with parameters of type Group
Command(String preferredName, String description, Set aliases, boolean required, Argument argument, Group children, int id)
          Creates a new Command instance.
DefaultOption(String shortPrefix, String longPrefix, boolean burstEnabled, String preferredName, String description, Set aliases, Set burstAliases, boolean required, Argument argument, Group children, int id)
          Creates a new DefaultOption
ParentImpl(Argument argument, Group children, String description, int id, boolean required)
           
Switch(String enabledPrefix, String disabledPrefix, String preferredName, Set aliases, String description, boolean required, Argument argument, Group children, int id, Boolean switchDefault)
          Creates a new Switch with the specified parameters
 

Uses of Group in org.apache.commons.cli2.util
 

Methods in org.apache.commons.cli2.util that return Group
 Group HelpFormatter.getGroup()
           
 

Methods in org.apache.commons.cli2.util with parameters of type Group
 void HelpFormatter.setGroup(Group group)
          Sets the Group of Options to document
 



Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.