Package | Description |
---|---|
de.knipp.rritoolkit.test |
Modifier and Type | Class and Description |
---|---|
private static class |
Test.ParallelCommand
class that executes the given commands in parallel
|
private static class |
Test.RepeatCommand
class that repeats a command a given number of times
|
private static class |
Test.SequentialCommand
class that executes the given commands sequentially
|
Modifier and Type | Field and Description |
---|---|
private Test.Command |
Test.RepeatCommand.command
the command to repeat
|
private Test.Command[] |
Test.SequentialCommand.commands
the commands to execute
|
private Test.Command[] |
Test.ParallelCommand.commands
the commands to execute
|
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) |
private Test.Command |
Test.parseBatchFile(java.io.BufferedReader reader)
parse the given batch file
|
private Test.Command |
Test.parseBatchSection(java.lang.String... stopWords)
parse a section of the batch file
|
private static Test.Command |
Test.parseCommand(java.lang.String[] args,
int offset)
execute a command
|
Constructor and Description |
---|
ParallelCommand(Test.Command[] theCommands,
int theThreadCount)
constructor
|
RepeatCommand(Test.Command theCommand,
int theRepeatCount)
constructor
|
SequentialCommand(Test.Command[] theCommands)
constructor
|
Copyright © 2005-2013 Knipp Medien und Kommunikation GmbH