Class CmdLineArgsProcessor.Params.And
- java.lang.Object
-
- org.opennms.nephron.testing.benchmark.CmdLineArgsProcessor.Params
-
- org.opennms.nephron.testing.benchmark.CmdLineArgsProcessor.Params.And
-
- Enclosing class:
- CmdLineArgsProcessor.Params
public static class CmdLineArgsProcessor.Params.And extends CmdLineArgsProcessor.Params
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opennms.nephron.testing.benchmark.CmdLineArgsProcessor.Params
CmdLineArgsProcessor.Params.And, CmdLineArgsProcessor.Params.Or
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CmdLineArgsProcessor.Params.Andadd(CmdLineArgsProcessor.Params.And other)CmdLineArgsProcessor.Paramsand(CmdLineArgsProcessor.Params other)List<List<String>>expand()Returns a list of all possible parameter lists.CmdLineArgsProcessor.Paramsor(CmdLineArgsProcessor.Params other)-
Methods inherited from class org.opennms.nephron.testing.benchmark.CmdLineArgsProcessor.Params
and, or
-
-
-
-
Method Detail
-
or
public CmdLineArgsProcessor.Params or(CmdLineArgsProcessor.Params other)
- Specified by:
orin classCmdLineArgsProcessor.Params
-
and
public CmdLineArgsProcessor.Params and(CmdLineArgsProcessor.Params other)
- Specified by:
andin classCmdLineArgsProcessor.Params
-
add
public CmdLineArgsProcessor.Params.And add(CmdLineArgsProcessor.Params.And other)
-
expand
public List<List<String>> expand()
Description copied from class:CmdLineArgsProcessor.ParamsReturns a list of all possible parameter lists.- Specified by:
expandin classCmdLineArgsProcessor.Params
-
-