Uses of Enum Class
org.aksw.shellgebra.algebra.cmd.op.CmdRedirect.OpenMode
Packages that use CmdRedirect.OpenMode
-
Uses of CmdRedirect.OpenMode in org.aksw.shellgebra.algebra.cmd.op
Subclasses with type arguments of type CmdRedirect.OpenMode in org.aksw.shellgebra.algebra.cmd.opMethods in org.aksw.shellgebra.algebra.cmd.op that return CmdRedirect.OpenModeModifier and TypeMethodDescriptionCmdRedirect.openMode()Returns the value of theopenModerecord component.static CmdRedirect.OpenModeReturns the enum constant of this class with the specified name.static CmdRedirect.OpenMode[]CmdRedirect.OpenMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.aksw.shellgebra.algebra.cmd.op with parameters of type CmdRedirect.OpenModeModifierConstructorDescriptionCmdRedirect(int fd, CmdRedirect.OpenMode openMode, RedirectTarget target) Creates an instance of aCmdRedirectrecord class. -
Uses of CmdRedirect.OpenMode in org.aksw.shellgebra.algebra.cmd.transform
Methods in org.aksw.shellgebra.algebra.cmd.transform with parameters of type CmdRedirect.OpenModeModifier and TypeMethodDescriptionstatic com.github.dockerjava.api.model.AccessModeCmdArgTransformBindFiles.toAccessMode(CmdRedirect.OpenMode openMode)