Module org.refcodes.cli
Package org.refcodes.cli
Interface ArgsSyntaxAccessor.ArgsSyntaxBuilder<B extends ArgsSyntaxAccessor.ArgsSyntaxBuilder<B>>
- Type Parameters:
B- The builder to return in order to be able to apply multiple build operations.
- All Known Subinterfaces:
ArgsParser,ArgsProcessorBuilder<B>
- All Known Implementing Classes:
ArgsParserImpl
- Enclosing interface:
- ArgsSyntaxAccessor
public static interface ArgsSyntaxAccessor.ArgsSyntaxBuilder<B extends ArgsSyntaxAccessor.ArgsSyntaxBuilder<B>>
Provides a builder method for a (root)
Constituent property
returning the builder for applying multiple build operations.-
Method Summary
Modifier and TypeMethodDescriptionwithArgsSyntax(Constituent aArgsSyntax) Sets the (root)Constituentfor the (root)Constituentproperty.
-
Method Details
-
withArgsSyntax
Sets the (root)Constituentfor the (root)Constituentproperty.- Parameters:
aArgsSyntax- The (root)Constituentto be stored by the (root)Constituentproperty.- Returns:
- The builder for applying multiple build operations.
-