Skip navigation links
A C D E I K N P Q S T U V 

A

Argument - Class in com.github.brunoais.cli_args_parser
 
argument() - Method in class com.github.brunoais.cli_args_parser.ParseArgs
Creates a new Argument to parse the default arguments
argument(String) - Method in class com.github.brunoais.cli_args_parser.ParseArgs
Creates a new Argument to parse input Provide a null name if it is a default argument

C

c(String, String, String) - Method in interface com.github.brunoais.cli_args_parser.callbacks.DoubleValCallback
 
c(String, String, String) - Method in interface com.github.brunoais.cli_args_parser.callbacks.NoValCallback
 
c(String, String, String) - Method in interface com.github.brunoais.cli_args_parser.callbacks.QuadrupleValCallback
 
c(String, String, String) - Method in interface com.github.brunoais.cli_args_parser.callbacks.SingleValCallback
 
c(String, String, String) - Method in interface com.github.brunoais.cli_args_parser.callbacks.TripleValCallback
 
c(String, String, String) - Method in interface com.github.brunoais.cli_args_parser.callbacks.ValCallback
 
c(String, String, String, String) - Method in interface com.github.brunoais.cli_args_parser.callbacks.ValCallback
 
call(NoValCallback) - Method in class com.github.brunoais.cli_args_parser.Argument
 
call(SingleValCallback) - Method in class com.github.brunoais.cli_args_parser.Argument
 
call(DoubleValCallback) - Method in class com.github.brunoais.cli_args_parser.Argument
 
call(TripleValCallback) - Method in class com.github.brunoais.cli_args_parser.Argument
 
call(QuadrupleValCallback) - Method in class com.github.brunoais.cli_args_parser.Argument
 
callback(String, String) - Method in interface com.github.brunoais.cli_args_parser.callbacks.DoubleValCallback
 
callback() - Method in interface com.github.brunoais.cli_args_parser.callbacks.NoValCallback
 
callback(String, String, String, String) - Method in interface com.github.brunoais.cli_args_parser.callbacks.QuadrupleValCallback
 
callback(String) - Method in interface com.github.brunoais.cli_args_parser.callbacks.SingleValCallback
 
callback(String, String, String) - Method in interface com.github.brunoais.cli_args_parser.callbacks.TripleValCallback
 
com.github.brunoais.cli_args_parser - package com.github.brunoais.cli_args_parser
 
com.github.brunoais.cli_args_parser.callbacks - package com.github.brunoais.cli_args_parser.callbacks
 

D

DoubleValCallback - Interface in com.github.brunoais.cli_args_parser.callbacks
 

E

equalValue() - Method in class com.github.brunoais.cli_args_parser.Argument
 

I

incompleteArgument() - Method in exception com.github.brunoais.cli_args_parser.UnexpectedEndOfArgs
 

K

keyEqualValue() - Method in class com.github.brunoais.cli_args_parser.Argument
 
keySpaceValue() - Method in class com.github.brunoais.cli_args_parser.Argument
 

N

NoValCallback - Interface in com.github.brunoais.cli_args_parser.callbacks
 

P

ParseArgs - Class in com.github.brunoais.cli_args_parser
Simple Arguments parser
ParseArgs() - Constructor for class com.github.brunoais.cli_args_parser.ParseArgs
 
parseArgs(String[]) - Method in class com.github.brunoais.cli_args_parser.ParseArgs
Parses the args array fully
parseArgs(String[], int) - Method in class com.github.brunoais.cli_args_parser.ParseArgs
Parses the args array fully from start (inclusive)
parseArgs(String[], int, int) - Method in class com.github.brunoais.cli_args_parser.ParseArgs
Parses the args array from start (inclusive) to end (exclusive)
prefixes() - Method in class com.github.brunoais.cli_args_parser.Argument
 

Q

QuadrupleValCallback - Interface in com.github.brunoais.cli_args_parser.callbacks
 

S

SingleValCallback - Interface in com.github.brunoais.cli_args_parser.callbacks
 
spaceValue() - Method in class com.github.brunoais.cli_args_parser.Argument
 
spaceValued(int) - Method in class com.github.brunoais.cli_args_parser.Argument
 

T

TripleValCallback - Interface in com.github.brunoais.cli_args_parser.callbacks
 

U

UnexpectedEndOfArgs - Exception in com.github.brunoais.cli_args_parser
This exception represents an unexpected input where the input ended too early
unknownArgCallback(ValCallback) - Method in class com.github.brunoais.cli_args_parser.ParseArgs
Sets the callback for when an argument is included but no correspondence was found

V

ValCallback - Interface in com.github.brunoais.cli_args_parser.callbacks
 
A C D E I K N P Q S T U V 
Skip navigation links

Copyright © 2016. All rights reserved.