Package com.aspectran.shell.command
Class CommandLineRedirection
- java.lang.Object
-
- com.aspectran.shell.command.CommandLineRedirection
-
public class CommandLineRedirection extends java.lang.ObjectCreated: 2017. 3. 8.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCommandLineRedirection.OperatorCommand redirection operators.
-
Constructor Summary
Constructors Constructor Description CommandLineRedirection(CommandLineRedirection.Operator operator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetOperand()CommandLineRedirection.OperatorgetOperator()inthashCode()voidsetOperand(java.lang.String operand)java.lang.StringtoString()
-
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-