Class CmdLineArgsProcessor.CmdLineArgs
- java.lang.Object
-
- org.opennms.nephron.testing.benchmark.CmdLineArgsProcessor.CmdLineArgs
-
- Enclosing class:
- CmdLineArgsProcessor
public static class CmdLineArgsProcessor.CmdLineArgs extends Object
-
-
Constructor Summary
Constructors Constructor Description CmdLineArgs(String before, String after, String out, CmdLineArgsProcessor.Args args)
-
-
-
Field Detail
-
before
public final String before
-
after
public final String after
-
out
public final String out
-
args
public final CmdLineArgsProcessor.Args args
-
-
Constructor Detail
-
CmdLineArgs
public CmdLineArgs(String before, String after, String out, CmdLineArgsProcessor.Args args)
-
-