Class CmdLineArgsProcessor.Params.Or
- java.lang.Object
-
- org.opennms.nephron.testing.benchmark.CmdLineArgsProcessor.Params
-
- org.opennms.nephron.testing.benchmark.CmdLineArgsProcessor.Params.Or
-
- Enclosing class:
- CmdLineArgsProcessor.Params
public static class CmdLineArgsProcessor.Params.Or 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
-
-
Constructor Summary
Constructors Constructor Description Or(List<CmdLineArgsProcessor.Params.And> ands)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Constructor Detail
-
Or
public Or(List<CmdLineArgsProcessor.Params.And> ands)
-
-
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
-
expand
public List<List<String>> expand()
Description copied from class:CmdLineArgsProcessor.ParamsReturns a list of all possible parameter lists.- Specified by:
expandin classCmdLineArgsProcessor.Params
-
-