Package com.aspectran.shell.command
Class CommandLineRedirection
- java.lang.Object
-
- com.aspectran.shell.command.CommandLineRedirection
-
public class CommandLineRedirection extends java.lang.Object
Created: 2017. 3. 8.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CommandLineRedirection.Operator
Command redirection operators.
-
Constructor Summary
Constructors Constructor Description CommandLineRedirection(CommandLineRedirection.Operator operator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getOperand()
CommandLineRedirection.Operator
getOperator()
int
hashCode()
void
setOperand(java.lang.String operand)
java.lang.String
toString()
-
-
-
Constructor Detail
-
CommandLineRedirection
public CommandLineRedirection(CommandLineRedirection.Operator operator)
-
-
Method Detail
-
getOperand
public java.lang.String getOperand()
-
setOperand
public void setOperand(java.lang.String operand)
-
getOperator
public CommandLineRedirection.Operator getOperator()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-