Package | Description |
---|---|
de.knipp.rritoolkit.test |
Modifier and Type | Method and Description |
---|---|
Test.Command |
Test.Operation.parse(Test.Arguments args,
java.io.PrintWriter pw)
create a command from the arguments; note that in case of errors,
no help shall be printed (i.e. call to
Test.Operation.printHelp(java.io.PrintWriter) |
Test.Command |
Test.ContactCU.parse(Test.Arguments args,
java.io.PrintWriter pw)
create a command from the arguments; note that in case of errors,
no help shall be printed (i.e. call to
Test.Operation.printHelp(java.io.PrintWriter) |
Test.Command |
Test.ContactCI.parse(Test.Arguments args,
java.io.PrintWriter pw)
create a command from the arguments; note that in case of errors,
no help shall be printed (i.e. call to
Test.Operation.printHelp(java.io.PrintWriter) |
Test.Command |
Test.DomainCU.parse(Test.Arguments args,
java.io.PrintWriter pw)
create a command from the arguments; note that in case of errors,
no help shall be printed (i.e. call to
Test.Operation.printHelp(java.io.PrintWriter) |
Test.Command |
Test.DomainSimple.parse(Test.Arguments args,
java.io.PrintWriter pw)
create a command from the arguments; note that in case of errors,
no help shall be printed (i.e. call to
Test.Operation.printHelp(java.io.PrintWriter) |
Test.Command |
Test.DomainDelete.parse(Test.Arguments args,
java.io.PrintWriter pw)
create a command from the arguments; note that in case of errors,
no help shall be printed (i.e. call to
Test.Operation.printHelp(java.io.PrintWriter) |
Test.Command |
Test.DomainInfo.parse(Test.Arguments args,
java.io.PrintWriter pw)
create a command from the arguments; note that in case of errors,
no help shall be printed (i.e. call to
Test.Operation.printHelp(java.io.PrintWriter) |
Test.Command |
Test.AuthInfo1Create.parse(Test.Arguments args,
java.io.PrintWriter pw)
create a command from the arguments; note that in case of errors,
no help shall be printed (i.e. call to
Test.Operation.printHelp(java.io.PrintWriter) |
Test.Command |
Test.QueueRead.parse(Test.Arguments args,
java.io.PrintWriter pw)
create a command from the arguments; note that in case of errors,
no help shall be printed (i.e. call to
Test.Operation.printHelp(java.io.PrintWriter) |
Test.Command |
Test.QueueDelete.parse(Test.Arguments args,
java.io.PrintWriter pw)
create a command from the arguments; note that in case of errors,
no help shall be printed (i.e. call to
Test.Operation.printHelp(java.io.PrintWriter) |
Test.Command |
Test.QueueDeleteAll.parse(Test.Arguments args,
java.io.PrintWriter pw)
create a command from the arguments; note that in case of errors,
no help shall be printed (i.e. call to
Test.Operation.printHelp(java.io.PrintWriter) |
protected Request |
Test.ContactCU.parseData(Test.Arguments args,
java.io.PrintWriter pw)
parse the arguments
|
protected Request |
Test.DomainCU.parseData(Test.Arguments args,
java.io.PrintWriter pw)
parse the arguments
|
protected T |
Test.DomainSimple.parseData(Test.Arguments args,
java.io.PrintWriter pw)
parse the arguments
|
protected Request |
Test.DomainInfo.parseData(Test.Arguments args,
java.io.PrintWriter pw)
parse the arguments
|
protected Request |
Test.AuthInfo1Create.parseData(Test.Arguments args,
java.io.PrintWriter pw)
parse the arguments
|
protected Request |
Test.QueueRead.parseData(Test.Arguments args,
java.io.PrintWriter pw)
parse the arguments
|
protected Request |
Test.QueueDelete.parseData(Test.Arguments args,
java.io.PrintWriter pw)
parse the arguments
|
protected java.util.Optional<Message.Type> |
Test.QueueDeleteAll.parseData(Test.Arguments args,
java.io.PrintWriter pw)
parse the arguments
|
protected boolean |
Test.BaseOperation.parseMultipleValueOption(Test.Arguments args,
java.io.PrintWriter pw,
java.lang.String opt,
java.lang.String descr,
java.util.function.Consumer<java.lang.String> consumer)
try to parse an option with one or more values
|
protected java.lang.Integer |
Test.BaseOperation.parseSingleIntValueOption(Test.Arguments args,
java.io.PrintWriter pw,
java.lang.String opt,
java.lang.String descr)
try to parse a single value option, which must be an integer value
|
protected java.lang.String |
Test.BaseOperation.parseSingleValueOption(Test.Arguments args,
java.io.PrintWriter pw,
java.lang.String opt,
java.lang.String descr)
try to parse a single value option
|
Copyright © 2005-2013 Knipp Medien und Kommunikation GmbH