Class SubProcessCommandLineArgs
- java.lang.Object
-
- org.apache.beam.examples.subprocess.kernel.SubProcessCommandLineArgs
-
public class SubProcessCommandLineArgs extends java.lang.ObjectParameters to the sub-process, has tuple of ordinal position and the value.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubProcessCommandLineArgs.CommandClass used to store the SubProcces parameters.
-
Constructor Summary
Constructors Constructor Description SubProcessCommandLineArgs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCommand(java.lang.Integer position, java.lang.String value)java.util.List<SubProcessCommandLineArgs.Command>getParameters()voidputCommand(SubProcessCommandLineArgs.Command command)
-
-
-
Method Detail
-
addCommand
public void addCommand(java.lang.Integer position, java.lang.String value)
-
putCommand
public void putCommand(SubProcessCommandLineArgs.Command command)
-
getParameters
public java.util.List<SubProcessCommandLineArgs.Command> getParameters()
-
-