Uses of Interface
org.aksw.shellgebra.exec.CmdStrOps
Packages that use CmdStrOps
Package
Description
-
Uses of CmdStrOps in org.aksw.shellgebra.algebra.cmd.arg
Methods in org.aksw.shellgebra.algebra.cmd.arg with parameters of type CmdStrOpsModifier and TypeMethodDescriptionCmdArgVisitorRenderAsBashString.render(CmdOpVisitor<CmdString> cmdOpVisitorToString, CmdStrOps strOps, List<CmdArg> args) Constructors in org.aksw.shellgebra.algebra.cmd.arg with parameters of type CmdStrOpsModifierConstructorDescriptionCmdArgVisitorRenderAsBashString(CmdOpVisitor<CmdString> cmdOpVisitorToString, CmdStrOps strOps) -
Uses of CmdStrOps in org.aksw.shellgebra.algebra.cmd.op
Methods in org.aksw.shellgebra.algebra.cmd.op with parameters of type CmdStrOpsModifier and TypeMethodDescriptionstatic StringCmdRedirect.toString(CmdStrOps strOps, CmdRedirect redirect) -
Uses of CmdStrOps in org.aksw.shellgebra.algebra.cmd.transform
Fields in org.aksw.shellgebra.algebra.cmd.transform declared as CmdStrOpsModifier and TypeFieldDescriptionprotected CmdStrOpsCmdOpVisitorToCmdString.strOpsprotected CmdStrOpsRedirectTargetVisitorToString.strOpsConstructors in org.aksw.shellgebra.algebra.cmd.transform with parameters of type CmdStrOps -
Uses of CmdStrOps in org.aksw.shellgebra.exec
Classes in org.aksw.shellgebra.exec that implement CmdStrOpsFields in org.aksw.shellgebra.exec declared as CmdStrOpsMethods in org.aksw.shellgebra.exec that return CmdStrOpsModifier and TypeMethodDescriptionstatic CmdStrOpsCmdStrOpsBash.get()SysRuntimeCoreDocker.getCmdStrOps()SysRuntime.getStrOps()SysRuntimeDocker.getStrOps()SysRuntimeImpl.getStrOps()default CmdStrOpsSysRuntimeWrapper.getStrOps()Constructors in org.aksw.shellgebra.exec with parameters of type CmdStrOpsModifierConstructorDescriptionSysRuntimeCoreDocker(org.testcontainers.containers.GenericContainer<?> container, Argv entrypoint, CmdStrOps cmdStrOps) SysRuntimeImpl(CmdStrOps strOps)