Uses of Record Class
org.aksw.shellgebra.algebra.cmd.op.CmdOpExec
Packages that use CmdOpExec
Package
Description
-
Uses of CmdOpExec in org.aksw.shellgebra.algebra.cmd.op
Methods in org.aksw.shellgebra.algebra.cmd.op that return CmdOpExecModifier and TypeMethodDescriptionstatic CmdOpExecstatic CmdOpExecstatic CmdOpExecstatic CmdOpExecCmdOpExec.ofLiteralArgs(String... argv) Args array where the first element is the program name.static CmdOpExecCmdOpExec.ofLiteralArgs(List<String> argv) static CmdOpExecCmdOpExec.ofLiterals(String name, String... args) Create a CmdOpExec with all arguments interpreted as string literals.static CmdOpExecCmdOpExec.ofLiterals(String name, List<String> args) Methods in org.aksw.shellgebra.algebra.cmd.op with parameters of type CmdOpExec -
Uses of CmdOpExec in org.aksw.shellgebra.algebra.cmd.transform
Methods in org.aksw.shellgebra.algebra.cmd.transform with parameters of type CmdOpExec -
Uses of CmdOpExec in org.aksw.shellgebra.algebra.cmd.transformer
Methods in org.aksw.shellgebra.algebra.cmd.transformer with parameters of type CmdOpExecModifier and TypeMethodDescriptiondefault CmdOp/ CmdArg newArg = arg instanceof CmdArgCmdOp argOp / ? new CmdArgCmdOp(argOp.cmdOp().accept(transform)) / : arg; -
Uses of CmdOpExec in org.aksw.shellgebra.exec.site
Methods in org.aksw.shellgebra.exec.site that return CmdOpExecModifier and TypeMethodDescriptionExecStage.cmdOp()Returns the value of thecmdOprecord component.Constructors in org.aksw.shellgebra.exec.site with parameters of type CmdOpExec -
Uses of CmdOpExec in org.aksw.vshell.registry
Methods in org.aksw.vshell.registry with parameters of type CmdOpExecModifier and TypeMethodDescription