Uses of Class net.dpml.cli.builder.GroupBuilder

Uses in package net.dpml.cli.builder

Constructors with parameter type net.dpml.cli.builder.GroupBuilder

Creates a new PatternBuilder

Methods with return type net.dpml.cli.builder.GroupBuilder

GroupBuilder
Resets the builder
GroupBuilder
GroupBuilder.withDescription(String newDescription)
Use this option description
GroupBuilder
GroupBuilder.withMaximum(int newMaximum)
A valid group requires at most this many options present
GroupBuilder
GroupBuilder.withMinimum(int newMinimum)
A valid group requires at least this many options present
GroupBuilder
GroupBuilder.withName(String newName)
Use this option name
GroupBuilder
Add this option to the group