Uses of Class
net.sourceforge.argparse4j.internal.ArgumentImpl
Packages that use ArgumentImpl
-
Uses of ArgumentImpl in net.sourceforge.argparse4j.internal
Fields in net.sourceforge.argparse4j.internal with type parameters of type ArgumentImplModifier and TypeFieldDescriptionprivate final List<ArgumentImpl> ArgumentGroupImpl.args_private final Map<String, ArgumentImpl> ArgumentParserImpl.namedArgIndex_private final List<ArgumentImpl> ArgumentParserImpl.namedArgs_private final List<ArgumentImpl> ArgumentParserImpl.posArgs_Methods in net.sourceforge.argparse4j.internal that return ArgumentImplModifier and TypeMethodDescriptionArgumentImpl.action(ArgumentAction action) ArgumentGroupImpl.addArgument(String... nameOrFlags) ArgumentParserImpl.addArgument(String... nameOrFlags) ArgumentParserImpl.addArgument(ArgumentGroupImpl group, String... nameOrFlags) final <E> ArgumentImplArgumentImpl.choices(E... values) <E> ArgumentImplArgumentImpl.choices(Collection<E> values) ArgumentImpl.choices(ArgumentChoice choice) ArgumentImpl.help(FeatureControl ctrl) ArgumentImpl.nargs(int n) ArgumentImpl.required(boolean required) private ArgumentImplArgumentParserImpl.resolveNextFlag(String flag) Returns named argument ArgumentImpl which matches given flag.final <E> ArgumentImplArgumentImpl.setConst(E... values) final <E> ArgumentImplArgumentImpl.setDefault(E... values) ArgumentImpl.setDefault(Object value) ArgumentImpl.setDefault(FeatureControl ctrl) <T> ArgumentImpl<T> ArgumentImplArgumentImpl.type(ArgumentType<T> type) Methods in net.sourceforge.argparse4j.internal that return types with arguments of type ArgumentImplModifier and TypeMethodDescriptionprivate static List<ArgumentImpl> ArgumentParserImpl.filterSuppressedArgs(Collection<ArgumentImpl> args) ArgumentGroupImpl.getArgs()Methods in net.sourceforge.argparse4j.internal with parameters of type ArgumentImplModifier and TypeMethodDescriptionprivate voidArgumentParserImpl.accumulatePositionalArg(ParseState state, ArgumentImpl arg) This function accumulates arguments for a given positional argument.private voidArgumentParserImpl.addArgDefaultIfNotSuppressed(Map<String, Object> opts, ArgumentImpl arg) private voidArgumentParserImpl.addArgValue(Map<String, Object> opts, ArgumentImpl arg, Object value) private voidArgumentParserImpl.checkMutex(ArgumentImpl arg, ArgumentImpl[] groupUsed) Check that another option in mutually exclusive group has already been specified.private voidArgumentParserImpl.checkRequiredMutex(ParseState state, ArgumentImpl[] used) private StringArgumentParserImpl.getActualArgumentName(ArgumentImpl arg) private voidArgumentParserImpl.processArg(Map<String, Object> res, ParseState state, ArgumentImpl arg, String flag, String embeddedValue) This function only handles a named argument.Method parameters in net.sourceforge.argparse4j.internal with type arguments of type ArgumentImplModifier and TypeMethodDescriptionprivate booleanArgumentParserImpl.checkDefaultGroup(List<ArgumentImpl> args) private voidArgumentParserImpl.checkRequiredArgument(ParseState state, Set<ArgumentImpl> used) private static List<ArgumentImpl> ArgumentParserImpl.filterSuppressedArgs(Collection<ArgumentImpl> args) private voidArgumentParserImpl.printArgumentHelp(PrintWriter writer, List<ArgumentImpl> args, int format_width)