Uses of Class
com.aspectran.shell.command.CommandLineRedirection.Operator
-
Packages that use CommandLineRedirection.Operator Package Description com.aspectran.shell.command -
-
Uses of CommandLineRedirection.Operator in com.aspectran.shell.command
Methods in com.aspectran.shell.command that return CommandLineRedirection.Operator Modifier and Type Method Description CommandLineRedirection.OperatorCommandLineRedirection. getOperator()static CommandLineRedirection.OperatorCommandLineRedirection.Operator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CommandLineRedirection.Operator[]CommandLineRedirection.Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.aspectran.shell.command with parameters of type CommandLineRedirection.Operator Constructor Description CommandLineRedirection(CommandLineRedirection.Operator operator)
-