A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages

A

A - net.sourceforge.argparse4j.helper.CJKTextWidthCounter.EastAsianWidth
 
acceptSystemIn - Variable in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
 
acceptSystemIn - Variable in class net.sourceforge.argparse4j.impl.type.FileArgumentType
 
acceptSystemIn() - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
If the argument is "-", accept it as standard input.
acceptSystemIn() - Method in class net.sourceforge.argparse4j.impl.type.FileArgumentType
If the argument is "-", accept it as standard input.
accumulatePositionalArg(ParseState, ArgumentImpl) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
This function accumulates arguments for a given positional argument.
action(ArgumentAction) - Method in interface net.sourceforge.argparse4j.inf.Argument
Sets the action to be taken when this argument is encountered at the command line.
action(ArgumentAction) - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
action_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
addAlias(SubparserImpl, String...) - Method in class net.sourceforge.argparse4j.internal.SubparsersImpl
Adds Subparser alias names for given Subparser.
addArgDefaultIfNotSuppressed(Map<String, Object>, ArgumentImpl) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
addArgument(String...) - Method in interface net.sourceforge.argparse4j.inf.ArgumentContainer
Creates new Argument, adds it to this container and returns it.
addArgument(String...) - Method in class net.sourceforge.argparse4j.internal.ArgumentGroupImpl
 
addArgument(String...) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
addArgument(String...) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
addArgument(ArgumentGroupImpl, String...) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
addArgumentGroup(String) - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Creates new ArgumentGroup object and adds to this parser and returns the object.
addArgumentGroup(String) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
addArgumentGroup(String) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
addArgValue(Map<String, Object>, ArgumentImpl, Object) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
addHelp(boolean) - Method in class net.sourceforge.argparse4j.ArgumentParserBuilder
If true, -h/--help are available.
addHelp_ - Variable in class net.sourceforge.argparse4j.ArgumentParserBuilder
 
addHelp_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserConfigurationImpl
 
ADDITION_COST - Static variable in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
addMutuallyExclusiveGroup() - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Creates new mutually exclusive group, MutuallyExclusiveGroup object, without title and adds to this parser and returns the object.
addMutuallyExclusiveGroup() - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
addMutuallyExclusiveGroup() - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
addMutuallyExclusiveGroup(String) - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Creates new mutually exclusive group, MutuallyExclusiveGroup object, and adds to this parser and returns the object.
addMutuallyExclusiveGroup(String) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
addMutuallyExclusiveGroup(String) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
addParser(String) - Method in interface net.sourceforge.argparse4j.inf.Subparsers
Adds and returns Subparser object with given sub-command name.
addParser(String) - Method in class net.sourceforge.argparse4j.internal.SubparsersImpl
 
addParser(String, boolean) - Method in interface net.sourceforge.argparse4j.inf.Subparsers
Adds and returns Subparser object with given sub-command name and addHelp.
addParser(String, boolean) - Method in class net.sourceforge.argparse4j.internal.SubparsersImpl
 
addParser(String, boolean, String) - Method in interface net.sourceforge.argparse4j.inf.Subparsers
Adds and returns Subparser object with given sub-command name, addHelp and prefixChars.
addParser(String, boolean, String) - Method in class net.sourceforge.argparse4j.internal.SubparsersImpl
 
addSubparsers() - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Returns Subparsers.
addSubparsers() - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
addSubparsers() - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
addUpperParserUsage(List<String>, ArgumentParserImpl) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
Appends command, required named arguments and positional arguments in parser to opts recursively.
adjustSpace(StringBuilder, int, int) - Static method in class net.sourceforge.argparse4j.helper.TextHelper
Given the maximum line width and current line width in sb, insert white spaces in sb to make it look more "natural".
aliases(String...) - Method in interface net.sourceforge.argparse4j.inf.Subparser
Sets alias names for this Subparser.
aliases(String...) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
aliases_ - Variable in class net.sourceforge.argparse4j.internal.SubparserImpl
 
append() - Static method in class net.sourceforge.argparse4j.impl.Arguments
Returns append action.
append_ - Static variable in class net.sourceforge.argparse4j.impl.Arguments
 
AppendArgumentAction - Class in net.sourceforge.argparse4j.impl.action
Argument action to store a list.
AppendArgumentAction() - Constructor for class net.sourceforge.argparse4j.impl.action.AppendArgumentAction
 
appendConst() - Static method in class net.sourceforge.argparse4j.impl.Arguments
Returns appendConst action.
appendConst_ - Static variable in class net.sourceforge.argparse4j.impl.Arguments
 
AppendConstArgumentAction - Class in net.sourceforge.argparse4j.impl.action
Argument action to store a list.
AppendConstArgumentAction() - Constructor for class net.sourceforge.argparse4j.impl.action.AppendConstArgumentAction
 
apply(ArgumentParserBuilder) - Method in enum net.sourceforge.argparse4j.DefaultSettings
 
Arg - Annotation Type in net.sourceforge.argparse4j.annotation
Annotation specifies location where attribute should be stored.
argGroups_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
args - Variable in class net.sourceforge.argparse4j.internal.ParseState
Array of arguments.
args_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentGroupImpl
 
Argument - Interface in net.sourceforge.argparse4j.inf
This interface provides a way to specify parameters to argument to be processed in ArgumentParser object.
argument_ - Variable in exception net.sourceforge.argparse4j.internal.UnrecognizedArgumentException
 
ArgumentAction - Interface in net.sourceforge.argparse4j.inf
This interface defines behavior of action when an argument is encountered at the command line.
ArgumentChoice - Interface in net.sourceforge.argparse4j.inf
This interface defines simple data validation method.
ArgumentContainer - Interface in net.sourceforge.argparse4j.inf
A container to which arguments can be added.
ArgumentGroup - Interface in net.sourceforge.argparse4j.inf
This interface defines a method to conceptually group up Argument objects.
argumentGroup_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
ArgumentGroupImpl - Class in net.sourceforge.argparse4j.internal
The application code must not use this class directly. This class implements both mutually exclusive group and just a conceptual group.
ArgumentGroupImpl(ArgumentParserImpl, String) - Constructor for class net.sourceforge.argparse4j.internal.ArgumentGroupImpl
 
ArgumentImpl - Class in net.sourceforge.argparse4j.internal
The application code must not use this class directly.
ArgumentImpl(ArgumentParserConfigurationImpl, String...) - Constructor for class net.sourceforge.argparse4j.internal.ArgumentImpl
 
ArgumentImpl(ArgumentParserConfigurationImpl, ArgumentGroupImpl, String...) - Constructor for class net.sourceforge.argparse4j.internal.ArgumentImpl
 
ArgumentParser - Interface in net.sourceforge.argparse4j.inf
This interface defines behavior of ArgumentParser.
argumentParser_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentGroupImpl
 
ArgumentParserBuilder - Class in net.sourceforge.argparse4j
ArgumentParserBuilder is a class to build new ArgumentParser with a given custom configuration.
ArgumentParserBuilder(String, DefaultSettings) - Constructor for class net.sourceforge.argparse4j.ArgumentParserBuilder
 
ArgumentParserConfiguration - Interface in net.sourceforge.argparse4j.inf
ArgumentParserConfiguration is a configuration interface of ArgumentParser.
ArgumentParserConfigurationImpl - Class in net.sourceforge.argparse4j.internal
 
ArgumentParserConfigurationImpl(String, boolean, String, String, Locale, TextWidthCounter, int, boolean, boolean, boolean, boolean) - Constructor for class net.sourceforge.argparse4j.internal.ArgumentParserConfigurationImpl
 
ArgumentParserConfigurationImpl(String, boolean, String, String, ResourceBundle, TextWidthCounter, int, boolean, boolean, boolean, boolean) - Constructor for class net.sourceforge.argparse4j.internal.ArgumentParserConfigurationImpl
 
ArgumentParserException - Exception in net.sourceforge.argparse4j.inf
The exception thrown from ArgumentParser.parseArgs(String[]) if error occurred while processing command line argument.
ArgumentParserException(String, Throwable, ArgumentParser) - Constructor for exception net.sourceforge.argparse4j.inf.ArgumentParserException
 
ArgumentParserException(String, Throwable, ArgumentParser, Argument) - Constructor for exception net.sourceforge.argparse4j.inf.ArgumentParserException
 
ArgumentParserException(String, ArgumentParser) - Constructor for exception net.sourceforge.argparse4j.inf.ArgumentParserException
 
ArgumentParserException(String, ArgumentParser, Argument) - Constructor for exception net.sourceforge.argparse4j.inf.ArgumentParserException
 
ArgumentParserException(Throwable, ArgumentParser) - Constructor for exception net.sourceforge.argparse4j.inf.ArgumentParserException
 
ArgumentParserException(ArgumentParser) - Constructor for exception net.sourceforge.argparse4j.inf.ArgumentParserException
 
ArgumentParserImpl - Class in net.sourceforge.argparse4j.internal
The application code must not use this class directly.
ArgumentParserImpl(ArgumentParserConfigurationImpl) - Constructor for class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
ArgumentParserImpl(ArgumentParserConfigurationImpl, String, ArgumentParserImpl) - Constructor for class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
ArgumentParserImpl.Candidate - Class in net.sourceforge.argparse4j.internal
 
ArgumentParserImpl.SubjectBody - Class in net.sourceforge.argparse4j.internal
 
ArgumentParsers - Class in net.sourceforge.argparse4j
Factory class to create new ArgumentParser.
ArgumentParsers() - Constructor for class net.sourceforge.argparse4j.ArgumentParsers
Intentionally made private to avoid to get instantiated in application code.
Arguments - Class in net.sourceforge.argparse4j.impl
This class provides useful shortcuts and constants.
Arguments() - Constructor for class net.sourceforge.argparse4j.impl.Arguments
Intentionally made private to avoid instantiation in application code.
ArgumentType<T> - Interface in net.sourceforge.argparse4j.inf
This interface defines type conversion method.
ASCIITextWidthCounter - Class in net.sourceforge.argparse4j.helper
This implementation assumes text contains only narrow characters,
ASCIITextWidthCounter() - Constructor for class net.sourceforge.argparse4j.helper.ASCIITextWidthCounter
 
attrs_ - Variable in class net.sourceforge.argparse4j.inf.Namespace
 

B

body - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserImpl.SubjectBody
 
BooleanArgumentType - Class in net.sourceforge.argparse4j.impl.type
BooleanArgumentType provides strict conversion from input string to Boolean value.
BooleanArgumentType() - Constructor for class net.sourceforge.argparse4j.impl.type.BooleanArgumentType
Creates BooleanArgumentType with "true" as true value, and "false" as false value.
BooleanArgumentType(String, String) - Constructor for class net.sourceforge.argparse4j.impl.type.BooleanArgumentType
Creates BooleanArgumentType with given values.
booleanType() - Static method in class net.sourceforge.argparse4j.impl.Arguments
Returns BooleanArgumentType with "true" as true value, and "false" as false value.
booleanType(String, String) - Static method in class net.sourceforge.argparse4j.impl.Arguments
Returns BooleanArgumentType with given true/false values.
build() - Method in class net.sourceforge.argparse4j.ArgumentParserBuilder
 

C

Candidate(int, String) - Constructor for class net.sourceforge.argparse4j.internal.ArgumentParserImpl.Candidate
 
canExecute(File) - Method in class net.sourceforge.argparse4j.impl.type.FileVerification
 
canRead(File) - Method in class net.sourceforge.argparse4j.impl.type.FileVerification
 
canWrite(File) - Method in class net.sourceforge.argparse4j.impl.type.FileVerification
 
CaseInsensitiveEnumArgumentType<T extends java.lang.Enum<T>> - Class in net.sourceforge.argparse4j.impl.type
 
CaseInsensitiveEnumArgumentType(Class<T>) - Constructor for class net.sourceforge.argparse4j.impl.type.CaseInsensitiveEnumArgumentType
Deprecated.
Use one of the subclasses, which always convert case correctly.
CaseInsensitiveEnumArgumentType(Class<T>, Locale) - Constructor for class net.sourceforge.argparse4j.impl.type.CaseInsensitiveEnumArgumentType
Create an instance.
CaseInsensitiveEnumNameArgumentType<T extends java.lang.Enum<T>> - Class in net.sourceforge.argparse4j.impl.type
ArgumentType subclass for enum type using case-insensitive matching of values.
CaseInsensitiveEnumNameArgumentType(Class<T>) - Constructor for class net.sourceforge.argparse4j.impl.type.CaseInsensitiveEnumNameArgumentType
 
CaseInsensitiveEnumStringArgumentType<T extends java.lang.Enum<T>> - Class in net.sourceforge.argparse4j.impl.type
ArgumentType subclass for enum type using case-insensitive matching of values.
CaseInsensitiveEnumStringArgumentType(Class<T>) - Constructor for class net.sourceforge.argparse4j.impl.type.CaseInsensitiveEnumStringArgumentType
 
caseInsensitiveEnumStringType(Class<T>) - Static method in class net.sourceforge.argparse4j.impl.Arguments
Returns CaseInsensitiveEnumStringArgumentType with given enum type.
caseInsensitiveEnumType(Class<T>) - Static method in class net.sourceforge.argparse4j.impl.Arguments
Returns CaseInsensitiveEnumNameArgumentType with given enum type.
checkConcatenatedShortOpts(String) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
Check that term forms a valid concatenated short options.
checkDefaultGroup(List<ArgumentImpl>) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
checkMutex(ArgumentImpl, ArgumentImpl[]) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
Check that another option in mutually exclusive group has already been specified.
checkRequiredArgument(ParseState, Set<ArgumentImpl>) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
checkRequiredMutex(ParseState, ArgumentImpl[]) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
choice_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
choices(E...) - Method in interface net.sourceforge.argparse4j.inf.Argument
Sets a collection of the allowable values for the argument.
choices(E...) - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
choices(Collection<E>) - Method in interface net.sourceforge.argparse4j.inf.Argument
Sets a collection of the allowable values for the argument.
choices(Collection<E>) - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
choices(ArgumentChoice) - Method in interface net.sourceforge.argparse4j.inf.Argument
Sets ArgumentChoice object which inspects value so that it fulfills its criteria.
choices(ArgumentChoice) - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
CJKTextWidthCounter - Class in net.sourceforge.argparse4j.helper
CJK aware TextWidthCounter implementation.
CJKTextWidthCounter() - Constructor for class net.sourceforge.argparse4j.helper.CJKTextWidthCounter
 
CJKTextWidthCounter.CpRange - Class in net.sourceforge.argparse4j.helper
Range is [first, last)
CJKTextWidthCounter.CpRangeCmp - Class in net.sourceforge.argparse4j.helper
 
CJKTextWidthCounter.EastAsianWidth - Enum in net.sourceforge.argparse4j.helper
 
cjkWidthHack(boolean) - Method in class net.sourceforge.argparse4j.ArgumentParserBuilder
Set true to enable CJK width hack.
cjkWidthHack_ - Variable in class net.sourceforge.argparse4j.ArgumentParserBuilder
 
cjkWidthHack_ - Static variable in class net.sourceforge.argparse4j.ArgumentParsers
 
cjkWidthLangs_ - Static variable in class net.sourceforge.argparse4j.ArgumentParsers
 
cjkWidthLangsSrc_ - Static variable in class net.sourceforge.argparse4j.ArgumentParsers
 
CollectionArgumentChoice<E> - Class in net.sourceforge.argparse4j.impl.choice
Choice from given collection of values.
CollectionArgumentChoice(E...) - Constructor for class net.sourceforge.argparse4j.impl.choice.CollectionArgumentChoice
Initializes this object from given values.
CollectionArgumentChoice(Collection<E>) - Constructor for class net.sourceforge.argparse4j.impl.choice.CollectionArgumentChoice
Initializes this object from given values.
command_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
command_ - Variable in class net.sourceforge.argparse4j.internal.SubparserImpl
 
command_ - Variable in exception net.sourceforge.argparse4j.internal.UnrecognizedCommandException
 
compare(CJKTextWidthCounter.CpRange, CJKTextWidthCounter.CpRange) - Method in class net.sourceforge.argparse4j.helper.CJKTextWidthCounter.CpRangeCmp
 
compareTo(ArgumentParserImpl.Candidate) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl.Candidate
 
compilePrefixPattern(String) - Static method in class net.sourceforge.argparse4j.helper.PrefixPattern
 
concat(Collection<T>, int, String) - Static method in class net.sourceforge.argparse4j.helper.TextHelper
 
concat(Collection<T>, int, String, String, String) - Static method in class net.sourceforge.argparse4j.helper.TextHelper
 
concat(T[], int, String) - Static method in class net.sourceforge.argparse4j.helper.TextHelper
 
concat(T[], int, String, String, String) - Static method in class net.sourceforge.argparse4j.helper.TextHelper
 
config() - Method in class net.sourceforge.argparse4j.ArgumentParserBuilder
 
config_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
config_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
const_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
ConstructorArgumentType<T> - Class in net.sourceforge.argparse4j.impl.type
Deprecated.
Use ReflectArgumentType instead.
ConstructorArgumentType(Class<T>) - Constructor for class net.sourceforge.argparse4j.impl.type.ConstructorArgumentType
Deprecated.
Creates ConstructorArgumentType object with given type.
consumeArgument() - Method in class net.sourceforge.argparse4j.impl.action.AppendArgumentAction
 
consumeArgument() - Method in class net.sourceforge.argparse4j.impl.action.AppendConstArgumentAction
 
consumeArgument() - Method in class net.sourceforge.argparse4j.impl.action.CountArgumentAction
 
consumeArgument() - Method in class net.sourceforge.argparse4j.impl.action.HelpArgumentAction
 
consumeArgument() - Method in class net.sourceforge.argparse4j.impl.action.StoreArgumentAction
 
consumeArgument() - Method in class net.sourceforge.argparse4j.impl.action.StoreConstArgumentAction
 
consumeArgument() - Method in class net.sourceforge.argparse4j.impl.action.StoreFalseArgumentAction
 
consumeArgument() - Method in class net.sourceforge.argparse4j.impl.action.StoreTrueArgumentAction
 
consumeArgument() - Method in class net.sourceforge.argparse4j.impl.action.VersionArgumentAction
 
consumeArgument() - Method in interface net.sourceforge.argparse4j.inf.ArgumentAction
Returns true if this action consumes argument.
consumedSeparator - Variable in class net.sourceforge.argparse4j.internal.ParseState
True if special argument "--" is found and consumed.
contains(Object) - Method in class net.sourceforge.argparse4j.impl.choice.CollectionArgumentChoice
 
contains(Object) - Method in class net.sourceforge.argparse4j.impl.choice.RangeArgumentChoice
 
contains(Object) - Method in interface net.sourceforge.argparse4j.inf.ArgumentChoice
Returns true iff val is valid choice according to this object's constraint.
convert(ArgumentParser, Argument, String) - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
 
convert(ArgumentParser, Argument, String) - Method in class net.sourceforge.argparse4j.impl.type.BooleanArgumentType
 
convert(ArgumentParser, Argument, String) - Method in class net.sourceforge.argparse4j.impl.type.CaseInsensitiveEnumArgumentType
 
convert(ArgumentParser, Argument, String) - Method in class net.sourceforge.argparse4j.impl.type.ConstructorArgumentType
Deprecated.
 
convert(ArgumentParser, Argument, String) - Method in class net.sourceforge.argparse4j.impl.type.EnumArgumentType
Deprecated.
 
convert(ArgumentParser, Argument, String) - Method in class net.sourceforge.argparse4j.impl.type.EnumStringArgumentType
 
convert(ArgumentParser, Argument, String) - Method in class net.sourceforge.argparse4j.impl.type.FileArgumentType
 
convert(ArgumentParser, Argument, String) - Method in class net.sourceforge.argparse4j.impl.type.ReflectArgumentType
 
convert(ArgumentParser, Argument, String) - Method in class net.sourceforge.argparse4j.impl.type.StringArgumentType
 
convert(ArgumentParser, Argument, String) - Method in interface net.sourceforge.argparse4j.inf.ArgumentType
Converts value to appropriate type.
convert(ArgumentParserImpl, String) - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
convertUsingConstructor(ArgumentParser, Argument, String) - Method in class net.sourceforge.argparse4j.impl.type.ReflectArgumentType
 
count() - Static method in class net.sourceforge.argparse4j.impl.Arguments
Returns count action.
count_ - Static variable in class net.sourceforge.argparse4j.impl.Arguments
 
CountArgumentAction - Class in net.sourceforge.argparse4j.impl.action
Argument action to count the occurrence of the option.
CountArgumentAction() - Constructor for class net.sourceforge.argparse4j.impl.action.CountArgumentAction
 
CpRange() - Constructor for class net.sourceforge.argparse4j.helper.CJKTextWidthCounter.CpRange
 
CpRange(int, int, CJKTextWidthCounter.EastAsianWidth) - Constructor for class net.sourceforge.argparse4j.helper.CJKTextWidthCounter.CpRange
 
CpRangeCmp() - Constructor for class net.sourceforge.argparse4j.helper.CJKTextWidthCounter.CpRangeCmp
 
cpRangeCmp_ - Static variable in class net.sourceforge.argparse4j.helper.CJKTextWidthCounter
 
createReflectArgumentType(Class<T>) - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
createTextWidthCounter() - Method in class net.sourceforge.argparse4j.ArgumentParserBuilder
 
currentFileVerification - Variable in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
 
currentFileVerification - Variable in class net.sourceforge.argparse4j.impl.type.FileArgumentType
 

D

default_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
DEFAULT_FORMAT_WIDTH - Static variable in class net.sourceforge.argparse4j.ArgumentParsers
Default format width of text output.
DEFAULT_PREFIX_CHARS - Static variable in class net.sourceforge.argparse4j.ArgumentParsers
Default prefix characters.
defaultControl_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
defaultFormatWidth(int) - Method in class net.sourceforge.argparse4j.ArgumentParserBuilder
Set the default format width.
defaultFormatWidth_ - Variable in class net.sourceforge.argparse4j.ArgumentParserBuilder
 
defaultHelp(boolean) - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
If defaultHelp is true, the default values of arguments are printed in help message.
defaultHelp(boolean) - Method in interface net.sourceforge.argparse4j.inf.Subparser
 
defaultHelp(boolean) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
defaultHelp(boolean) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
defaultHelp_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
defaults_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
DefaultSettings - Enum in net.sourceforge.argparse4j
Use one of these values with ArgumentParsers.newFor(String, DefaultSettings) to specify of which version the default settings must be used.
DefaultSettings() - Constructor for enum net.sourceforge.argparse4j.DefaultSettings
 
deferredException - Variable in class net.sourceforge.argparse4j.internal.ParseState
Deferred exception encountered while parsing.
DELETION_COST - Static variable in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
description(String) - Method in interface net.sourceforge.argparse4j.inf.ArgumentContainer
Sets the description for the arguments of this container.
description(String) - Method in interface net.sourceforge.argparse4j.inf.ArgumentGroup
 
description(String) - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
 
description(String) - Method in interface net.sourceforge.argparse4j.inf.MutuallyExclusiveGroup
 
description(String) - Method in interface net.sourceforge.argparse4j.inf.Subparser
 
description(String) - Method in interface net.sourceforge.argparse4j.inf.Subparsers
Sets the text to display to briefly describe sub-commands in the help message.
description(String) - Method in class net.sourceforge.argparse4j.internal.ArgumentGroupImpl
 
description(String) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
Set text to display before the argument help.
description(String) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
description(String) - Method in class net.sourceforge.argparse4j.internal.SubparsersImpl
 
description_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentGroupImpl
 
description_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
description_ - Variable in class net.sourceforge.argparse4j.internal.SubparsersImpl
 
dest() - Method in annotation type net.sourceforge.argparse4j.annotation.Arg
The name of attribute to be assigned.
dest(String) - Method in interface net.sourceforge.argparse4j.inf.Argument
The name of the attribute to be added.
dest(String) - Method in interface net.sourceforge.argparse4j.inf.Subparsers
Sets the name of attribute which the selected command name is stored.
dest(String) - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
dest(String) - Method in class net.sourceforge.argparse4j.internal.SubparsersImpl
 
dest_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
dest_ - Variable in class net.sourceforge.argparse4j.internal.SubparsersImpl
 

E

EastAsianWidth() - Constructor for enum net.sourceforge.argparse4j.helper.CJKTextWidthCounter.EastAsianWidth
 
EnumArgumentType<T extends java.lang.Enum<T>> - Class in net.sourceforge.argparse4j.impl.type
Deprecated.
Use ReflectArgumentType instead.
EnumArgumentType(Class<T>) - Constructor for class net.sourceforge.argparse4j.impl.type.EnumArgumentType
Deprecated.
 
EnumStringArgumentType<T extends java.lang.Enum<T>> - Class in net.sourceforge.argparse4j.impl.type
ArgumentType subclass for enum type.
EnumStringArgumentType(Class<T>) - Constructor for class net.sourceforge.argparse4j.impl.type.EnumStringArgumentType
 
enumStringType(Class<T>) - Static method in class net.sourceforge.argparse4j.impl.Arguments
Returns EnumStringArgumentType with given enum type.
enumType(Class<T>) - Static method in class net.sourceforge.argparse4j.impl.Arguments
Deprecated. 
epilog(String) - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Sets the text to display after the argument help.
epilog(String) - Method in interface net.sourceforge.argparse4j.inf.Subparser
 
epilog(String) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
epilog(String) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
epilog_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
equals(Object) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl.Candidate
 
exists(File) - Method in class net.sourceforge.argparse4j.impl.type.FileVerification
 
extendArgs(ParseState, String) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
Extends arguments by reading additional arguments from file.

F

F - net.sourceforge.argparse4j.helper.CJKTextWidthCounter.EastAsianWidth
 
falseValue_ - Variable in class net.sourceforge.argparse4j.impl.type.BooleanArgumentType
 
FeatureControl - Enum in net.sourceforge.argparse4j.inf
This enum defines constants to be used throughout the argparse4j package.
FeatureControl() - Constructor for enum net.sourceforge.argparse4j.inf.FeatureControl
 
FileArgumentType - Class in net.sourceforge.argparse4j.impl.type
ArgumentType subclass for File type, using fluent style API.
FileArgumentType() - Constructor for class net.sourceforge.argparse4j.impl.type.FileArgumentType
 
fileSystem - Variable in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
 
fileType() - Static method in class net.sourceforge.argparse4j.impl.Arguments
Returns new FileArgumentType object.
FileVerification - Class in net.sourceforge.argparse4j.impl.type
Verifies properties of files.
FileVerification() - Constructor for class net.sourceforge.argparse4j.impl.type.FileVerification
 
FileVerificationStep - Interface in net.sourceforge.argparse4j.impl.type
 
fillUserDataFromAttrs(Object, Map<String, Object>) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
filterSuppressedArgs(Collection<ArgumentImpl>) - Static method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
Returns arguments in args whose Argument.getHelpControl() do not return Arguments.SUPPRESS.
findPrefix(Collection<String>, String) - Static method in class net.sourceforge.argparse4j.helper.TextHelper
From src, find string whose prefix is prefix and store them in List and return it.
first - Variable in class net.sourceforge.argparse4j.helper.CJKTextWidthCounter.CpRange
 
firstFileVerification - Variable in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
 
firstFileVerification - Variable in class net.sourceforge.argparse4j.impl.type.FileArgumentType
 
flagFound(ParseState) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
Returns true if state.getArg() is flag.
flags_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
forEnum(Class<T>) - Static method in class net.sourceforge.argparse4j.impl.type.CaseInsensitiveEnumNameArgumentType
Creates a CaseInsensitiveEnumNameArgumentType for the given enum type.
forEnum(Class<T>) - Static method in class net.sourceforge.argparse4j.impl.type.CaseInsensitiveEnumStringArgumentType
Creates a CaseInsensitiveEnumStringArgumentType for the given enum type.
forEnum(Class<T>) - Static method in class net.sourceforge.argparse4j.impl.type.EnumStringArgumentType
Creates an EnumStringArgumentType for the given enum type.
formatHelp() - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Returns help message.
formatHelp() - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
formatHelp() - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
formatHelpTitle() - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
formatMessage(String, Argument, ArgumentParserConfiguration) - Static method in exception net.sourceforge.argparse4j.inf.ArgumentParserException
 
formatMetavar() - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
formatShortSyntax() - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
Short syntax is used in usage message, e.g.
formatShortSyntax() - Method in class net.sourceforge.argparse4j.internal.SubparsersImpl
 
formatShortSyntaxNoBracket() - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
Short syntax is used in usage message, e.g.
formatUnrecognizedArgumentErrorMessage(ParseState, String) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
Format message for "Unrecognized arguments" error.
formatUsage() - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Returns a brief description of how the program should be invoked on the command line.
formatUsage() - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
formatUsage() - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
formatVersion() - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Returns version string.
formatVersion() - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
formatVersion() - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
formatWidth_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserConfigurationImpl
 
forSubparser(boolean, String) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserConfigurationImpl
 
fromFileFound(ParseState) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
fromFilePrefix(String) - Method in class net.sourceforge.argparse4j.ArgumentParserBuilder
The set of characters that prefix file path from which additional arguments should be read.
fromFilePrefix_ - Variable in class net.sourceforge.argparse4j.ArgumentParserBuilder
 
fromFilePrefix_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserConfigurationImpl
 
fromFilePrefixPattern_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserConfigurationImpl
 

G

get(String) - Method in class net.sourceforge.argparse4j.inf.Namespace
Returns attribute with given attribute name dest.
get(Locale) - Static method in class net.sourceforge.argparse4j.ext.java7.Java7ExtensionResourceBundle
 
getAction() - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
getActualArgumentName(ArgumentImpl) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
getArg() - Method in class net.sourceforge.argparse4j.internal.ParseState
 
getArgs() - Method in class net.sourceforge.argparse4j.internal.ArgumentGroupImpl
 
getArgument() - Method in exception net.sourceforge.argparse4j.internal.UnrecognizedArgumentException
 
getArgumentGroup() - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
getAttrs() - Method in class net.sourceforge.argparse4j.inf.Namespace
Returns Map object holding attribute values.
getBoolean(String) - Method in class net.sourceforge.argparse4j.inf.Namespace
Returns attribute as Boolean with given attribute name dest.
getByte(String) - Method in class net.sourceforge.argparse4j.inf.Namespace
Returns attribute as Byte with given attribute name dest.
getCjkWidthHack() - Static method in class net.sourceforge.argparse4j.ArgumentParsers
Deprecated.
This is not thread safe. Use ArgumentParsers.newFor(String) instead.
getCommand() - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
getCommand() - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
getCommand() - Method in exception net.sourceforge.argparse4j.internal.UnrecognizedCommandException
 
getCommands() - Method in class net.sourceforge.argparse4j.internal.SubparsersImpl
Returns collection of the sub-command name under this object.
getConfig() - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Get the configuration of this argument parser.
getConfig() - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
getConfig() - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
getConst() - Method in interface net.sourceforge.argparse4j.inf.Argument
Returns const value.
getConst() - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
getDefault() - Method in interface net.sourceforge.argparse4j.inf.Argument
Returns default value.
getDefault() - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
getDefault(String) - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Returns default value of given dest.
getDefault(String) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
getDefault(String) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
getDefaultControl() - Method in interface net.sourceforge.argparse4j.inf.Argument
Returns default control.
getDefaultControl() - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
getDescription() - Method in class net.sourceforge.argparse4j.internal.SubparsersImpl
 
getDest() - Method in interface net.sourceforge.argparse4j.inf.Argument
Returns dest value.
getDest() - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
getDouble(String) - Method in class net.sourceforge.argparse4j.inf.Namespace
Returns attribute as Double with given attribute name dest.
getFlags() - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
getFloat(String) - Method in class net.sourceforge.argparse4j.inf.Namespace
Returns attribute as Float with given attribute name dest .
getFormatWidth() - Method in class net.sourceforge.argparse4j.ArgumentParserBuilder
 
getFormatWidth() - Static method in class net.sourceforge.argparse4j.ArgumentParsers
Deprecated.
This is not thread safe. Use ArgumentParsers.newFor(String) instead.
getFromFilePrefixChars() - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
getHelp() - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
getHelpControl() - Method in interface net.sourceforge.argparse4j.inf.Argument
Returns help control.
getHelpControl() - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
getHelpControl() - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
getIndex() - Method in class net.sourceforge.argparse4j.internal.ArgumentGroupImpl
 
getInt(String) - Method in class net.sourceforge.argparse4j.inf.Namespace
Returns attribute as Integer with given attribute name dest.
getList(String) - Method in class net.sourceforge.argparse4j.inf.Namespace
Returns attribute as List with given attribute name dest.
getLocale() - Method in interface net.sourceforge.argparse4j.inf.ArgumentParserConfiguration
Returns Locale for this configuration.
getLocale() - Method in class net.sourceforge.argparse4j.internal.ArgumentParserConfigurationImpl
 
getLong(String) - Method in class net.sourceforge.argparse4j.inf.Namespace
Returns attribute as Long with given attribute name dest.
getMainParser() - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
Returns main (parent) parser.
getMaxNumArg() - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
getMetavar() - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
getMinNumArg() - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
getName() - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
getNoDestConversionForPositionalArgs() - Static method in class net.sourceforge.argparse4j.ArgumentParsers
Deprecated.
This is not thread safe. Use ArgumentParsers.newFor(String) instead.
getParser() - Method in exception net.sourceforge.argparse4j.inf.ArgumentParserException
 
getPrefixChars() - Method in class net.sourceforge.argparse4j.helper.PrefixPattern
Returns prefixChars with this object constructed.
getPrefixChars() - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
getPrefixPattern() - Method in class net.sourceforge.argparse4j.helper.PrefixPattern
Returns compiled regular expression pattern of prefixChars.
getPrimaryFlag() - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
getProg() - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
getResourceBundle() - Method in interface net.sourceforge.argparse4j.inf.ArgumentParserConfiguration
Returns ResourceBundle for this configuration.
getResourceBundle() - Method in class net.sourceforge.argparse4j.internal.ArgumentParserConfigurationImpl
 
getShort(String) - Method in class net.sourceforge.argparse4j.inf.Namespace
Returns attribute as Short with given attribute name dest .
getString(String) - Method in class net.sourceforge.argparse4j.inf.Namespace
Returns attribute as String with given attribute name dest.
getStringRepresentations() - Method in class net.sourceforge.argparse4j.impl.type.CaseInsensitiveEnumArgumentType
Get the objects to be used to generate the String representations of all enum constants.
getStringRepresentations() - Method in class net.sourceforge.argparse4j.impl.type.CaseInsensitiveEnumNameArgumentType
 
getStringRepresentations() - Method in class net.sourceforge.argparse4j.impl.type.CaseInsensitiveEnumStringArgumentType
 
getTerminalWidth() - Method in class net.sourceforge.argparse4j.internal.TerminalWidth
 
getTerminalWidth2() - Method in class net.sourceforge.argparse4j.internal.TerminalWidth
 
getTerminalWidthDetection() - Static method in class net.sourceforge.argparse4j.ArgumentParsers
Deprecated.
This is not thread safe. Use ArgumentParsers.newFor(String) instead.
getTextWidthCounter() - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
getTitle() - Method in class net.sourceforge.argparse4j.internal.SubparsersImpl
 

H

handleError(ArgumentParserException) - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Prints usage and error message.
handleError(ArgumentParserException) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
handleError(ArgumentParserException) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
handleError(ArgumentParserException, PrintWriter) - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Prints usage and error message to the given writer.
handleError(ArgumentParserException, PrintWriter) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
handleError(ArgumentParserException, PrintWriter) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
handleInstantiationError(Exception) - Method in class net.sourceforge.argparse4j.impl.type.ConstructorArgumentType
Deprecated.
 
handleInstantiationError(Exception) - Method in class net.sourceforge.argparse4j.impl.type.ReflectArgumentType
 
hashCode() - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl.Candidate
 
hasNotSuppressedSubCommand() - Method in class net.sourceforge.argparse4j.internal.SubparsersImpl
Return true if SubparserImpl has at least one sub-command whose help output is not suppressed.
hasSubCommand() - Method in class net.sourceforge.argparse4j.internal.SubparsersImpl
 
help() - Static method in class net.sourceforge.argparse4j.impl.Arguments
Returns help action.
help(String) - Method in interface net.sourceforge.argparse4j.inf.Argument
Sets the brief description of what the argument does.
help(String) - Method in interface net.sourceforge.argparse4j.inf.Subparser
Sets the text to display in help message.
help(String) - Method in interface net.sourceforge.argparse4j.inf.Subparsers
Sets the text to display in the help message for sub-commands.
help(String) - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
help(String) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
help(String) - Method in class net.sourceforge.argparse4j.internal.SubparsersImpl
 
help(FeatureControl) - Method in interface net.sourceforge.argparse4j.inf.Argument
Sets special value to control help message handling.
help(FeatureControl) - Method in interface net.sourceforge.argparse4j.inf.Subparser
Sets special value to control help message handling.
help(FeatureControl) - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
help(FeatureControl) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
help_ - Static variable in class net.sourceforge.argparse4j.impl.Arguments
 
help_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
help_ - Variable in class net.sourceforge.argparse4j.internal.SubparserImpl
 
help_ - Variable in class net.sourceforge.argparse4j.internal.SubparsersImpl
 
HelpArgumentAction - Class in net.sourceforge.argparse4j.impl.action
Argument action to print help message and exit program.
HelpArgumentAction() - Constructor for class net.sourceforge.argparse4j.impl.action.HelpArgumentAction
 
helpControl_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
helpControl_ - Variable in class net.sourceforge.argparse4j.internal.SubparserImpl
 
HelpScreenException - Exception in net.sourceforge.argparse4j.helper
HelpScreenException is a subclass of ArgumentParserException.
HelpScreenException(ArgumentParser) - Constructor for exception net.sourceforge.argparse4j.helper.HelpScreenException
 

I

ignoreError() - Method in annotation type net.sourceforge.argparse4j.annotation.Arg
Set true if you want to ignore the error in assignment.
includeArgumentNamesAsKeysInResult(boolean) - Method in class net.sourceforge.argparse4j.ArgumentParserBuilder
Include the name (see below) of the argument as a key in the parse result in addition to the key in dest of the argument.
includeArgumentNamesAsKeysInResult_ - Variable in class net.sourceforge.argparse4j.ArgumentParserBuilder
 
includeArgumentNamesAsKeysInResult_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserConfigurationImpl
 
index - Variable in class net.sourceforge.argparse4j.internal.ParseState
Index in args array, which points next argument to process.
index_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentGroupImpl
inferMetavar() - Method in class net.sourceforge.argparse4j.impl.type.BooleanArgumentType
Infers metavar based on given strings.
inferMetavar() - Method in class net.sourceforge.argparse4j.impl.type.CaseInsensitiveEnumArgumentType
Infers metavar based on given type.
inferMetavar() - Method in class net.sourceforge.argparse4j.impl.type.EnumStringArgumentType
Infers metavar based on given type.
inferMetavar() - Method in class net.sourceforge.argparse4j.impl.type.ReflectArgumentType
Infers metavar based on given type.
inferMetavar() - Method in interface net.sourceforge.argparse4j.inf.MetavarInference
Returns inferred array of metavar strings.
INITIAL_DEFAULT_SETTINGS - net.sourceforge.argparse4j.DefaultSettings
Use the default settings of versions before 0.9.0.
isArgAvail() - Method in class net.sourceforge.argparse4j.internal.ParseState
 
isDefaultHelp() - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
isDirectory(File) - Method in class net.sourceforge.argparse4j.impl.type.FileVerification
 
isFile(File) - Method in class net.sourceforge.argparse4j.impl.type.FileVerification
 
isMutex() - Method in class net.sourceforge.argparse4j.internal.ArgumentGroupImpl
 
isNamedArgument() - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
isRequired() - Method in class net.sourceforge.argparse4j.internal.ArgumentGroupImpl
 
isRequired() - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
isSeparateHelp() - Method in class net.sourceforge.argparse4j.internal.ArgumentGroupImpl
Returns true if the help message for this group should be in separate group.
isSingleMetavar() - Static method in class net.sourceforge.argparse4j.ArgumentParsers
Deprecated.
This is not thread safe. Use ArgumentParsers.newFor(String) instead.
isSystemIn(File) - Method in class net.sourceforge.argparse4j.impl.type.FileArgumentType
 
isSystemIn(String) - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
 

J

Java7ExtensionResourceBundle - Class in net.sourceforge.argparse4j.ext.java7
 
Java7ExtensionResourceBundle() - Constructor for class net.sourceforge.argparse4j.ext.java7.Java7ExtensionResourceBundle
 

L

last - Variable in class net.sourceforge.argparse4j.helper.CJKTextWidthCounter.CpRange
 
lastFromFileArgIndex - Variable in class net.sourceforge.argparse4j.internal.ParseState
Index in ParseState.args array, which points to the last argument read from file.
levenshtein(String, String) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
Calculates Damerau–Levenshtein distance between string a and b with given costs.
LINESEP - Static variable in class net.sourceforge.argparse4j.helper.TextHelper
 
list2Array(Class<?>, Object) - Static method in class net.sourceforge.argparse4j.helper.ReflectHelper
Convert src to object of type targetType recursively
locale(Locale) - Method in class net.sourceforge.argparse4j.ArgumentParserBuilder
The locale to use for messages.
locale_ - Variable in class net.sourceforge.argparse4j.ArgumentParserBuilder
 
LOCALE_ROOT - Static variable in class net.sourceforge.argparse4j.helper.TextHelper
Language neutral locale.
localize(String) - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
localize(String) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
localize(String) - Method in class net.sourceforge.argparse4j.internal.SubparsersImpl
 
localize(ResourceBundle, String) - Static method in class net.sourceforge.argparse4j.helper.MessageLocalization
 
localize(ResourceBundle, String, String) - Static method in class net.sourceforge.argparse4j.helper.MessageLocalization
 
localizeTypeName(ArgumentParser, Class<?>) - Static method in class net.sourceforge.argparse4j.helper.TypeNameLocalization
 
localizeTypeNameIfPossible(ArgumentParser, Class<?>) - Static method in class net.sourceforge.argparse4j.helper.TypeNameLocalization
 
lowerCasingLocale_ - Variable in class net.sourceforge.argparse4j.impl.type.CaseInsensitiveEnumArgumentType
 

M

main(String[]) - Static method in class net.sourceforge.argparse4j.internal.TerminalWidth
 
mainParser_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
mainParser_ - Variable in class net.sourceforge.argparse4j.internal.SubparsersImpl
 
match(String) - Method in class net.sourceforge.argparse4j.helper.PrefixPattern
Returns true if flag string str matches prefixChars.
matchLongFlag(String) - Method in class net.sourceforge.argparse4j.helper.PrefixPattern
Returns true if flag string str matches prefixChars and it is long flag.
matchShortFlag(String) - Method in class net.sourceforge.argparse4j.helper.PrefixPattern
Returns true if flag string str matches prefixChars and it is short flag, that is, its matched prefix length must be 1.
max_ - Variable in class net.sourceforge.argparse4j.impl.choice.RangeArgumentChoice
 
maxNumArg_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
MessageLocalization - Class in net.sourceforge.argparse4j.helper
MessageLocalization is a helper class to provide methods for localization.
MessageLocalization() - Constructor for class net.sourceforge.argparse4j.helper.MessageLocalization
 
metavar(String) - Method in interface net.sourceforge.argparse4j.inf.Subparsers
Sets the text used to represent sub-commands in help messages.
metavar(String) - Method in class net.sourceforge.argparse4j.internal.SubparsersImpl
 
metavar(String...) - Method in interface net.sourceforge.argparse4j.inf.Argument
Set the name for the argument in usage messages.
metavar(String...) - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
metavar_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
metavar_ - Variable in class net.sourceforge.argparse4j.internal.SubparsersImpl
 
MetavarInference - Interface in net.sourceforge.argparse4j.inf
This interface provides a way to infer metavar strings from a context which implements this interface.
min_ - Variable in class net.sourceforge.argparse4j.impl.choice.RangeArgumentChoice
 
minNumArg_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
mustHelpTextIncludeMutualExclusivity(boolean) - Method in class net.sourceforge.argparse4j.ArgumentParserBuilder
Add a text to the help of mutually-exclusive groups explaining that at most 1 arguments of the group may be given.
mustHelpTextIncludeMutualExclusivity_ - Variable in class net.sourceforge.argparse4j.ArgumentParserBuilder
 
mustHelpTextIncludeMutualExclusivity_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserConfigurationImpl
 
mutex_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentGroupImpl
true if this is a mutually exclusive group.
MutuallyExclusiveGroup - Interface in net.sourceforge.argparse4j.inf
 

N

name_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
namedArgIndex_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
namedArgs_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
Namespace - Class in net.sourceforge.argparse4j.inf
This class holds attributes added by ArgumentParser.parseArgs(String[]).
Namespace(Map<String, Object>) - Constructor for class net.sourceforge.argparse4j.inf.Namespace
Construct this object using given attrs.
nargs(int) - Method in interface net.sourceforge.argparse4j.inf.Argument
Sets the number of command line arguments that should be consumed.
nargs(int) - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
nargs(String) - Method in interface net.sourceforge.argparse4j.inf.Argument
Sets the number of command line arguments that should be consumed.
nargs(String) - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
NEG_NUM_PATTERN - Static variable in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
negNumFlag - Variable in class net.sourceforge.argparse4j.internal.ParseState
True if negative number like flag is registered in the parser.
negNumFlag_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
net.sourceforge.argparse4j - module net.sourceforge.argparse4j
 
net.sourceforge.argparse4j - package net.sourceforge.argparse4j
 
net.sourceforge.argparse4j.annotation - package net.sourceforge.argparse4j.annotation
 
net.sourceforge.argparse4j.ext.java7 - package net.sourceforge.argparse4j.ext.java7
 
net.sourceforge.argparse4j.helper - package net.sourceforge.argparse4j.helper
 
net.sourceforge.argparse4j.impl - package net.sourceforge.argparse4j.impl
 
net.sourceforge.argparse4j.impl.action - package net.sourceforge.argparse4j.impl.action
 
net.sourceforge.argparse4j.impl.choice - package net.sourceforge.argparse4j.impl.choice
 
net.sourceforge.argparse4j.impl.type - package net.sourceforge.argparse4j.impl.type
 
net.sourceforge.argparse4j.inf - package net.sourceforge.argparse4j.inf
 
net.sourceforge.argparse4j.internal - package net.sourceforge.argparse4j.internal
 
newArgumentParser(String) - Static method in class net.sourceforge.argparse4j.ArgumentParsers
Deprecated.
This is not thread safe. Use ArgumentParsers.newFor(String) instead.
newArgumentParser(String, boolean) - Static method in class net.sourceforge.argparse4j.ArgumentParsers
Deprecated.
This is not thread safe. Use ArgumentParsers.newFor(String) instead.
newArgumentParser(String, boolean, String) - Static method in class net.sourceforge.argparse4j.ArgumentParsers
Deprecated.
This is not thread safe. Use ArgumentParsers.newFor(String) instead.
newArgumentParser(String, boolean, String, String) - Static method in class net.sourceforge.argparse4j.ArgumentParsers
Deprecated.
This is not thread safe. Use ArgumentParsers.newFor(String) instead.
newFor(String) - Static method in class net.sourceforge.argparse4j.ArgumentParsers
Creates ArgumentParserBuilder with given program name.
newFor(String, DefaultSettings) - Static method in class net.sourceforge.argparse4j.ArgumentParsers
Creates ArgumentParserBuilder with given program name and default settings.
nextFileVerification - Variable in class net.sourceforge.argparse4j.impl.type.FileVerification
 
noDestConversionForPositionalArgs(boolean) - Method in class net.sourceforge.argparse4j.ArgumentParserBuilder
Do not perform any conversion to produce "dest" value (See Argument.getDest()) from positional argument name.
noDestConversionForPositionalArgs_ - Variable in class net.sourceforge.argparse4j.ArgumentParserBuilder
 
noDestConversionForPositionalArgs_ - Static variable in class net.sourceforge.argparse4j.ArgumentParsers
 
noDestConversionForPositionalArgs_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserConfigurationImpl
 
nonNull(String) - Static method in class net.sourceforge.argparse4j.helper.TextHelper
 

O

onAttach(Argument) - Method in class net.sourceforge.argparse4j.impl.action.AppendArgumentAction
 
onAttach(Argument) - Method in class net.sourceforge.argparse4j.impl.action.AppendConstArgumentAction
 
onAttach(Argument) - Method in class net.sourceforge.argparse4j.impl.action.CountArgumentAction
 
onAttach(Argument) - Method in class net.sourceforge.argparse4j.impl.action.HelpArgumentAction
 
onAttach(Argument) - Method in class net.sourceforge.argparse4j.impl.action.StoreArgumentAction
 
onAttach(Argument) - Method in class net.sourceforge.argparse4j.impl.action.StoreConstArgumentAction
 
onAttach(Argument) - Method in class net.sourceforge.argparse4j.impl.action.StoreFalseArgumentAction
 
onAttach(Argument) - Method in class net.sourceforge.argparse4j.impl.action.StoreTrueArgumentAction
 
onAttach(Argument) - Method in class net.sourceforge.argparse4j.impl.action.VersionArgumentAction
 
onAttach(Argument) - Method in interface net.sourceforge.argparse4j.inf.ArgumentAction
Called when ArgumentAction is added to Argument using Argument.action(ArgumentAction).
or() - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
Start a new verification group.
or() - Method in class net.sourceforge.argparse4j.impl.type.FileArgumentType
Start a new verification group.
or() - Method in class net.sourceforge.argparse4j.impl.type.FileVerification
 

P

parseArg(ParseState, Map<String, Object>) - Method in class net.sourceforge.argparse4j.internal.SubparsersImpl
 
parseArgs(String[]) - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Parses command line arguments.
parseArgs(String[]) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
parseArgs(String[]) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
parseArgs(String[], Object) - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Parses command line arguments.
parseArgs(String[], Object) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
parseArgs(String[], Object) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
parseArgs(String[], Map<String, Object>) - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Parses command line arguments.
parseArgs(String[], Map<String, Object>) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
parseArgs(String[], Map<String, Object>) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
parseArgs(String[], Map<String, Object>, Object) - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Parses command line arguments.
parseArgs(String[], Map<String, Object>, Object) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
parseArgs(String[], Map<String, Object>, Object) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
parseArgs(ParseState, Map<String, Object>) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
parseArgs(ParseState, Map<String, Object>) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
parseArgsAtOffsetZero(String[], List<String>, Map<String, Object>) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
parseArgsOrFail(String[]) - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Parses command line arguments, handling any errors.
parseArgsOrFail(String[]) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
parseArgsOrFail(String[]) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
parseKnownArgs(String[], List<String>) - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Just like ArgumentParser.parseArgs(String[]), but parses only known arguments without throwing exception for unrecognized arguments.
parseKnownArgs(String[], List<String>) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
parseKnownArgs(String[], List<String>) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
parseKnownArgs(String[], List<String>, Object) - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Just like ArgumentParser.parseArgs(String[], Object), but parses only known arguments without throwing exception for unrecognized arguments.
parseKnownArgs(String[], List<String>, Object) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
parseKnownArgs(String[], List<String>, Object) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
parseKnownArgs(String[], List<String>, Map<String, Object>) - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Just like ArgumentParser.parseArgs(String[], Map), but parses only known arguments without throwing exception for unrecognized arguments.
parseKnownArgs(String[], List<String>, Map<String, Object>) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
parseKnownArgs(String[], List<String>, Map<String, Object>) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
parseKnownArgs(String[], List<String>, Map<String, Object>, Object) - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Just like ArgumentParser.parseArgs(String[], Map, Object), but parses only known arguments without throwing exception for unrecognized arguments.
parseKnownArgs(String[], List<String>, Map<String, Object>, Object) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
parseKnownArgs(String[], List<String>, Map<String, Object>, Object) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
parseKnownArgsCreatingUnknownIfNeeded(String[], List<String>, Map<String, Object>) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
parseKnownArgsOrFail(String[], List<String>) - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Just like ArgumentParser.parseArgsOrFail(String[]), but parses only known arguments without throwing exception for unrecognized arguments.
parseKnownArgsOrFail(String[], List<String>) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
parseKnownArgsOrFail(String[], List<String>) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
parser_ - Variable in exception net.sourceforge.argparse4j.inf.ArgumentParserException
 
parser_ - Variable in class net.sourceforge.argparse4j.internal.SubparserImpl
 
parsers_ - Variable in class net.sourceforge.argparse4j.internal.SubparsersImpl
The key is subparser command or alias name and value is subparser object.
ParseState - Class in net.sourceforge.argparse4j.internal
 
ParseState(String[], boolean, List<String>) - Constructor for class net.sourceforge.argparse4j.internal.ParseState
 
PathArgumentType - Class in net.sourceforge.argparse4j.ext.java7
ArgumentType subclass for Path type, using fluent style API.
PathArgumentType() - Constructor for class net.sourceforge.argparse4j.ext.java7.PathArgumentType
Create an instance using the default file system for resolving the path.
PathArgumentType(FileSystem) - Constructor for class net.sourceforge.argparse4j.ext.java7.PathArgumentType
Create an instance using the given file system for resolving the path.
populateDefaults(Map<String, Object>) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
posArgArgs - Variable in class net.sourceforge.argparse4j.internal.ParseState
Accumulated positional arguments we have seen so far.
posArgConsumed - Variable in class net.sourceforge.argparse4j.internal.ParseState
The number of arguments (well, parameters) consumed for the current positional Argument object.
posArgIndex - Variable in class net.sourceforge.argparse4j.internal.ParseState
Index of positional argument (Argument object) we are currently processing.
posArgs_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
prefixChars(String) - Method in class net.sourceforge.argparse4j.ArgumentParserBuilder
The set of characters that prefix named arguments.
prefixChars_ - Variable in class net.sourceforge.argparse4j.ArgumentParserBuilder
 
prefixChars_ - Variable in class net.sourceforge.argparse4j.helper.PrefixPattern
 
prefixChars_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserConfigurationImpl
 
PrefixPattern - Class in net.sourceforge.argparse4j.helper
This object performs operations related to prefixChars of option flags.
PrefixPattern(String) - Constructor for class net.sourceforge.argparse4j.helper.PrefixPattern
Creates this object using given prefixChars.
prefixPattern_ - Variable in class net.sourceforge.argparse4j.helper.PrefixPattern
 
prefixPattern_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserConfigurationImpl
 
printArgumentHelp(PrintWriter, List<ArgumentImpl>, int) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
printArgumentUsage(PrintWriter, List<String>, int, String, String, int) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
printCandidates(String, List<ArgumentParserImpl.SubjectBody>, PrintWriter) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
Prints most similar subjects in subjects to body.
printCommandCandidates(String, PrintWriter) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
printFlagCandidates(String, PrintWriter) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
printHelp() - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Prints help message in stdout.
printHelp() - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
printHelp() - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
printHelp(PrintWriter) - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Prints help message in writer.
printHelp(PrintWriter) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
printHelp(PrintWriter) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
printHelp(PrintWriter, boolean, TextWidthCounter, int) - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
printHelp(PrintWriter, int) - Method in class net.sourceforge.argparse4j.internal.ArgumentGroupImpl
 
printHelp(PrintWriter, String, String, TextWidthCounter, int) - Static method in class net.sourceforge.argparse4j.helper.TextHelper
 
printSubparserHelp(PrintWriter, int) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
printSubparserHelp(PrintWriter, int) - Method in class net.sourceforge.argparse4j.internal.SubparsersImpl
Writes the help message for this and descendants.
printUsage() - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Print a brief description of how the program should be invoked on the command line in stdout.
printUsage() - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
printUsage() - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
printUsage(PrintWriter) - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Print a brief description of how the program should be invoked on the command line in writer.
printUsage(PrintWriter) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
printUsage(PrintWriter) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
printUsage(PrintWriter, int) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
printVersion() - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Prints version string in stdout.
printVersion() - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
printVersion() - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
printVersion(PrintWriter) - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Prints version string in writer.
printVersion(PrintWriter) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
printVersion(PrintWriter) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
processArg(Map<String, Object>, ParseState, ArgumentImpl, String, String) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
This function only handles a named argument.
processPositionalArgs(Map<String, Object>, ParseState) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
This function processes named arguments accumulated in state.
prog_ - Variable in class net.sourceforge.argparse4j.ArgumentParserBuilder
 
prog_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserConfigurationImpl
 

R

range(T, T) - Static method in class net.sourceforge.argparse4j.impl.Arguments
Creates new range constrained choice.
RangeArgumentChoice<T extends java.lang.Comparable<T>> - Class in net.sourceforge.argparse4j.impl.choice
Choices from given range.
RangeArgumentChoice(T, T) - Constructor for class net.sourceforge.argparse4j.impl.choice.RangeArgumentChoice
Creates object using range [min, max], inclusive.
ranges_ - Static variable in class net.sourceforge.argparse4j.helper.CJKTextWidthCounter
Compiled using wfarange.py.
ReflectArgumentType<T> - Class in net.sourceforge.argparse4j.impl.type
This implementation converts String value into given type using type's valueOf(java.lang.String) static method or its constructor.
ReflectArgumentType(Class<T>) - Constructor for class net.sourceforge.argparse4j.impl.type.ReflectArgumentType
Creates ReflectArgumentType object with given type.
ReflectHelper - Class in net.sourceforge.argparse4j.helper
This class provides helper functions related to reflection.
ReflectHelper() - Constructor for class net.sourceforge.argparse4j.helper.ReflectHelper
 
removePrefix(String) - Method in class net.sourceforge.argparse4j.helper.PrefixPattern
Removes prefixChars from given flag string.
removePrefix(String) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
required(boolean) - Method in interface net.sourceforge.argparse4j.inf.Argument
If true is given, this named argument must be specified in command line otherwise error will be issued.
required(boolean) - Method in interface net.sourceforge.argparse4j.inf.MutuallyExclusiveGroup
If true is given, one of the arguments in this group must be specified otherwise error will be issued.
required(boolean) - Method in class net.sourceforge.argparse4j.internal.ArgumentGroupImpl
 
required(boolean) - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
required_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentGroupImpl
true if one of the arguments in this group must be specified.
required_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
resetArgs(String[]) - Method in class net.sourceforge.argparse4j.internal.ParseState
 
resetPosArgs() - Method in class net.sourceforge.argparse4j.internal.ParseState
 
resolveMetavar() - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
resolveNextFlag(String) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
Returns named argument ArgumentImpl which matches given flag.
resolveNextSubparser(String) - Method in class net.sourceforge.argparse4j.internal.SubparsersImpl
Get next SubparserImpl from given command and state.
resourceBundle_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserConfigurationImpl
 
run(ArgumentParser, Argument, Map<String, Object>, String, Object) - Method in class net.sourceforge.argparse4j.impl.action.AppendArgumentAction
 
run(ArgumentParser, Argument, Map<String, Object>, String, Object) - Method in class net.sourceforge.argparse4j.impl.action.AppendConstArgumentAction
 
run(ArgumentParser, Argument, Map<String, Object>, String, Object) - Method in class net.sourceforge.argparse4j.impl.action.CountArgumentAction
 
run(ArgumentParser, Argument, Map<String, Object>, String, Object) - Method in class net.sourceforge.argparse4j.impl.action.HelpArgumentAction
 
run(ArgumentParser, Argument, Map<String, Object>, String, Object) - Method in class net.sourceforge.argparse4j.impl.action.StoreArgumentAction
 
run(ArgumentParser, Argument, Map<String, Object>, String, Object) - Method in class net.sourceforge.argparse4j.impl.action.StoreConstArgumentAction
 
run(ArgumentParser, Argument, Map<String, Object>, String, Object) - Method in class net.sourceforge.argparse4j.impl.action.StoreFalseArgumentAction
 
run(ArgumentParser, Argument, Map<String, Object>, String, Object) - Method in class net.sourceforge.argparse4j.impl.action.StoreTrueArgumentAction
 
run(ArgumentParser, Argument, Map<String, Object>, String, Object) - Method in class net.sourceforge.argparse4j.impl.action.VersionArgumentAction
 
run(ArgumentParser, Argument, Map<String, Object>, String, Object) - Method in interface net.sourceforge.argparse4j.inf.ArgumentAction
Deprecated.
Does not provide the flexibility to let the parser and/or argument decide how the value is stored. ArgumentAction.run(ArgumentParser, Argument, Map, String, Object, Consumer) will be called instead. Existing actions should implement that method.
run(ArgumentParser, Argument, Map<String, Object>, String, Object, Consumer<Object>) - Method in class net.sourceforge.argparse4j.impl.action.AppendArgumentAction
 
run(ArgumentParser, Argument, Map<String, Object>, String, Object, Consumer<Object>) - Method in class net.sourceforge.argparse4j.impl.action.AppendConstArgumentAction
 
run(ArgumentParser, Argument, Map<String, Object>, String, Object, Consumer<Object>) - Method in class net.sourceforge.argparse4j.impl.action.CountArgumentAction
 
run(ArgumentParser, Argument, Map<String, Object>, String, Object, Consumer<Object>) - Method in class net.sourceforge.argparse4j.impl.action.StoreArgumentAction
 
run(ArgumentParser, Argument, Map<String, Object>, String, Object, Consumer<Object>) - Method in class net.sourceforge.argparse4j.impl.action.StoreConstArgumentAction
 
run(ArgumentParser, Argument, Map<String, Object>, String, Object, Consumer<Object>) - Method in class net.sourceforge.argparse4j.impl.action.StoreFalseArgumentAction
 
run(ArgumentParser, Argument, Map<String, Object>, String, Object, Consumer<Object>) - Method in class net.sourceforge.argparse4j.impl.action.StoreTrueArgumentAction
 
run(ArgumentParser, Argument, Map<String, Object>, String, Object, Consumer<Object>) - Method in interface net.sourceforge.argparse4j.inf.ArgumentAction
Executes this action.
run(ArgumentParserImpl, Map<String, Object>, String, Object, Consumer<Object>) - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 

S

serialVersionUID - Static variable in exception net.sourceforge.argparse4j.helper.HelpScreenException
 
serialVersionUID - Static variable in exception net.sourceforge.argparse4j.inf.ArgumentParserException
 
serialVersionUID - Static variable in exception net.sourceforge.argparse4j.internal.UnrecognizedArgumentException
 
serialVersionUID - Static variable in exception net.sourceforge.argparse4j.internal.UnrecognizedCommandException
 
setCJKWidthHack(boolean) - Static method in class net.sourceforge.argparse4j.ArgumentParsers
Deprecated.
This is not thread safe. Use ArgumentParsers.newFor(String) instead.
setConst(E...) - Method in interface net.sourceforge.argparse4j.inf.Argument
Sets list of constant values that are not read from the command line but are required for the various actions.
setConst(E...) - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
setConst(Object) - Method in interface net.sourceforge.argparse4j.inf.Argument
Sets constant values that are not read from the command line but are required for the various actions.
setConst(Object) - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
setDefault(E...) - Method in interface net.sourceforge.argparse4j.inf.Argument
Sets list of values which should be used if the command line argument is not present.
setDefault(E...) - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
setDefault(Object) - Method in interface net.sourceforge.argparse4j.inf.Argument
Sets value which should be used if the command line argument is not present.
setDefault(Object) - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
setDefault(String, Object) - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Sets parser-level default value of attribute dest.
setDefault(String, Object) - Method in interface net.sourceforge.argparse4j.inf.Subparser
 
setDefault(String, Object) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
setDefault(String, Object) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
setDefault(FeatureControl) - Method in interface net.sourceforge.argparse4j.inf.Argument
Sets special value to control default value handling.
setDefault(FeatureControl) - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
setDefaults(Map<String, Object>) - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Sets parser-level default values from attrs.
setDefaults(Map<String, Object>) - Method in interface net.sourceforge.argparse4j.inf.Subparser
 
setDefaults(Map<String, Object>) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
setDefaults(Map<String, Object>) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
setIndex(int) - Method in class net.sourceforge.argparse4j.internal.ArgumentGroupImpl
 
setMutex(boolean) - Method in class net.sourceforge.argparse4j.internal.ArgumentGroupImpl
 
setNoDestConversionForPositionalArgs(boolean) - Static method in class net.sourceforge.argparse4j.ArgumentParsers
Deprecated.
This is not thread safe. Use ArgumentParsers.newFor(String) instead.
setSingleMetavar(boolean) - Static method in class net.sourceforge.argparse4j.ArgumentParsers
Deprecated.
This is not thread safe. Use ArgumentParsers.newFor(String) instead.
setTerminalWidthDetection(boolean) - Static method in class net.sourceforge.argparse4j.ArgumentParsers
Deprecated.
This is not thread safe. Use ArgumentParsers.newFor(String) instead.
SHORT_OPTS_PATTERN - Static variable in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
similarity - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserImpl.Candidate
 
singleMetavar(boolean) - Method in class net.sourceforge.argparse4j.ArgumentParserBuilder
If singleMetavar is true, a metavar string in help message is only shown after the last flag instead of each flag.
singleMetavar_ - Variable in class net.sourceforge.argparse4j.ArgumentParserBuilder
 
singleMetavar_ - Static variable in class net.sourceforge.argparse4j.ArgumentParsers
 
singleMetavar_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserConfigurationImpl
 
store() - Static method in class net.sourceforge.argparse4j.impl.Arguments
Returns store action.
store_ - Static variable in class net.sourceforge.argparse4j.impl.Arguments
 
StoreArgumentAction - Class in net.sourceforge.argparse4j.impl.action
Argument action to store argument value.
StoreArgumentAction() - Constructor for class net.sourceforge.argparse4j.impl.action.StoreArgumentAction
 
storeConst() - Static method in class net.sourceforge.argparse4j.impl.Arguments
Returns storeConst action.
storeConst_ - Static variable in class net.sourceforge.argparse4j.impl.Arguments
 
StoreConstArgumentAction - Class in net.sourceforge.argparse4j.impl.action
Argument action to store the value specified by the Argument.setConst(Object).
StoreConstArgumentAction() - Constructor for class net.sourceforge.argparse4j.impl.action.StoreConstArgumentAction
 
storeFalse() - Static method in class net.sourceforge.argparse4j.impl.Arguments
Returns storeFalse action.
storeFalse_ - Static variable in class net.sourceforge.argparse4j.impl.Arguments
 
StoreFalseArgumentAction - Class in net.sourceforge.argparse4j.impl.action
Argument action to store value false.
StoreFalseArgumentAction() - Constructor for class net.sourceforge.argparse4j.impl.action.StoreFalseArgumentAction
 
storeTrue() - Static method in class net.sourceforge.argparse4j.impl.Arguments
Returns storeTrue action.
storeTrue_ - Static variable in class net.sourceforge.argparse4j.impl.Arguments
 
StoreTrueArgumentAction - Class in net.sourceforge.argparse4j.impl.action
Argument action to store value true.
StoreTrueArgumentAction() - Constructor for class net.sourceforge.argparse4j.impl.action.StoreTrueArgumentAction
 
StringArgumentType - Class in net.sourceforge.argparse4j.impl.type
Specialized to String type, just echos back given string.
StringArgumentType() - Constructor for class net.sourceforge.argparse4j.impl.type.StringArgumentType
 
subject - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserImpl.Candidate
 
subject - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserImpl.SubjectBody
 
SubjectBody(String, String) - Constructor for class net.sourceforge.argparse4j.internal.ArgumentParserImpl.SubjectBody
 
Subparser - Interface in net.sourceforge.argparse4j.inf
This interface defines Subparser used to add sub-command to ArgumentParser.
SubparserImpl - Class in net.sourceforge.argparse4j.internal
The application code must not use this class directly.
SubparserImpl(ArgumentParserConfigurationImpl, String, ArgumentParserImpl) - Constructor for class net.sourceforge.argparse4j.internal.SubparserImpl
 
Subparsers - Interface in net.sourceforge.argparse4j.inf
This interface defines Subparsers which used to add Subparser.
subparsers_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
SubparsersImpl - Class in net.sourceforge.argparse4j.internal
The application code must not use this class directly.
SubparsersImpl(ArgumentParserImpl) - Constructor for class net.sourceforge.argparse4j.internal.SubparsersImpl
 
substitutePlaceholder(String) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
Replace placeholder in src with actual value.
SUBSTITUTION_COST - Static variable in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
SUPPRESS - net.sourceforge.argparse4j.inf.FeatureControl
 
SUPPRESS - Static variable in class net.sourceforge.argparse4j.impl.Arguments
SWAP_COST - Static variable in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 

T

TerminalWidth - Class in net.sourceforge.argparse4j.internal
Returns the column width of the command line terminal from which this program was started.
TerminalWidth() - Constructor for class net.sourceforge.argparse4j.internal.TerminalWidth
 
terminalWidthDetection(boolean) - Method in class net.sourceforge.argparse4j.ArgumentParserBuilder
Set true to enable terminal width detection.
terminalWidthDetection_ - Variable in class net.sourceforge.argparse4j.ArgumentParserBuilder
 
terminalWidthDetection_ - Static variable in class net.sourceforge.argparse4j.ArgumentParsers
 
TextHelper - Class in net.sourceforge.argparse4j.helper
This class provides various helper function related to text processing.
TextHelper() - Constructor for class net.sourceforge.argparse4j.helper.TextHelper
 
textualFormat() - Method in class net.sourceforge.argparse4j.impl.choice.CollectionArgumentChoice
 
textualFormat() - Method in class net.sourceforge.argparse4j.impl.choice.RangeArgumentChoice
 
textualFormat() - Method in interface net.sourceforge.argparse4j.inf.ArgumentChoice
Return textual representation of this choice.
textualName() - Method in interface net.sourceforge.argparse4j.inf.Argument
Returns textual representation of the argument name.
textualName() - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
TextWidthCounter - Interface in net.sourceforge.argparse4j.helper
This interface abstracts the way of counting text width.
textWidthCounter_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserConfigurationImpl
 
throwArgumentParserException(ArgumentParser, Argument, String, Throwable) - Method in class net.sourceforge.argparse4j.impl.type.ReflectArgumentType
 
throwException(ArgumentParser, Argument, File, String) - Method in class net.sourceforge.argparse4j.impl.type.FileVerification
 
title(String) - Method in interface net.sourceforge.argparse4j.inf.Subparsers
Sets the text to display as a title of sub-commands in the help message.
title(String) - Method in class net.sourceforge.argparse4j.internal.SubparsersImpl
 
title_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentGroupImpl
 
title_ - Variable in class net.sourceforge.argparse4j.internal.SubparsersImpl
 
toCaseInsensitiveForm(String) - Method in class net.sourceforge.argparse4j.impl.type.CaseInsensitiveEnumArgumentType
Get the String representation of the given value.
toString() - Method in class net.sourceforge.argparse4j.impl.choice.CollectionArgumentChoice
 
toString() - Method in class net.sourceforge.argparse4j.impl.choice.RangeArgumentChoice
 
toString() - Method in class net.sourceforge.argparse4j.inf.Namespace
 
toStringRepresentation(T) - Method in class net.sourceforge.argparse4j.impl.type.CaseInsensitiveEnumArgumentType
Convert the given enum value to its string representation.
toStringRepresentation(T) - Method in class net.sourceforge.argparse4j.impl.type.CaseInsensitiveEnumNameArgumentType
 
toStringRepresentation(T) - Method in class net.sourceforge.argparse4j.impl.type.CaseInsensitiveEnumStringArgumentType
 
trueValue_ - Variable in class net.sourceforge.argparse4j.impl.type.BooleanArgumentType
 
type(Class<T>) - Method in interface net.sourceforge.argparse4j.inf.Argument
Sets the type which the command line argument should be converted to.
type(Class<T>) - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
type(ArgumentType<T>) - Method in interface net.sourceforge.argparse4j.inf.Argument
Sets ArgumentType object which converts command line argument to appropriate type.
type(ArgumentType<T>) - Method in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
type_ - Variable in class net.sourceforge.argparse4j.impl.type.CaseInsensitiveEnumArgumentType
 
type_ - Variable in class net.sourceforge.argparse4j.impl.type.ConstructorArgumentType
Deprecated.
 
type_ - Variable in class net.sourceforge.argparse4j.impl.type.EnumArgumentType
Deprecated.
 
type_ - Variable in class net.sourceforge.argparse4j.impl.type.EnumStringArgumentType
 
type_ - Variable in class net.sourceforge.argparse4j.impl.type.ReflectArgumentType
 
type_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentImpl
 
TypeNameLocalization - Class in net.sourceforge.argparse4j.helper
Localization of names for argument types.
TypeNameLocalization() - Constructor for class net.sourceforge.argparse4j.helper.TypeNameLocalization
 

U

unknown - Variable in class net.sourceforge.argparse4j.internal.ParseState
Accumulated unknown arguments, if not null.
UNKNOWN_WIDTH - Static variable in class net.sourceforge.argparse4j.internal.TerminalWidth
 
UnrecognizedArgumentException - Exception in net.sourceforge.argparse4j.internal
Exception thrown when unrecognized argument is encountered.
UnrecognizedArgumentException(String, ArgumentParser, String) - Constructor for exception net.sourceforge.argparse4j.internal.UnrecognizedArgumentException
 
UnrecognizedCommandException - Exception in net.sourceforge.argparse4j.internal
Exception thrown when unrecognized command is encountered.
UnrecognizedCommandException(String, ArgumentParser, String) - Constructor for exception net.sourceforge.argparse4j.internal.UnrecognizedCommandException
 
usage(String) - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Sets the text to display as usage line.
usage(String) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
usage(String) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
usage_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 

V

valueOf(String) - Static method in enum net.sourceforge.argparse4j.DefaultSettings
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sourceforge.argparse4j.helper.CJKTextWidthCounter.EastAsianWidth
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sourceforge.argparse4j.inf.FeatureControl
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sourceforge.argparse4j.DefaultSettings
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sourceforge.argparse4j.helper.CJKTextWidthCounter.EastAsianWidth
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sourceforge.argparse4j.inf.FeatureControl
Returns an array containing the constants of this enum type, in the order they are declared.
values_ - Variable in class net.sourceforge.argparse4j.impl.choice.CollectionArgumentChoice
 
verify() - Method in interface net.sourceforge.argparse4j.impl.type.FileVerificationStep
 
verify(ArgumentParser, Argument, File) - Method in class net.sourceforge.argparse4j.impl.type.FileVerification
 
verifyCanCreate - Variable in class net.sourceforge.argparse4j.impl.type.FileVerification
 
verifyCanCreate() - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
Verifies that the specified path is writable.
verifyCanCreate() - Method in class net.sourceforge.argparse4j.impl.type.FileArgumentType
Verifies that the specified path is writable.
verifyCanCreate(ArgumentParser, Argument, File) - Method in class net.sourceforge.argparse4j.impl.type.FileVerification
 
verifyCanExecute - Variable in class net.sourceforge.argparse4j.impl.type.FileVerification
 
verifyCanExecute() - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
Verifies that the specified path is executable.
verifyCanExecute() - Method in class net.sourceforge.argparse4j.impl.type.FileArgumentType
Verifies that the specified path is executable.
verifyCanExecute(ArgumentParser, Argument, File) - Method in class net.sourceforge.argparse4j.impl.type.FileVerification
 
verifyCanRead - Variable in class net.sourceforge.argparse4j.impl.type.FileVerification
 
verifyCanRead() - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
Verifies that the specified path is readable.
verifyCanRead() - Method in class net.sourceforge.argparse4j.impl.type.FileArgumentType
Verifies that the specified path is readable.
verifyCanRead(ArgumentParser, Argument, File) - Method in class net.sourceforge.argparse4j.impl.type.FileVerification
 
verifyCanWrite - Variable in class net.sourceforge.argparse4j.impl.type.FileVerification
 
verifyCanWrite() - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
Verifies that the specified path is writable.
verifyCanWrite() - Method in class net.sourceforge.argparse4j.impl.type.FileArgumentType
Verifies that the specified path is writable.
verifyCanWrite(ArgumentParser, Argument, File) - Method in class net.sourceforge.argparse4j.impl.type.FileVerification
 
verifyCanWriteParent - Variable in class net.sourceforge.argparse4j.impl.type.FileVerification
 
verifyCanWriteParent() - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
Verifies that the parent directory of the specified path is writable.
verifyCanWriteParent() - Method in class net.sourceforge.argparse4j.impl.type.FileArgumentType
Verifies that the parent directory of the specified path is writable.
verifyCanWriteParent(ArgumentParser, Argument, File) - Method in class net.sourceforge.argparse4j.impl.type.FileVerification
 
verifyExists - Variable in class net.sourceforge.argparse4j.impl.type.FileVerification
 
verifyExists() - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
Verifies that the specified path exists.
verifyExists() - Method in class net.sourceforge.argparse4j.impl.type.FileArgumentType
Verifies that the specified path exists.
verifyExists(ArgumentParser, Argument, File) - Method in class net.sourceforge.argparse4j.impl.type.FileVerification
 
verifyIsAbsolute - Variable in class net.sourceforge.argparse4j.impl.type.FileVerification
 
verifyIsAbsolute() - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
Verifies that the specified path is an absolute path.
verifyIsAbsolute() - Method in class net.sourceforge.argparse4j.impl.type.FileArgumentType
Verifies that the specified path is an absolute path.
verifyIsAbsolute(ArgumentParser, Argument, File) - Method in class net.sourceforge.argparse4j.impl.type.FileVerification
 
verifyIsDirectory - Variable in class net.sourceforge.argparse4j.impl.type.FileVerification
 
verifyIsDirectory() - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
Verifies that the specified path is a directory.
verifyIsDirectory() - Method in class net.sourceforge.argparse4j.impl.type.FileArgumentType
Verifies that the specified path is a directory.
verifyIsDirectory(ArgumentParser, Argument, File) - Method in class net.sourceforge.argparse4j.impl.type.FileVerification
 
verifyIsFile - Variable in class net.sourceforge.argparse4j.impl.type.FileVerification
 
verifyIsFile() - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
Verifies that the specified path is a regular file.
verifyIsFile() - Method in class net.sourceforge.argparse4j.impl.type.FileArgumentType
Verifies that the specified path is a regular file.
verifyIsFile(ArgumentParser, Argument, File) - Method in class net.sourceforge.argparse4j.impl.type.FileVerification
 
verifyNotExists - Variable in class net.sourceforge.argparse4j.impl.type.FileVerification
 
verifyNotExists() - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
Verifies that the specified path does not exist.
verifyNotExists() - Method in class net.sourceforge.argparse4j.impl.type.FileArgumentType
Verifies that the specified path does not exist.
verifyNotExists(ArgumentParser, Argument, File) - Method in class net.sourceforge.argparse4j.impl.type.FileVerification
 
verifyPermissions(ArgumentParser, Argument, File) - Method in class net.sourceforge.argparse4j.impl.type.FileVerification
 
verifyPresenceAndType(ArgumentParser, Argument, File) - Method in class net.sourceforge.argparse4j.impl.type.FileVerification
 
verifyStep(FileVerificationStep) - Method in class net.sourceforge.argparse4j.impl.type.FileVerification
 
version() - Static method in class net.sourceforge.argparse4j.impl.Arguments
Returns version action.
version(String) - Method in interface net.sourceforge.argparse4j.inf.ArgumentParser
Sets version string.
version(String) - Method in interface net.sourceforge.argparse4j.inf.Subparser
 
version(String) - Method in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
version(String) - Method in class net.sourceforge.argparse4j.internal.SubparserImpl
 
version_ - Static variable in class net.sourceforge.argparse4j.impl.Arguments
 
version_ - Variable in class net.sourceforge.argparse4j.internal.ArgumentParserImpl
 
VERSION_0_9_0_DEFAULT_SETTINGS - net.sourceforge.argparse4j.DefaultSettings
The default settings for version 0.9.0.
VersionArgumentAction - Class in net.sourceforge.argparse4j.impl.action
Argument action to print version message and exit program.
VersionArgumentAction() - Constructor for class net.sourceforge.argparse4j.impl.action.VersionArgumentAction
 

W

w - Variable in class net.sourceforge.argparse4j.helper.CJKTextWidthCounter.CpRange
 
W - net.sourceforge.argparse4j.helper.CJKTextWidthCounter.EastAsianWidth
 
whichSh() - Method in class net.sourceforge.argparse4j.internal.TerminalWidth
 
width(String) - Method in class net.sourceforge.argparse4j.helper.ASCIITextWidthCounter
 
width(String) - Method in class net.sourceforge.argparse4j.helper.CJKTextWidthCounter
 
width(String) - Method in interface net.sourceforge.argparse4j.helper.TextWidthCounter
Counts given text consumes how many fixed character width.
wrap(TextWidthCounter, String, int, int, String, String) - Static method in class net.sourceforge.argparse4j.helper.TextHelper
 
A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages