Class CmdOps
java.lang.Object
org.aksw.shellgebra.algebra.cmd.op.CmdOps
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <C extends Collection<CmdOpVar>>
Cstatic CmdOpappendRedirect(CmdOp base, CmdRedirect redirect) static CmdOpappendRedirects(CmdOp base, List<CmdRedirect> redirects) static CmdOpappendRedirects(CmdOp base, CmdRedirect... redirects) static CmdOpstatic CmdOpstatic CmdOpstatic CmdOpexec(List<CmdOp> ops, List<CmdRedirect> redirects) static CmdOpgroup(List<CmdOp> ops, List<CmdRedirect> redirects) static CmdOpstatic CmdOpstatic CmdOpstatic CmdOpprependRedirect(CmdOp base, CmdRedirect redirect) static CmdOpprependRedirects(CmdOp base, List<CmdRedirect> redirects) static intNumber of CmdOps in the given expression.static CmdOp
-
Constructor Details
-
CmdOps
public CmdOps()
-
-
Method Details
-
pipeline
-
pipeline
-
group
-
group
-
exec
-
exec
-
exec
-
assign
-
accVars
-
accVars
-
subst
-
size
Number of CmdOps in the given expression. 0 for null argument. -
appendRedirect
-
appendRedirects
-
appendRedirects
-
prependRedirect
-
prependRedirects
-