Package org.aksw.jenax.shellgebra.cmd
Class JvmCommandRapper
java.lang.Object
org.aksw.shellgebra.shim.cmd.JvmCommandBase<RapperArgs>
org.aksw.jenax.shellgebra.cmd.JvmCommandRapper
- All Implemented Interfaces:
org.aksw.shellgebra.shim.core.JvmCommand,org.aksw.shellgebra.shim.core.JvmCommandParser,org.aksw.vshell.registry.JvmCommandExecutable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected InputStreamopenInputStream(org.aksw.vshell.registry.JvmExecCxt cxt, RapperArgs model) org.aksw.shellgebra.shim.core.ArgsModular<RapperArgs> voidrunActual(org.aksw.vshell.registry.JvmExecCxt cxt, RapperArgs model) Methods inherited from class org.aksw.shellgebra.shim.cmd.JvmCommandBase
run
-
Constructor Details
-
JvmCommandRapper
public JvmCommandRapper()
-
-
Method Details
-
parseArgs
- Specified by:
parseArgsin interfaceorg.aksw.shellgebra.shim.core.JvmCommandParser- Specified by:
parseArgsin classorg.aksw.shellgebra.shim.cmd.JvmCommandBase<RapperArgs>
-
runActual
- Specified by:
runActualin classorg.aksw.shellgebra.shim.cmd.JvmCommandBase<RapperArgs>- Throws:
IOException
-
openInputStream
protected InputStream openInputStream(org.aksw.vshell.registry.JvmExecCxt cxt, RapperArgs model) throws IOException - Throws:
IOException
-