diff --git a/libs/commons-cli-1.4/apidocs/allclasses-frame.html b/libs/commons-cli-1.4/apidocs/allclasses-frame.html deleted file mode 100755 index 0fafb9c..0000000 --- a/libs/commons-cli-1.4/apidocs/allclasses-frame.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - -All Classes (Apache Commons CLI 1.4 API) - - - - -

All Classes

-
- -
- - diff --git a/libs/commons-cli-1.4/apidocs/allclasses-noframe.html b/libs/commons-cli-1.4/apidocs/allclasses-noframe.html deleted file mode 100755 index 1809f47..0000000 --- a/libs/commons-cli-1.4/apidocs/allclasses-noframe.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - -All Classes (Apache Commons CLI 1.4 API) - - - - -

All Classes

-
- -
- - diff --git a/libs/commons-cli-1.4/apidocs/constant-values.html b/libs/commons-cli-1.4/apidocs/constant-values.html deleted file mode 100755 index 5b0543f..0000000 --- a/libs/commons-cli-1.4/apidocs/constant-values.html +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - -Constant Field Values (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Constant Field Values

-

Contents

- -
-
- - -

org.apache.*

- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/deprecated-list.html b/libs/commons-cli-1.4/apidocs/deprecated-list.html deleted file mode 100755 index c0d05b1..0000000 --- a/libs/commons-cli-1.4/apidocs/deprecated-list.html +++ /dev/null @@ -1,265 +0,0 @@ - - - - - - -Deprecated List (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Deprecated API

-

Contents

- -
-
- - - - - - - - - - - -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/help-doc.html b/libs/commons-cli-1.4/apidocs/help-doc.html deleted file mode 100755 index c6a073c..0000000 --- a/libs/commons-cli-1.4/apidocs/help-doc.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - -API Help (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

How This API Document Is Organized

-
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
-
-
- -This help file applies to API documentation generated using the standard doclet.
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/index-all.html b/libs/commons-cli-1.4/apidocs/index-all.html deleted file mode 100755 index 1ace2d2..0000000 --- a/libs/commons-cli-1.4/apidocs/index-all.html +++ /dev/null @@ -1,1448 +0,0 @@ - - - - - - -Index (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
A B C D E F G H I L M N O P R S T U V W  - - -

A

-
-
addArg(String) - Method in class org.apache.commons.cli.CommandLine
-
-
Add left-over unrecognized option/argument.
-
-
addArg(String) - Method in class org.apache.commons.cli.CommandLine.Builder
-
-
Add left-over unrecognized option/argument.
-
-
addOption(Option) - Method in class org.apache.commons.cli.CommandLine
-
-
Add an option to the command line.
-
-
addOption(Option) - Method in class org.apache.commons.cli.CommandLine.Builder
-
-
Add an option to the command line.
-
-
addOption(Option) - Method in class org.apache.commons.cli.OptionGroup
-
-
Add the specified Option to this group.
-
-
addOption(String, String) - Method in class org.apache.commons.cli.Options
-
-
Add an option that only contains a short name.
-
-
addOption(String, boolean, String) - Method in class org.apache.commons.cli.Options
-
-
Add an option that only contains a short-name.
-
-
addOption(String, String, boolean, String) - Method in class org.apache.commons.cli.Options
-
-
Add an option that contains a short-name and a long-name.
-
-
addOption(Option) - Method in class org.apache.commons.cli.Options
-
-
Adds an option instance
-
-
addOptionGroup(OptionGroup) - Method in class org.apache.commons.cli.Options
-
-
Add the specified option group.
-
-
addRequiredOption(String, String, boolean, String) - Method in class org.apache.commons.cli.Options
-
-
Add an option that contains a short-name and a long-name.
-
-
addValue(String) - Method in class org.apache.commons.cli.Option
-
-
Deprecated. 
-
-
AlreadySelectedException - Exception in org.apache.commons.cli
-
-
Thrown when more than one option in an option group - has been provided.
-
-
AlreadySelectedException(String) - Constructor for exception org.apache.commons.cli.AlreadySelectedException
-
-
Construct a new AlreadySelectedException - with the specified detail message.
-
-
AlreadySelectedException(OptionGroup, Option) - Constructor for exception org.apache.commons.cli.AlreadySelectedException
-
-
Construct a new AlreadySelectedException - for the specified option group.
-
-
AmbiguousOptionException - Exception in org.apache.commons.cli
-
-
Exception thrown when an option can't be identified from a partial name.
-
-
AmbiguousOptionException(String, Collection<String>) - Constructor for exception org.apache.commons.cli.AmbiguousOptionException
-
-
Constructs a new AmbiguousOptionException.
-
-
argName(String) - Method in class org.apache.commons.cli.Option.Builder
-
-
Sets the display name for the argument value.
-
-
- - - -

B

-
-
BasicParser - Class in org.apache.commons.cli
-
-
Deprecated. -
since 1.3, use the DefaultParser instead
-
-
-
BasicParser() - Constructor for class org.apache.commons.cli.BasicParser
-
-
Deprecated.
-
build() - Method in class org.apache.commons.cli.CommandLine.Builder
-
 
-
build() - Method in class org.apache.commons.cli.Option.Builder
-
-
Constructs an Option with the values declared by this Option.Builder.
-
-
Builder() - Constructor for class org.apache.commons.cli.CommandLine.Builder
-
 
-
builder() - Static method in class org.apache.commons.cli.Option
-
-
Returns a Option.Builder to create an Option using descriptive - methods.
-
-
builder(String) - Static method in class org.apache.commons.cli.Option
-
-
Returns a Option.Builder to create an Option using descriptive - methods.
-
-
burstToken(String, boolean) - Method in class org.apache.commons.cli.PosixParser
-
-
Deprecated.
-
Breaks token into its constituent parts - using the following algorithm.
-
-
- - - -

C

-
-
checkRequiredOptions() - Method in class org.apache.commons.cli.Parser
-
-
Deprecated.
-
Throws a MissingOptionException if all of the required options - are not present.
-
-
CLASS_VALUE - Static variable in class org.apache.commons.cli.PatternOptionBuilder
-
-
Class class
-
-
clone() - Method in class org.apache.commons.cli.Option
-
-
A rather odd clone method - due to incorrect code in 1.0 it is public - and in 1.1 rather than throwing a CloneNotSupportedException it throws - a RuntimeException so as to maintain backwards compat at the API level.
-
-
cmd - Variable in class org.apache.commons.cli.DefaultParser
-
-
The command-line instance.
-
-
cmd - Variable in class org.apache.commons.cli.Parser
-
-
Deprecated.
-
commandline instance
-
-
CommandLine - Class in org.apache.commons.cli
-
-
Represents list of arguments parsed against a Options descriptor.
-
-
CommandLine() - Constructor for class org.apache.commons.cli.CommandLine
-
-
Creates a command line.
-
-
CommandLine.Builder - Class in org.apache.commons.cli
-
-
A nested builder class to create CommandLine instance - using descriptive methods.
-
-
CommandLineParser - Interface in org.apache.commons.cli
-
-
A class that implements the CommandLineParser interface - can parse a String array according to the Options specified - and return a CommandLine.
-
-
create(char) - Static method in class org.apache.commons.cli.OptionBuilder
-
-
Deprecated.
-
Create an Option using the current settings and with - the specified Option char.
-
-
create() - Static method in class org.apache.commons.cli.OptionBuilder
-
-
Deprecated.
-
Create an Option using the current settings
-
-
create(String) - Static method in class org.apache.commons.cli.OptionBuilder
-
-
Deprecated.
-
Create an Option using the current settings and with - the specified Option char.
-
-
createClass(String) - Static method in class org.apache.commons.cli.TypeHandler
-
-
Returns the class whose name is classname.
-
-
createDate(String) - Static method in class org.apache.commons.cli.TypeHandler
-
-
Returns the date represented by str.
-
-
createFile(String) - Static method in class org.apache.commons.cli.TypeHandler
-
-
Returns the File represented by str.
-
-
createFiles(String) - Static method in class org.apache.commons.cli.TypeHandler
-
-
Returns the File[] represented by str.
-
-
createNumber(String) - Static method in class org.apache.commons.cli.TypeHandler
-
-
Create a number from a String.
-
-
createObject(String) - Static method in class org.apache.commons.cli.TypeHandler
-
-
Create an Object from the classname and empty constructor.
-
-
createPadding(int) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Return a String of padding of length len.
-
-
createURL(String) - Static method in class org.apache.commons.cli.TypeHandler
-
-
Returns the URL represented by str.
-
-
createValue(String, Object) - Static method in class org.apache.commons.cli.TypeHandler
-
-
Returns the Object of type obj - with the value of str.
-
-
createValue(String, Class<?>) - Static method in class org.apache.commons.cli.TypeHandler
-
-
Returns the Object of type clazz - with the value of str.
-
-
currentOption - Variable in class org.apache.commons.cli.DefaultParser
-
-
The last option parsed.
-
-
currentToken - Variable in class org.apache.commons.cli.DefaultParser
-
-
The token currently processed.
-
-
- - - -

D

-
-
DATE_VALUE - Static variable in class org.apache.commons.cli.PatternOptionBuilder
-
-
Date class
-
-
DEFAULT_ARG_NAME - Static variable in class org.apache.commons.cli.HelpFormatter
-
-
default name for an argument
-
-
DEFAULT_DESC_PAD - Static variable in class org.apache.commons.cli.HelpFormatter
-
-
number of space characters to be prefixed to each description line
-
-
DEFAULT_LEFT_PAD - Static variable in class org.apache.commons.cli.HelpFormatter
-
-
default padding to the left of each line
-
-
DEFAULT_LONG_OPT_PREFIX - Static variable in class org.apache.commons.cli.HelpFormatter
-
-
default prefix for long Option
-
-
DEFAULT_LONG_OPT_SEPARATOR - Static variable in class org.apache.commons.cli.HelpFormatter
-
-
default separator displayed between a long Option and its value
-
-
DEFAULT_OPT_PREFIX - Static variable in class org.apache.commons.cli.HelpFormatter
-
-
default prefix for shortOpts
-
-
DEFAULT_SYNTAX_PREFIX - Static variable in class org.apache.commons.cli.HelpFormatter
-
-
the string to display at the beginning of the usage statement
-
-
DEFAULT_WIDTH - Static variable in class org.apache.commons.cli.HelpFormatter
-
-
default number of characters per line
-
-
defaultArgName - Variable in class org.apache.commons.cli.HelpFormatter
-
-
Deprecated. -
Scope will be made private for next major version - - use get/setArgName methods instead.
-
-
-
defaultDescPad - Variable in class org.apache.commons.cli.HelpFormatter
-
-
Deprecated. -
Scope will be made private for next major version - - use get/setDescPadding methods instead.
-
-
-
defaultLeftPad - Variable in class org.apache.commons.cli.HelpFormatter
-
-
Deprecated. -
Scope will be made private for next major version - - use get/setLeftPadding methods instead.
-
-
-
defaultLongOptPrefix - Variable in class org.apache.commons.cli.HelpFormatter
-
-
Deprecated. -
Scope will be made private for next major version - - use get/setLongOptPrefix methods instead.
-
-
-
defaultNewLine - Variable in class org.apache.commons.cli.HelpFormatter
-
-
Deprecated. -
Scope will be made private for next major version - - use get/setNewLine methods instead.
-
-
-
defaultOptPrefix - Variable in class org.apache.commons.cli.HelpFormatter
-
-
Deprecated. -
Scope will be made private for next major version - - use get/setOptPrefix methods instead.
-
-
-
DefaultParser - Class in org.apache.commons.cli
-
-
Default parser.
-
-
DefaultParser() - Constructor for class org.apache.commons.cli.DefaultParser
-
 
-
defaultSyntaxPrefix - Variable in class org.apache.commons.cli.HelpFormatter
-
-
Deprecated. -
Scope will be made private for next major version - - use get/setSyntaxPrefix methods instead.
-
-
-
defaultWidth - Variable in class org.apache.commons.cli.HelpFormatter
-
-
Deprecated. -
Scope will be made private for next major version - - use get/setWidth methods instead.
-
-
-
desc(String) - Method in class org.apache.commons.cli.Option.Builder
-
-
Sets the description for this option.
-
-
- - - -

E

-
-
equals(Object) - Method in class org.apache.commons.cli.Option
-
 
-
EXISTING_FILE_VALUE - Static variable in class org.apache.commons.cli.PatternOptionBuilder
-
-
FileInputStream class
-
-
expectedOpts - Variable in class org.apache.commons.cli.DefaultParser
-
-
The required options and groups expected to be found when parsing the command line.
-
-
- - - -

F

-
-
FILE_VALUE - Static variable in class org.apache.commons.cli.PatternOptionBuilder
-
-
File class
-
-
FILES_VALUE - Static variable in class org.apache.commons.cli.PatternOptionBuilder
-
-
File array class
-
-
findWrapPos(String, int, int) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Finds the next text wrap position after startPos for the - text in text with the column width width.
-
-
flatten(Options, String[], boolean) - Method in class org.apache.commons.cli.BasicParser
-
-
Deprecated.
-
A simple implementation of Parser's abstract - flatten method.
-
-
flatten(Options, String[], boolean) - Method in class org.apache.commons.cli.GnuParser
-
-
Deprecated.
-
This flatten method does so using the following rules: - - If an Option exists for the first character of - the arguments entry AND an Option - does not exist for the whole argument then - add the first character as an option to the processed tokens - list e.g.
-
-
flatten(Options, String[], boolean) - Method in class org.apache.commons.cli.Parser
-
-
Deprecated.
-
Subclasses must implement this method to reduce - the arguments that have been passed to the parse method.
-
-
flatten(Options, String[], boolean) - Method in class org.apache.commons.cli.PosixParser
-
-
Deprecated.
-
An implementation of Parser's abstract - flatten method.
-
-
- - - -

G

-
-
getArgList() - Method in class org.apache.commons.cli.CommandLine
-
-
Retrieve any left-over non-recognized options and arguments
-
-
getArgName() - Method in class org.apache.commons.cli.HelpFormatter
-
-
Returns the 'argName'.
-
-
getArgName() - Method in class org.apache.commons.cli.Option
-
-
Gets the display name for the argument value.
-
-
getArgs() - Method in class org.apache.commons.cli.CommandLine
-
-
Retrieve any left-over non-recognized options and arguments
-
-
getArgs() - Method in class org.apache.commons.cli.Option
-
-
Returns the number of argument values this Option can take.
-
-
getDescPadding() - Method in class org.apache.commons.cli.HelpFormatter
-
-
Returns the 'descPadding'.
-
-
getDescription() - Method in class org.apache.commons.cli.Option
-
-
Retrieve the self-documenting description of this Option
-
-
getId() - Method in class org.apache.commons.cli.Option
-
-
Returns the id of this Option.
-
-
getLeftPadding() - Method in class org.apache.commons.cli.HelpFormatter
-
-
Returns the 'leftPadding'.
-
-
getLongOpt() - Method in class org.apache.commons.cli.Option
-
-
Retrieve the long name of this Option.
-
-
getLongOptPrefix() - Method in class org.apache.commons.cli.HelpFormatter
-
-
Returns the 'longOptPrefix'.
-
-
getLongOptSeparator() - Method in class org.apache.commons.cli.HelpFormatter
-
-
Returns the separator displayed between a long option and its value.
-
-
getMatchingOptions() - Method in exception org.apache.commons.cli.AmbiguousOptionException
-
-
Returns the options matching the partial name.
-
-
getMatchingOptions(String) - Method in class org.apache.commons.cli.Options
-
-
Returns the options with a long name starting with the name specified.
-
-
getMissingOptions() - Method in exception org.apache.commons.cli.MissingOptionException
-
-
Returns the list of options or option groups missing in the command line parsed.
-
-
getNames() - Method in class org.apache.commons.cli.OptionGroup
-
 
-
getNewLine() - Method in class org.apache.commons.cli.HelpFormatter
-
-
Returns the 'newLine'.
-
-
getOpt() - Method in class org.apache.commons.cli.Option
-
-
Retrieve the name of this Option.
-
-
getOption() - Method in exception org.apache.commons.cli.AlreadySelectedException
-
-
Returns the option that was added to the group and triggered the exception.
-
-
getOption() - Method in exception org.apache.commons.cli.MissingArgumentException
-
-
Return the option requiring an argument that wasn't provided - on the command line.
-
-
getOption(String) - Method in class org.apache.commons.cli.Options
-
-
Retrieve the Option matching the long or short name specified.
-
-
getOption() - Method in exception org.apache.commons.cli.UnrecognizedOptionException
-
-
Returns the unrecognized option.
-
-
getOptionComparator() - Method in class org.apache.commons.cli.HelpFormatter
-
-
Comparator used to sort the options when they output in help text.
-
-
getOptionGroup() - Method in exception org.apache.commons.cli.AlreadySelectedException
-
-
Returns the option group where another option has been selected.
-
-
getOptionGroup(Option) - Method in class org.apache.commons.cli.Options
-
-
Returns the OptionGroup the opt belongs to.
-
-
getOptionObject(String) - Method in class org.apache.commons.cli.CommandLine
-
-
Deprecated. -
due to System.err message. Instead use getParsedOptionValue(String)
-
-
-
getOptionObject(char) - Method in class org.apache.commons.cli.CommandLine
-
-
Return the Object type of this Option.
-
-
getOptionProperties(String) - Method in class org.apache.commons.cli.CommandLine
-
-
Retrieve the map of values associated to the option.
-
-
getOptions() - Method in class org.apache.commons.cli.CommandLine
-
-
Returns an array of the processed Options.
-
-
getOptions() - Method in class org.apache.commons.cli.OptionGroup
-
 
-
getOptions() - Method in class org.apache.commons.cli.Options
-
-
Retrieve a read-only list of options in this set
-
-
getOptions() - Method in class org.apache.commons.cli.Parser
-
-
Deprecated.
-
getOptionValue(String) - Method in class org.apache.commons.cli.CommandLine
-
-
Retrieve the first argument, if any, of this option.
-
-
getOptionValue(char) - Method in class org.apache.commons.cli.CommandLine
-
-
Retrieve the first argument, if any, of this option.
-
-
getOptionValue(String, String) - Method in class org.apache.commons.cli.CommandLine
-
-
Retrieve the first argument, if any, of an option.
-
-
getOptionValue(char, String) - Method in class org.apache.commons.cli.CommandLine
-
-
Retrieve the argument, if any, of an option.
-
-
getOptionValues(String) - Method in class org.apache.commons.cli.CommandLine
-
-
Retrieves the array of values, if any, of an option.
-
-
getOptionValues(char) - Method in class org.apache.commons.cli.CommandLine
-
-
Retrieves the array of values, if any, of an option.
-
-
getOptPrefix() - Method in class org.apache.commons.cli.HelpFormatter
-
-
Returns the 'optPrefix'.
-
-
getParsedOptionValue(String) - Method in class org.apache.commons.cli.CommandLine
-
-
Return a version of this Option converted to a particular type.
-
-
getRequiredOptions() - Method in class org.apache.commons.cli.Options
-
-
Returns the required options.
-
-
getRequiredOptions() - Method in class org.apache.commons.cli.Parser
-
-
Deprecated.
-
getSelected() - Method in class org.apache.commons.cli.OptionGroup
-
 
-
getSyntaxPrefix() - Method in class org.apache.commons.cli.HelpFormatter
-
-
Returns the 'syntaxPrefix'.
-
-
getType() - Method in class org.apache.commons.cli.Option
-
-
Retrieve the type of this Option.
-
-
getValue() - Method in class org.apache.commons.cli.Option
-
-
Returns the specified value of this Option or - null if there is no value.
-
-
getValue(int) - Method in class org.apache.commons.cli.Option
-
-
Returns the specified value of this Option or - null if there is no value.
-
-
getValue(String) - Method in class org.apache.commons.cli.Option
-
-
Returns the value/first value of this Option or the - defaultValue if there is no value.
-
-
getValueClass(char) - Static method in class org.apache.commons.cli.PatternOptionBuilder
-
-
Retrieve the class that ch represents.
-
-
getValues() - Method in class org.apache.commons.cli.Option
-
-
Return the values of this Option as a String array - or null if there are no values
-
-
getValueSeparator() - Method in class org.apache.commons.cli.Option
-
-
Returns the value separator character.
-
-
getValuesList() - Method in class org.apache.commons.cli.Option
-
 
-
getWidth() - Method in class org.apache.commons.cli.HelpFormatter
-
-
Returns the 'width'.
-
-
GnuParser - Class in org.apache.commons.cli
-
-
Deprecated. -
since 1.3, use the DefaultParser instead
-
-
-
GnuParser() - Constructor for class org.apache.commons.cli.GnuParser
-
-
Deprecated.
-
- - - -

H

-
-
handleConcatenatedOptions(String) - Method in class org.apache.commons.cli.DefaultParser
-
-
Breaks token into its constituent parts - using the following algorithm.
-
-
hasArg() - Method in class org.apache.commons.cli.Option.Builder
-
-
Indicates that the Option will require an argument.
-
-
hasArg(boolean) - Method in class org.apache.commons.cli.Option.Builder
-
-
Indicates if the Option has an argument or not.
-
-
hasArg() - Method in class org.apache.commons.cli.Option
-
-
Query to see if this Option requires an argument
-
-
hasArg() - Static method in class org.apache.commons.cli.OptionBuilder
-
-
Deprecated.
-
The next Option created will require an argument value.
-
-
hasArg(boolean) - Static method in class org.apache.commons.cli.OptionBuilder
-
-
Deprecated.
-
The next Option created will require an argument value if - hasArg is true.
-
-
hasArgName() - Method in class org.apache.commons.cli.Option
-
-
Returns whether the display name for the argument value has been set.
-
-
hasArgs() - Method in class org.apache.commons.cli.Option.Builder
-
-
Indicates that the Option can have unlimited argument values.
-
-
hasArgs() - Method in class org.apache.commons.cli.Option
-
-
Query to see if this Option can take many values.
-
-
hasArgs() - Static method in class org.apache.commons.cli.OptionBuilder
-
-
Deprecated.
-
The next Option created can have unlimited argument values.
-
-
hasArgs(int) - Static method in class org.apache.commons.cli.OptionBuilder
-
-
Deprecated.
-
The next Option created can have num argument values.
-
-
hashCode() - Method in class org.apache.commons.cli.Option
-
 
-
hasLongOpt() - Method in class org.apache.commons.cli.Option
-
-
Query to see if this Option has a long name
-
-
hasLongOption(String) - Method in class org.apache.commons.cli.Options
-
-
Returns whether the named Option is a member of this Options.
-
-
hasOption(String) - Method in class org.apache.commons.cli.CommandLine
-
-
Query to see if an option has been set.
-
-
hasOption(char) - Method in class org.apache.commons.cli.CommandLine
-
-
Query to see if an option has been set.
-
-
hasOption(String) - Method in class org.apache.commons.cli.Options
-
-
Returns whether the named Option is a member of this Options.
-
-
hasOptionalArg() - Method in class org.apache.commons.cli.Option
-
 
-
hasOptionalArg() - Static method in class org.apache.commons.cli.OptionBuilder
-
-
Deprecated.
-
The next Option can have an optional argument.
-
-
hasOptionalArgs() - Static method in class org.apache.commons.cli.OptionBuilder
-
-
Deprecated.
-
The next Option can have an unlimited number of optional arguments.
-
-
hasOptionalArgs(int) - Static method in class org.apache.commons.cli.OptionBuilder
-
-
Deprecated.
-
The next Option can have the specified number of optional arguments.
-
-
hasShortOption(String) - Method in class org.apache.commons.cli.Options
-
-
Returns whether the named Option is a member of this Options.
-
-
hasValueSeparator() - Method in class org.apache.commons.cli.Option
-
-
Return whether this Option has specified a value separator.
-
-
HelpFormatter - Class in org.apache.commons.cli
-
-
A formatter of help messages for command line options.
-
-
HelpFormatter() - Constructor for class org.apache.commons.cli.HelpFormatter
-
 
-
- - - -

I

-
-
isRequired() - Method in class org.apache.commons.cli.Option
-
-
Query to see if this Option is mandatory
-
-
isRequired() - Static method in class org.apache.commons.cli.OptionBuilder
-
-
Deprecated.
-
The next Option created will be required.
-
-
isRequired(boolean) - Static method in class org.apache.commons.cli.OptionBuilder
-
-
Deprecated.
-
The next Option created will be required if required - is true.
-
-
isRequired() - Method in class org.apache.commons.cli.OptionGroup
-
-
Returns whether this option group is required.
-
-
isValueCode(char) - Static method in class org.apache.commons.cli.PatternOptionBuilder
-
-
Returns whether ch is a value code, i.e.
-
-
iterator() - Method in class org.apache.commons.cli.CommandLine
-
-
Returns an iterator over the Option members of CommandLine.
-
-
- - - -

L

-
-
longOpt(String) - Method in class org.apache.commons.cli.Option.Builder
-
-
Sets the long name of the Option.
-
-
- - - -

M

-
-
MissingArgumentException - Exception in org.apache.commons.cli
-
-
Thrown when an option requiring an argument - is not provided with an argument.
-
-
MissingArgumentException(String) - Constructor for exception org.apache.commons.cli.MissingArgumentException
-
-
Construct a new MissingArgumentException - with the specified detail message.
-
-
MissingArgumentException(Option) - Constructor for exception org.apache.commons.cli.MissingArgumentException
-
-
Construct a new MissingArgumentException - with the specified detail message.
-
-
MissingOptionException - Exception in org.apache.commons.cli
-
-
Thrown when a required option has not been provided.
-
-
MissingOptionException(String) - Constructor for exception org.apache.commons.cli.MissingOptionException
-
-
Construct a new MissingSelectedException - with the specified detail message.
-
-
MissingOptionException(List) - Constructor for exception org.apache.commons.cli.MissingOptionException
-
-
Constructs a new MissingSelectedException with the - specified list of missing options.
-
-
- - - -

N

-
-
NUMBER_VALUE - Static variable in class org.apache.commons.cli.PatternOptionBuilder
-
-
Number class
-
-
numberOfArgs(int) - Method in class org.apache.commons.cli.Option.Builder
-
-
Sets the number of argument values the Option can take.
-
-
- - - -

O

-
-
OBJECT_VALUE - Static variable in class org.apache.commons.cli.PatternOptionBuilder
-
-
Object class
-
-
Option - Class in org.apache.commons.cli
-
-
Describes a single command-line option.
-
-
Option(String, String) - Constructor for class org.apache.commons.cli.Option
-
-
Creates an Option using the specified parameters.
-
-
Option(String, boolean, String) - Constructor for class org.apache.commons.cli.Option
-
-
Creates an Option using the specified parameters.
-
-
Option(String, String, boolean, String) - Constructor for class org.apache.commons.cli.Option
-
-
Creates an Option using the specified parameters.
-
-
Option.Builder - Class in org.apache.commons.cli
-
-
A nested builder class to create Option instances - using descriptive methods.
-
-
optionalArg(boolean) - Method in class org.apache.commons.cli.Option.Builder
-
-
Sets whether the Option can have an optional argument.
-
-
OptionBuilder - Class in org.apache.commons.cli
-
-
Deprecated. -
since 1.3, use Option.builder(String) instead
-
-
-
optionComparator - Variable in class org.apache.commons.cli.HelpFormatter
-
-
Comparator used to sort the options when they output in help text - - Defaults to case-insensitive alphabetical sorting by option key
-
-
OptionGroup - Class in org.apache.commons.cli
-
-
A group of mutually exclusive options.
-
-
OptionGroup() - Constructor for class org.apache.commons.cli.OptionGroup
-
 
-
options - Variable in class org.apache.commons.cli.DefaultParser
-
-
The current options.
-
-
Options - Class in org.apache.commons.cli
-
-
Main entry-point into the library.
-
-
Options() - Constructor for class org.apache.commons.cli.Options
-
 
-
org.apache.commons.cli - package org.apache.commons.cli
-
-
Commons CLI 1.3
-
-
- - - -

P

-
-
parse(Options, String[]) - Method in interface org.apache.commons.cli.CommandLineParser
-
-
Parse the arguments according to the specified options.
-
-
parse(Options, String[], boolean) - Method in interface org.apache.commons.cli.CommandLineParser
-
-
Parse the arguments according to the specified options.
-
-
parse(Options, String[]) - Method in class org.apache.commons.cli.DefaultParser
-
 
-
parse(Options, String[], Properties) - Method in class org.apache.commons.cli.DefaultParser
-
-
Parse the arguments according to the specified options and properties.
-
-
parse(Options, String[], boolean) - Method in class org.apache.commons.cli.DefaultParser
-
 
-
parse(Options, String[], Properties, boolean) - Method in class org.apache.commons.cli.DefaultParser
-
-
Parse the arguments according to the specified options and properties.
-
-
parse(Options, String[]) - Method in class org.apache.commons.cli.Parser
-
-
Deprecated.
-
Parses the specified arguments based - on the specified Options.
-
-
parse(Options, String[], Properties) - Method in class org.apache.commons.cli.Parser
-
-
Deprecated.
-
Parse the arguments according to the specified options and properties.
-
-
parse(Options, String[], boolean) - Method in class org.apache.commons.cli.Parser
-
-
Deprecated.
-
Parses the specified arguments - based on the specified Options.
-
-
parse(Options, String[], Properties, boolean) - Method in class org.apache.commons.cli.Parser
-
-
Deprecated.
-
Parse the arguments according to the specified options and - properties.
-
-
ParseException - Exception in org.apache.commons.cli
-
-
Base for Exceptions thrown during parsing of a command-line.
-
-
ParseException(String) - Constructor for exception org.apache.commons.cli.ParseException
-
-
Construct a new ParseException - with the specified detail message.
-
-
parsePattern(String) - Static method in class org.apache.commons.cli.PatternOptionBuilder
-
-
Returns the Options instance represented by pattern.
-
-
Parser - Class in org.apache.commons.cli
-
-
Deprecated. -
since 1.3, the two-pass parsing with the flatten method is not enough flexible to handle complex cases
-
-
-
Parser() - Constructor for class org.apache.commons.cli.Parser
-
-
Deprecated.
-
PatternOptionBuilder - Class in org.apache.commons.cli
-
-
Allows Options to be created from a single String.
-
-
PatternOptionBuilder() - Constructor for class org.apache.commons.cli.PatternOptionBuilder
-
 
-
PosixParser - Class in org.apache.commons.cli
-
-
Deprecated. -
since 1.3, use the DefaultParser instead
-
-
-
PosixParser() - Constructor for class org.apache.commons.cli.PosixParser
-
-
Deprecated.
-
printHelp(String, Options) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Print the help for options with the specified - command line syntax.
-
-
printHelp(String, Options, boolean) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Print the help for options with the specified - command line syntax.
-
-
printHelp(String, String, Options, String) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Print the help for options with the specified - command line syntax.
-
-
printHelp(String, String, Options, String, boolean) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Print the help for options with the specified - command line syntax.
-
-
printHelp(int, String, String, Options, String) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Print the help for options with the specified - command line syntax.
-
-
printHelp(int, String, String, Options, String, boolean) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Print the help for options with the specified - command line syntax.
-
-
printHelp(PrintWriter, int, String, String, Options, int, int, String) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Print the help for options with the specified - command line syntax.
-
-
printHelp(PrintWriter, int, String, String, Options, int, int, String, boolean) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Print the help for options with the specified - command line syntax.
-
-
printOptions(PrintWriter, int, Options, int, int) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Print the help for the specified Options to the specified writer, - using the specified width, left padding and description padding.
-
-
printUsage(PrintWriter, int, String, Options) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Prints the usage statement for the specified application.
-
-
printUsage(PrintWriter, int, String) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Print the cmdLineSyntax to the specified writer, using the - specified width.
-
-
printWrapped(PrintWriter, int, String) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Print the specified text to the specified PrintWriter.
-
-
printWrapped(PrintWriter, int, int, String) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Print the specified text to the specified PrintWriter.
-
-
processArgs(Option, ListIterator<String>) - Method in class org.apache.commons.cli.Parser
-
-
Deprecated.
-
Process the argument values for the specified Option - opt using the values retrieved from the - specified iterator iter.
-
-
processOption(String, ListIterator<String>) - Method in class org.apache.commons.cli.Parser
-
-
Deprecated.
-
Process the Option specified by arg using the values - retrieved from the specified iterator iter.
-
-
processProperties(Properties) - Method in class org.apache.commons.cli.Parser
-
-
Deprecated.
-
Sets the values of Options using the values in properties.
-
-
- - - -

R

-
-
renderOptions(StringBuffer, int, Options, int, int) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Render the specified Options and return the rendered Options - in a StringBuffer.
-
-
renderWrappedText(StringBuffer, int, int, String) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Render the specified text and return the rendered Options - in a StringBuffer.
-
-
required() - Method in class org.apache.commons.cli.Option.Builder
-
-
Marks this Option as required.
-
-
required(boolean) - Method in class org.apache.commons.cli.Option.Builder
-
-
Sets whether the Option is mandatory.
-
-
rtrim(String) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Remove the trailing whitespace from the specified String.
-
-
- - - -

S

-
-
setArgName(String) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Sets the 'argName'.
-
-
setArgName(String) - Method in class org.apache.commons.cli.Option
-
-
Sets the display name for the argument value.
-
-
setArgs(int) - Method in class org.apache.commons.cli.Option
-
-
Sets the number of argument values this Option can take.
-
-
setDescPadding(int) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Sets the 'descPadding'.
-
-
setDescription(String) - Method in class org.apache.commons.cli.Option
-
-
Sets the self-documenting description of this Option
-
-
setLeftPadding(int) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Sets the 'leftPadding'.
-
-
setLongOpt(String) - Method in class org.apache.commons.cli.Option
-
-
Sets the long name of this Option.
-
-
setLongOptPrefix(String) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Sets the 'longOptPrefix'.
-
-
setLongOptSeparator(String) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Set the separator displayed between a long option and its value.
-
-
setNewLine(String) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Sets the 'newLine'.
-
-
setOptionalArg(boolean) - Method in class org.apache.commons.cli.Option
-
-
Sets whether this Option can have an optional argument.
-
-
setOptionComparator(Comparator<Option>) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Set the comparator used to sort the options when they output in help text.
-
-
setOptions(Options) - Method in class org.apache.commons.cli.Parser
-
-
Deprecated.
-
setOptPrefix(String) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Sets the 'optPrefix'.
-
-
setRequired(boolean) - Method in class org.apache.commons.cli.Option
-
-
Sets whether this Option is mandatory.
-
-
setRequired(boolean) - Method in class org.apache.commons.cli.OptionGroup
-
 
-
setSelected(Option) - Method in class org.apache.commons.cli.OptionGroup
-
-
Set the selected option of this group to name.
-
-
setSyntaxPrefix(String) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Sets the 'syntaxPrefix'.
-
-
setType(Object) - Method in class org.apache.commons.cli.Option
-
-
Deprecated. -
since 1.3, use Option.setType(Class) instead
-
-
-
setType(Class<?>) - Method in class org.apache.commons.cli.Option
-
-
Sets the type of this Option.
-
-
setValueSeparator(char) - Method in class org.apache.commons.cli.Option
-
-
Sets the value separator.
-
-
setWidth(int) - Method in class org.apache.commons.cli.HelpFormatter
-
-
Sets the 'width'.
-
-
skipParsing - Variable in class org.apache.commons.cli.DefaultParser
-
-
Flag indicating if tokens should no longer be analyzed and simply added as arguments of the command line.
-
-
stopAtNonOption - Variable in class org.apache.commons.cli.DefaultParser
-
-
Flag indicating how unrecognized tokens are handled.
-
-
STRING_VALUE - Static variable in class org.apache.commons.cli.PatternOptionBuilder
-
-
String class
-
-
- - - -

T

-
-
toString() - Method in class org.apache.commons.cli.Option
-
-
Dump state, suitable for debugging.
-
-
toString() - Method in class org.apache.commons.cli.OptionGroup
-
-
Returns the stringified version of this OptionGroup.
-
-
toString() - Method in class org.apache.commons.cli.Options
-
-
Dump state, suitable for debugging.
-
-
type(Class<?>) - Method in class org.apache.commons.cli.Option.Builder
-
-
Sets the type of the Option.
-
-
TypeHandler - Class in org.apache.commons.cli
-
-
This is a temporary implementation.
-
-
TypeHandler() - Constructor for class org.apache.commons.cli.TypeHandler
-
 
-
- - - -

U

-
-
UNINITIALIZED - Static variable in class org.apache.commons.cli.Option
-
-
constant that specifies the number of argument values has not been specified
-
-
UNLIMITED_VALUES - Static variable in class org.apache.commons.cli.Option
-
-
constant that specifies the number of argument values is infinite
-
-
UnrecognizedOptionException - Exception in org.apache.commons.cli
-
-
Exception thrown during parsing signalling an unrecognized - option was seen.
-
-
UnrecognizedOptionException(String) - Constructor for exception org.apache.commons.cli.UnrecognizedOptionException
-
-
Construct a new UnrecognizedArgumentException - with the specified detail message.
-
-
UnrecognizedOptionException(String, String) - Constructor for exception org.apache.commons.cli.UnrecognizedOptionException
-
-
Construct a new UnrecognizedArgumentException - with the specified option and detail message.
-
-
URL_VALUE - Static variable in class org.apache.commons.cli.PatternOptionBuilder
-
-
URL class
-
-
- - - -

V

-
-
valueSeparator() - Method in class org.apache.commons.cli.Option.Builder
-
-
The Option will use '=' as a means to separate argument value.
-
-
valueSeparator(char) - Method in class org.apache.commons.cli.Option.Builder
-
-
The Option will use sep as a means to - separate argument values.
-
-
- - - -

W

-
-
withArgName(String) - Static method in class org.apache.commons.cli.OptionBuilder
-
-
Deprecated.
-
The next Option created will have the specified argument value name.
-
-
withDescription(String) - Static method in class org.apache.commons.cli.OptionBuilder
-
-
Deprecated.
-
The next Option created will have the specified description
-
-
withLongOpt(String) - Static method in class org.apache.commons.cli.OptionBuilder
-
-
Deprecated.
-
The next Option created will have the following long option value.
-
-
withType(Object) - Static method in class org.apache.commons.cli.OptionBuilder
-
-
Deprecated. -
since 1.3, use OptionBuilder.withType(Class) instead
-
-
-
withType(Class<?>) - Static method in class org.apache.commons.cli.OptionBuilder
-
-
Deprecated.
-
The next Option created will have a value that will be an instance - of type.
-
-
withValueSeparator(char) - Static method in class org.apache.commons.cli.OptionBuilder
-
-
Deprecated.
-
The next Option created uses sep as a means to - separate argument values.
-
-
withValueSeparator() - Static method in class org.apache.commons.cli.OptionBuilder
-
-
Deprecated.
-
The next Option created uses '=' as a means to - separate argument values.
-
-
-A B C D E F G H I L M N O P R S T U V W 
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/index.html b/libs/commons-cli-1.4/apidocs/index.html deleted file mode 100755 index 670ee44..0000000 --- a/libs/commons-cli-1.4/apidocs/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - -Apache Commons CLI 1.4 API - - - - - - -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<h2>Frame Alert</h2> -<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="org/apache/commons/cli/package-summary.html">Non-frame version</a>.</p> - - - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/AlreadySelectedException.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/AlreadySelectedException.html deleted file mode 100755 index 14ce329..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/AlreadySelectedException.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - - -AlreadySelectedException (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.apache.commons.cli
-

Class AlreadySelectedException

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/AmbiguousOptionException.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/AmbiguousOptionException.html deleted file mode 100755 index 82f4c02..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/AmbiguousOptionException.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - - -AmbiguousOptionException (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.apache.commons.cli
-

Class AmbiguousOptionException

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/BasicParser.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/BasicParser.html deleted file mode 100755 index 785b888..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/BasicParser.html +++ /dev/null @@ -1,339 +0,0 @@ - - - - - - -BasicParser (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.apache.commons.cli
-

Class BasicParser

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/CommandLine.Builder.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/CommandLine.Builder.html deleted file mode 100755 index 503513a..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/CommandLine.Builder.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - - - -CommandLine.Builder (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.apache.commons.cli
-

Class CommandLine.Builder

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/CommandLine.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/CommandLine.html deleted file mode 100755 index 1981b83..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/CommandLine.html +++ /dev/null @@ -1,721 +0,0 @@ - - - - - - -CommandLine (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.apache.commons.cli
-

Class CommandLine

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/CommandLineParser.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/CommandLineParser.html deleted file mode 100755 index c1552db..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/CommandLineParser.html +++ /dev/null @@ -1,282 +0,0 @@ - - - - - - -CommandLineParser (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.apache.commons.cli
-

Interface CommandLineParser

-
-
-
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/DefaultParser.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/DefaultParser.html deleted file mode 100755 index 0610926..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/DefaultParser.html +++ /dev/null @@ -1,591 +0,0 @@ - - - - - - -DefaultParser (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.apache.commons.cli
-

Class DefaultParser

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/GnuParser.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/GnuParser.html deleted file mode 100755 index 70b6338..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/GnuParser.html +++ /dev/null @@ -1,348 +0,0 @@ - - - - - - -GnuParser (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.apache.commons.cli
-

Class GnuParser

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/HelpFormatter.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/HelpFormatter.html deleted file mode 100755 index 2f8b1e2..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/HelpFormatter.html +++ /dev/null @@ -1,1685 +0,0 @@ - - - - - - -HelpFormatter (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.apache.commons.cli
-

Class HelpFormatter

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/MissingArgumentException.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/MissingArgumentException.html deleted file mode 100755 index b420e12..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/MissingArgumentException.html +++ /dev/null @@ -1,347 +0,0 @@ - - - - - - -MissingArgumentException (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.apache.commons.cli
-

Class MissingArgumentException

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/MissingOptionException.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/MissingOptionException.html deleted file mode 100755 index efef673..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/MissingOptionException.html +++ /dev/null @@ -1,345 +0,0 @@ - - - - - - -MissingOptionException (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.apache.commons.cli
-

Class MissingOptionException

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/Option.Builder.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/Option.Builder.html deleted file mode 100755 index 6c70d92..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/Option.Builder.html +++ /dev/null @@ -1,558 +0,0 @@ - - - - - - -Option.Builder (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.apache.commons.cli
-

Class Option.Builder

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/Option.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/Option.html deleted file mode 100755 index 2c832fc..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/Option.html +++ /dev/null @@ -1,1237 +0,0 @@ - - - - - - -Option (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.apache.commons.cli
-

Class Option

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/OptionBuilder.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/OptionBuilder.html deleted file mode 100755 index fe5ec96..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/OptionBuilder.html +++ /dev/null @@ -1,737 +0,0 @@ - - - - - - -OptionBuilder (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.apache.commons.cli
-

Class OptionBuilder

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/OptionGroup.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/OptionGroup.html deleted file mode 100755 index c89617a..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/OptionGroup.html +++ /dev/null @@ -1,426 +0,0 @@ - - - - - - -OptionGroup (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.apache.commons.cli
-

Class OptionGroup

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/Options.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/Options.html deleted file mode 100755 index ee94f89..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/Options.html +++ /dev/null @@ -1,668 +0,0 @@ - - - - - - -Options (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.apache.commons.cli
-

Class Options

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/ParseException.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/ParseException.html deleted file mode 100755 index 17f2db9..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/ParseException.html +++ /dev/null @@ -1,277 +0,0 @@ - - - - - - -ParseException (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.apache.commons.cli
-

Class ParseException

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/Parser.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/Parser.html deleted file mode 100755 index 2ed4566..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/Parser.html +++ /dev/null @@ -1,673 +0,0 @@ - - - - - - -Parser (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.apache.commons.cli
-

Class Parser

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/PatternOptionBuilder.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/PatternOptionBuilder.html deleted file mode 100755 index 325313e..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/PatternOptionBuilder.html +++ /dev/null @@ -1,523 +0,0 @@ - - - - - - -PatternOptionBuilder (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.apache.commons.cli
-

Class PatternOptionBuilder

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/PosixParser.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/PosixParser.html deleted file mode 100755 index 13bf8db..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/PosixParser.html +++ /dev/null @@ -1,413 +0,0 @@ - - - - - - -PosixParser (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.apache.commons.cli
-

Class PosixParser

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/TypeHandler.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/TypeHandler.html deleted file mode 100755 index bc23cb7..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/TypeHandler.html +++ /dev/null @@ -1,505 +0,0 @@ - - - - - - -TypeHandler (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.apache.commons.cli
-

Class TypeHandler

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/UnrecognizedOptionException.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/UnrecognizedOptionException.html deleted file mode 100755 index 885b5bc..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/UnrecognizedOptionException.html +++ /dev/null @@ -1,352 +0,0 @@ - - - - - - -UnrecognizedOptionException (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - - -
-
org.apache.commons.cli
-

Class UnrecognizedOptionException

-
-
- -
- -
-
- -
-
- -
-
- - -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/AlreadySelectedException.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/AlreadySelectedException.html deleted file mode 100755 index ccd3bca..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/AlreadySelectedException.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - -Uses of Class org.apache.commons.cli.AlreadySelectedException (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.apache.commons.cli.AlreadySelectedException

-
-
- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/AmbiguousOptionException.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/AmbiguousOptionException.html deleted file mode 100755 index 2953754..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/AmbiguousOptionException.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - -Uses of Class org.apache.commons.cli.AmbiguousOptionException (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.apache.commons.cli.AmbiguousOptionException

-
-
No usage of org.apache.commons.cli.AmbiguousOptionException
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/BasicParser.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/BasicParser.html deleted file mode 100755 index 4197c5e..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/BasicParser.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - -Uses of Class org.apache.commons.cli.BasicParser (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.apache.commons.cli.BasicParser

-
-
No usage of org.apache.commons.cli.BasicParser
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/CommandLine.Builder.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/CommandLine.Builder.html deleted file mode 100755 index dd3f849..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/CommandLine.Builder.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - -Uses of Class org.apache.commons.cli.CommandLine.Builder (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.apache.commons.cli.CommandLine.Builder

-
-
- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/CommandLine.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/CommandLine.html deleted file mode 100755 index a07350a..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/CommandLine.html +++ /dev/null @@ -1,252 +0,0 @@ - - - - - - -Uses of Class org.apache.commons.cli.CommandLine (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.apache.commons.cli.CommandLine

-
-
- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/CommandLineParser.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/CommandLineParser.html deleted file mode 100755 index dcb07c8..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/CommandLineParser.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - - - -Uses of Interface org.apache.commons.cli.CommandLineParser (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Interface
org.apache.commons.cli.CommandLineParser

-
-
- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/DefaultParser.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/DefaultParser.html deleted file mode 100755 index a6ab947..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/DefaultParser.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - -Uses of Class org.apache.commons.cli.DefaultParser (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.apache.commons.cli.DefaultParser

-
-
No usage of org.apache.commons.cli.DefaultParser
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/GnuParser.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/GnuParser.html deleted file mode 100755 index c3c17b4..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/GnuParser.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - -Uses of Class org.apache.commons.cli.GnuParser (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.apache.commons.cli.GnuParser

-
-
No usage of org.apache.commons.cli.GnuParser
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/HelpFormatter.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/HelpFormatter.html deleted file mode 100755 index 11d0c9c..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/HelpFormatter.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - -Uses of Class org.apache.commons.cli.HelpFormatter (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.apache.commons.cli.HelpFormatter

-
-
No usage of org.apache.commons.cli.HelpFormatter
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/MissingArgumentException.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/MissingArgumentException.html deleted file mode 100755 index edb6478..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/MissingArgumentException.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - -Uses of Class org.apache.commons.cli.MissingArgumentException (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.apache.commons.cli.MissingArgumentException

-
-
No usage of org.apache.commons.cli.MissingArgumentException
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/MissingOptionException.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/MissingOptionException.html deleted file mode 100755 index 01afa04..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/MissingOptionException.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - -Uses of Class org.apache.commons.cli.MissingOptionException (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.apache.commons.cli.MissingOptionException

-
-
- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/Option.Builder.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/Option.Builder.html deleted file mode 100755 index ab636e1..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/Option.Builder.html +++ /dev/null @@ -1,237 +0,0 @@ - - - - - - -Uses of Class org.apache.commons.cli.Option.Builder (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.apache.commons.cli.Option.Builder

-
-
- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/Option.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/Option.html deleted file mode 100755 index 0254d6d..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/Option.html +++ /dev/null @@ -1,352 +0,0 @@ - - - - - - -Uses of Class org.apache.commons.cli.Option (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.apache.commons.cli.Option

-
-
- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/OptionBuilder.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/OptionBuilder.html deleted file mode 100755 index 7fafa66..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/OptionBuilder.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - -Uses of Class org.apache.commons.cli.OptionBuilder (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.apache.commons.cli.OptionBuilder

-
-
- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/OptionGroup.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/OptionGroup.html deleted file mode 100755 index 5db4efc..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/OptionGroup.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -Uses of Class org.apache.commons.cli.OptionGroup (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.apache.commons.cli.OptionGroup

-
-
- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/Options.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/Options.html deleted file mode 100755 index 20283f0..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/Options.html +++ /dev/null @@ -1,479 +0,0 @@ - - - - - - -Uses of Class org.apache.commons.cli.Options (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.apache.commons.cli.Options

-
-
- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/ParseException.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/ParseException.html deleted file mode 100755 index 16cb8e7..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/ParseException.html +++ /dev/null @@ -1,367 +0,0 @@ - - - - - - -Uses of Class org.apache.commons.cli.ParseException (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.apache.commons.cli.ParseException

-
-
- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/Parser.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/Parser.html deleted file mode 100755 index e0082b8..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/Parser.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Uses of Class org.apache.commons.cli.Parser (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.apache.commons.cli.Parser

-
-
- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/PatternOptionBuilder.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/PatternOptionBuilder.html deleted file mode 100755 index 927eeb6..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/PatternOptionBuilder.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - -Uses of Class org.apache.commons.cli.PatternOptionBuilder (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.apache.commons.cli.PatternOptionBuilder

-
-
No usage of org.apache.commons.cli.PatternOptionBuilder
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/PosixParser.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/PosixParser.html deleted file mode 100755 index 6ead563..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/PosixParser.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - -Uses of Class org.apache.commons.cli.PosixParser (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.apache.commons.cli.PosixParser

-
-
No usage of org.apache.commons.cli.PosixParser
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/TypeHandler.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/TypeHandler.html deleted file mode 100755 index 8d9090d..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/TypeHandler.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - -Uses of Class org.apache.commons.cli.TypeHandler (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.apache.commons.cli.TypeHandler

-
-
No usage of org.apache.commons.cli.TypeHandler
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/UnrecognizedOptionException.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/UnrecognizedOptionException.html deleted file mode 100755 index b3600b0..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/class-use/UnrecognizedOptionException.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - -Uses of Class org.apache.commons.cli.UnrecognizedOptionException (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Class
org.apache.commons.cli.UnrecognizedOptionException

-
-
- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/package-frame.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/package-frame.html deleted file mode 100755 index 24b6d66..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/package-frame.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - -org.apache.commons.cli (Apache Commons CLI 1.4 API) - - - - -

org.apache.commons.cli

-
-

Interfaces

- -

Classes

- -

Exceptions

- -
- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/package-summary.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/package-summary.html deleted file mode 100755 index 682f201..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/package-summary.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -org.apache.commons.cli (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Package org.apache.commons.cli

-
-
Commons CLI 1.3
-
-

See: Description

-
-
- - - - -

Package org.apache.commons.cli Description

-
Commons CLI 1.3
-
-
Version:
-
$Id: package-info.java 1443102 2013-02-06 18:12:16Z tn $
-
-
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/package-tree.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/package-tree.html deleted file mode 100755 index e890c24..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/package-tree.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - -org.apache.commons.cli Class Hierarchy (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Hierarchy For Package org.apache.commons.cli

-
-
-

Class Hierarchy

- -

Interface Hierarchy

- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/package-use.html b/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/package-use.html deleted file mode 100755 index b577cfb..0000000 --- a/libs/commons-cli-1.4/apidocs/org/apache/commons/cli/package-use.html +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - -Uses of Package org.apache.commons.cli (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Uses of Package
org.apache.commons.cli

-
-
- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/overview-tree.html b/libs/commons-cli-1.4/apidocs/overview-tree.html deleted file mode 100755 index 5fb4bb5..0000000 --- a/libs/commons-cli-1.4/apidocs/overview-tree.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - -Class Hierarchy (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Hierarchy For All Packages

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/package-list b/libs/commons-cli-1.4/apidocs/package-list deleted file mode 100755 index f8b2a4d..0000000 --- a/libs/commons-cli-1.4/apidocs/package-list +++ /dev/null @@ -1 +0,0 @@ -org.apache.commons.cli diff --git a/libs/commons-cli-1.4/apidocs/script.js b/libs/commons-cli-1.4/apidocs/script.js deleted file mode 100755 index b346356..0000000 --- a/libs/commons-cli-1.4/apidocs/script.js +++ /dev/null @@ -1,30 +0,0 @@ -function show(type) -{ - count = 0; - for (var key in methods) { - var row = document.getElementById(key); - if ((methods[key] & type) != 0) { - row.style.display = ''; - row.className = (count++ % 2) ? rowColor : altColor; - } - else - row.style.display = 'none'; - } - updateTabs(type); -} - -function updateTabs(type) -{ - for (var value in tabs) { - var sNode = document.getElementById(tabs[value][0]); - var spanNode = sNode.firstChild; - if (value == type) { - sNode.className = activeTableTab; - spanNode.innerHTML = tabs[value][1]; - } - else { - sNode.className = tableTab; - spanNode.innerHTML = "" + tabs[value][1] + ""; - } - } -} diff --git a/libs/commons-cli-1.4/apidocs/serialized-form.html b/libs/commons-cli-1.4/apidocs/serialized-form.html deleted file mode 100755 index f6ac00a..0000000 --- a/libs/commons-cli-1.4/apidocs/serialized-form.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - - -Serialized Form (Apache Commons CLI 1.4 API) - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
-

Serialized Form

-
-
- -
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.

- - diff --git a/libs/commons-cli-1.4/apidocs/stylesheet.css b/libs/commons-cli-1.4/apidocs/stylesheet.css deleted file mode 100755 index 98055b2..0000000 --- a/libs/commons-cli-1.4/apidocs/stylesheet.css +++ /dev/null @@ -1,574 +0,0 @@ -/* Javadoc style sheet */ -/* -Overall document style -*/ - -@import url('resources/fonts/dejavu.css'); - -body { - background-color:#ffffff; - color:#353833; - font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size:14px; - margin:0; -} -a:link, a:visited { - text-decoration:none; - color:#4A6782; -} -a:hover, a:focus { - text-decoration:none; - color:#bb7a2a; -} -a:active { - text-decoration:none; - color:#4A6782; -} -a[name] { - color:#353833; -} -a[name]:hover { - text-decoration:none; - color:#353833; -} -pre { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; -} -h1 { - font-size:20px; -} -h2 { - font-size:18px; -} -h3 { - font-size:16px; - font-style:italic; -} -h4 { - font-size:13px; -} -h5 { - font-size:12px; -} -h6 { - font-size:11px; -} -ul { - list-style-type:disc; -} -code, tt { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - padding-top:4px; - margin-top:8px; - line-height:1.4em; -} -dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - padding-top:4px; -} -table tr td dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - vertical-align:top; - padding-top:4px; -} -sup { - font-size:8px; -} -/* -Document title and Copyright styles -*/ -.clear { - clear:both; - height:0px; - overflow:hidden; -} -.aboutLanguage { - float:right; - padding:0px 21px; - font-size:11px; - z-index:200; - margin-top:-9px; -} -.legalCopy { - margin-left:.5em; -} -.bar a, .bar a:link, .bar a:visited, .bar a:active { - color:#FFFFFF; - text-decoration:none; -} -.bar a:hover, .bar a:focus { - color:#bb7a2a; -} -.tab { - background-color:#0066FF; - color:#ffffff; - padding:8px; - width:5em; - font-weight:bold; -} -/* -Navigation bar styles -*/ -.bar { - background-color:#4D7A97; - color:#FFFFFF; - padding:.8em .5em .4em .8em; - height:auto;/*height:1.8em;*/ - font-size:11px; - margin:0; -} -.topNav { - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; -} -.bottomNav { - margin-top:10px; - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; -} -.subNav { - background-color:#dee3e9; - float:left; - width:100%; - overflow:hidden; - font-size:12px; -} -.subNav div { - clear:left; - float:left; - padding:0 0 5px 6px; - text-transform:uppercase; -} -ul.navList, ul.subNavList { - float:left; - margin:0 25px 0 0; - padding:0; -} -ul.navList li{ - list-style:none; - float:left; - padding: 5px 6px; - text-transform:uppercase; -} -ul.subNavList li{ - list-style:none; - float:left; -} -.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { - color:#FFFFFF; - text-decoration:none; - text-transform:uppercase; -} -.topNav a:hover, .bottomNav a:hover { - text-decoration:none; - color:#bb7a2a; - text-transform:uppercase; -} -.navBarCell1Rev { - background-color:#F8981D; - color:#253441; - margin: auto 5px; -} -.skipNav { - position:absolute; - top:auto; - left:-9999px; - overflow:hidden; -} -/* -Page header and footer styles -*/ -.header, .footer { - clear:both; - margin:0 20px; - padding:5px 0 0 0; -} -.indexHeader { - margin:10px; - position:relative; -} -.indexHeader span{ - margin-right:15px; -} -.indexHeader h1 { - font-size:13px; -} -.title { - color:#2c4557; - margin:10px 0; -} -.subTitle { - margin:5px 0 0 0; -} -.header ul { - margin:0 0 15px 0; - padding:0; -} -.footer ul { - margin:20px 0 5px 0; -} -.header ul li, .footer ul li { - list-style:none; - font-size:13px; -} -/* -Heading styles -*/ -div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -ul.blockList ul.blockList ul.blockList li.blockList h3 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -ul.blockList ul.blockList li.blockList h3 { - padding:0; - margin:15px 0; -} -ul.blockList li.blockList h2 { - padding:0px 0 20px 0; -} -/* -Page layout container styles -*/ -.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { - clear:both; - padding:10px 20px; - position:relative; -} -.indexContainer { - margin:10px; - position:relative; - font-size:12px; -} -.indexContainer h2 { - font-size:13px; - padding:0 0 3px 0; -} -.indexContainer ul { - margin:0; - padding:0; -} -.indexContainer ul li { - list-style:none; - padding-top:2px; -} -.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { - font-size:12px; - font-weight:bold; - margin:10px 0 0 0; - color:#4E4E4E; -} -.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { - margin:5px 0 10px 0px; - font-size:14px; - font-family:'DejaVu Sans Mono',monospace; -} -.serializedFormContainer dl.nameValue dt { - margin-left:1px; - font-size:1.1em; - display:inline; - font-weight:bold; -} -.serializedFormContainer dl.nameValue dd { - margin:0 0 0 1px; - font-size:1.1em; - display:inline; -} -/* -List styles -*/ -ul.horizontal li { - display:inline; - font-size:0.9em; -} -ul.inheritance { - margin:0; - padding:0; -} -ul.inheritance li { - display:inline; - list-style:none; -} -ul.inheritance li ul.inheritance { - margin-left:15px; - padding-left:15px; - padding-top:1px; -} -ul.blockList, ul.blockListLast { - margin:10px 0 10px 0; - padding:0; -} -ul.blockList li.blockList, ul.blockListLast li.blockList { - list-style:none; - margin-bottom:15px; - line-height:1.4; -} -ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { - padding:0px 20px 5px 10px; - border:1px solid #ededed; - background-color:#f8f8f8; -} -ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { - padding:0 0 5px 8px; - background-color:#ffffff; - border:none; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { - margin-left:0; - padding-left:0; - padding-bottom:15px; - border:none; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { - list-style:none; - border-bottom:none; - padding-bottom:0; -} -table tr td dl, table tr td dl dt, table tr td dl dd { - margin-top:0; - margin-bottom:1px; -} -/* -Table styles -*/ -.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { - width:100%; - border-left:1px solid #EEE; - border-right:1px solid #EEE; - border-bottom:1px solid #EEE; -} -.overviewSummary, .memberSummary { - padding:0px; -} -.overviewSummary caption, .memberSummary caption, .typeSummary caption, -.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { - position:relative; - text-align:left; - background-repeat:no-repeat; - color:#253441; - font-weight:bold; - clear:none; - overflow:hidden; - padding:0px; - padding-top:10px; - padding-left:1px; - margin:0px; - white-space:pre; -} -.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, -.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, -.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, -.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, -.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, -.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, -.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, -.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { - color:#FFFFFF; -} -.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, -.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - padding-bottom:7px; - display:inline-block; - float:left; - background-color:#F8981D; - border: none; - height:16px; -} -.memberSummary caption span.activeTableTab span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - margin-right:3px; - display:inline-block; - float:left; - background-color:#F8981D; - height:16px; -} -.memberSummary caption span.tableTab span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - margin-right:3px; - display:inline-block; - float:left; - background-color:#4D7A97; - height:16px; -} -.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { - padding-top:0px; - padding-left:0px; - padding-right:0px; - background-image:none; - float:none; - display:inline; -} -.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, -.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { - display:none; - width:5px; - position:relative; - float:left; - background-color:#F8981D; -} -.memberSummary .activeTableTab .tabEnd { - display:none; - width:5px; - margin-right:3px; - position:relative; - float:left; - background-color:#F8981D; -} -.memberSummary .tableTab .tabEnd { - display:none; - width:5px; - margin-right:3px; - position:relative; - background-color:#4D7A97; - float:left; - -} -.overviewSummary td, .memberSummary td, .typeSummary td, -.useSummary td, .constantsSummary td, .deprecatedSummary td { - text-align:left; - padding:0px 0px 12px 10px; -} -th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, -td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ - vertical-align:top; - padding-right:0px; - padding-top:8px; - padding-bottom:3px; -} -th.colFirst, th.colLast, th.colOne, .constantsSummary th { - background:#dee3e9; - text-align:left; - padding:8px 3px 3px 7px; -} -td.colFirst, th.colFirst { - white-space:nowrap; - font-size:13px; -} -td.colLast, th.colLast { - font-size:13px; -} -td.colOne, th.colOne { - font-size:13px; -} -.overviewSummary td.colFirst, .overviewSummary th.colFirst, -.useSummary td.colFirst, .useSummary th.colFirst, -.overviewSummary td.colOne, .overviewSummary th.colOne, -.memberSummary td.colFirst, .memberSummary th.colFirst, -.memberSummary td.colOne, .memberSummary th.colOne, -.typeSummary td.colFirst{ - width:25%; - vertical-align:top; -} -td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { - font-weight:bold; -} -.tableSubHeadingColor { - background-color:#EEEEFF; -} -.altColor { - background-color:#FFFFFF; -} -.rowColor { - background-color:#EEEEEF; -} -/* -Content styles -*/ -.description pre { - margin-top:0; -} -.deprecatedContent { - margin:0; - padding:10px 0; -} -.docSummary { - padding:0; -} - -ul.blockList ul.blockList ul.blockList li.blockList h3 { - font-style:normal; -} - -div.block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; -} - -td.colLast div { - padding-top:0px; -} - - -td.colLast a { - padding-bottom:3px; -} -/* -Formatting effect styles -*/ -.sourceLineNo { - color:green; - padding:0 30px 0 0; -} -h1.hidden { - visibility:hidden; - overflow:hidden; - font-size:10px; -} -.block { - display:block; - margin:3px 10px 2px 0px; - color:#474747; -} -.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, -.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, -.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { - font-weight:bold; -} -.deprecationComment, .emphasizedPhrase, .interfaceName { - font-style:italic; -} - -div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, -div.block div.block span.interfaceName { - font-style:normal; -} - -div.contentContainer ul.blockList li.blockList h2{ - padding-bottom:0px; -}