CommandLine.Model.CommandSpec |
CommandLine.Model.CommandSpec.addMixin(java.lang.String name,
CommandLine.Model.CommandSpec mixin,
CommandLine.Model.IAnnotatedElement annotatedElement) |
Adds the specified mixin CommandSpec object to the map of mixins for this command.
|
CommandLine.Model.CommandSpec |
CommandLine.Model.CommandSpec.addParentCommandElement(CommandLine.Model.IAnnotatedElement spec) |
Adds the specified {@literal @}ParentCommand -annotated program element to the list of elements for this command.
|
CommandLine.Model.ArgGroupSpec.Builder |
CommandLine.Model.ArgGroupSpec.Builder.addSpecElement(CommandLine.Model.IAnnotatedElement element) |
Adds the specified {@literal @}Spec annotated program element to the list of spec elements for this group.
|
CommandLine.Model.CommandSpec |
CommandLine.Model.CommandSpec.addSpecElement(CommandLine.Model.IAnnotatedElement spec) |
Adds the specified {@literal @}Spec -annotated program element to the list of elements for this command.
|
(package private) static CommandLine.Range |
CommandLine.Range.adjustForType(CommandLine.Range result,
CommandLine.Model.IAnnotatedElement member) |
|
private static CommandLine.Model.ArgSpec |
CommandLine.Model.CommandReflection.buildArgForMember(CommandLine.Model.IAnnotatedElement member,
CommandLine.IFactory factory) |
|
private static CommandLine.Model.ArgGroupSpec |
CommandLine.Model.CommandReflection.buildArgGroupForMember(CommandLine.Model.IAnnotatedElement member,
CommandLine.IFactory factory,
CommandLine.Model.CommandSpec commandSpec) |
|
static CommandLine.Model.ArgGroupSpec.Builder |
CommandLine.Model.ArgGroupSpec.builder(CommandLine.Model.IAnnotatedElement annotatedElement) |
|
static CommandLine.Model.OptionSpec.Builder |
CommandLine.Model.OptionSpec.builder(CommandLine.Model.IAnnotatedElement source,
CommandLine.IFactory factory) |
|
static CommandLine.Model.PositionalParamSpec.Builder |
CommandLine.Model.PositionalParamSpec.builder(CommandLine.Model.IAnnotatedElement source,
CommandLine.IFactory factory) |
|
private static CommandLine.Model.CommandSpec |
CommandLine.Model.CommandReflection.buildMixinForMember(CommandLine.Model.IAnnotatedElement member,
CommandLine.IFactory factory) |
|
private static CommandLine.Model.UnmatchedArgsBinding |
CommandLine.Model.CommandReflection.buildUnmatchedForMember(CommandLine.Model.IAnnotatedElement member) |
|
private static CommandLine.Range |
CommandLine.Range.defaultArity(CommandLine.Model.IAnnotatedElement member) |
|
(package private) static CommandLine.Model.ArgGroupSpec |
CommandLine.Model.CommandReflection.extractArgGroupSpec(CommandLine.Model.IAnnotatedElement member,
CommandLine.IFactory factory,
CommandLine.Model.CommandSpec commandSpec,
boolean annotationsAreMandatory) |
|
private static CommandLine.Range |
CommandLine.Range.optionArity(CommandLine.Model.IAnnotatedElement member) |
|
private static CommandLine.Range |
CommandLine.Range.parameterArity(CommandLine.Model.IAnnotatedElement member) |
|
(package private) static CommandLine.Range |
CommandLine.Range.parameterCapacity(CommandLine.Model.IAnnotatedElement member) |
|
private static CommandLine.Range |
CommandLine.Range.parameterIndex(CommandLine.Model.IAnnotatedElement member) |
|