Uses of Record Class
org.aksw.shellgebra.algebra.cmd.op.CmdRedirect
Packages that use CmdRedirect
Package
Description
-
Uses of CmdRedirect in org.aksw.shellgebra.algebra.cmd.arg
Methods in org.aksw.shellgebra.algebra.cmd.arg that return CmdRedirectModifier and TypeMethodDescriptionCmdArgRedirect.redirect()Returns the value of theredirectrecord component.Methods in org.aksw.shellgebra.algebra.cmd.arg with parameters of type CmdRedirectConstructors in org.aksw.shellgebra.algebra.cmd.arg with parameters of type CmdRedirectModifierConstructorDescriptionCmdArgRedirect(CmdRedirect redirect) Creates an instance of aCmdArgRedirectrecord class. -
Uses of CmdRedirect in org.aksw.shellgebra.algebra.cmd.op
Fields in org.aksw.shellgebra.algebra.cmd.op with type parameters of type CmdRedirectModifier and TypeFieldDescriptionprotected List<CmdRedirect> CmdOp.CmdOpVisitorModifyRedirect.additionsMethods in org.aksw.shellgebra.algebra.cmd.op that return CmdRedirectModifier and TypeMethodDescriptionstatic CmdRedirectstatic CmdRedirectstatic CmdRedirectstatic CmdRedirectMethods in org.aksw.shellgebra.algebra.cmd.op that return types with arguments of type CmdRedirectModifier and TypeMethodDescriptionCmdOp.CmdOpVisitorModifyRedirect.combine(List<CmdRedirect> base) CmdOpGroup.redirects()Returns the value of theredirectsrecord component.Methods in org.aksw.shellgebra.algebra.cmd.op with parameters of type CmdRedirectModifier and TypeMethodDescriptionstatic CmdOpCmdOps.appendRedirect(CmdOp base, CmdRedirect redirect) static CmdOpCmdOps.appendRedirects(CmdOp base, CmdRedirect... redirects) static CmdOpCmdOps.prependRedirect(CmdOp base, CmdRedirect redirect) static StringCmdRedirect.toString(CmdStrOps strOps, CmdRedirect redirect) Method parameters in org.aksw.shellgebra.algebra.cmd.op with type arguments of type CmdRedirectModifier and TypeMethodDescriptionstatic CmdOpCmdOps.appendRedirects(CmdOp base, List<CmdRedirect> redirects) CmdOp.CmdOpVisitorModifyRedirect.combine(List<CmdRedirect> base) static CmdOpCmdOps.prependRedirects(CmdOp base, List<CmdRedirect> redirects) Constructor parameters in org.aksw.shellgebra.algebra.cmd.op with type arguments of type CmdRedirectModifierConstructorDescriptionCmdOpVisitorAddRedirect(List<CmdRedirect> redirects) CmdOpVisitorModifyRedirect(List<CmdRedirect> additions) CmdOpVisitorPrependRedirect(List<CmdRedirect> redirects) -
Uses of CmdRedirect in org.aksw.shellgebra.algebra.cmd.transform
Methods in org.aksw.shellgebra.algebra.cmd.transform that return CmdRedirectModifier and TypeMethodDescriptionprotected CmdRedirectCmdArgTransformBindFiles.processRedirect(CmdRedirect redirect) protected CmdRedirectCmdArgTransformBindFiles.processRedirect(CmdRedirect redirect, RedirectTarget.RedirectTargetFile f) Methods in org.aksw.shellgebra.algebra.cmd.transform with parameters of type CmdRedirectModifier and TypeMethodDescriptionprotected CmdRedirectCmdArgTransformBindFiles.processRedirect(CmdRedirect redirect) protected CmdRedirectCmdArgTransformBindFiles.processRedirect(CmdRedirect redirect, RedirectTarget.RedirectTargetFile f) -
Uses of CmdRedirect in org.aksw.shellgebra.shim.core
Methods in org.aksw.shellgebra.shim.core that return types with arguments of type CmdRedirect