Package org.jline.console.impl
Class SystemRegistryImpl.CommandData
- java.lang.Object
-
- org.jline.console.impl.SystemRegistryImpl.CommandData
-
- Enclosing class:
- SystemRegistryImpl
protected static class SystemRegistryImpl.CommandData extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CommandData(org.jline.console.impl.SystemRegistryImpl.ArgsParser parser, boolean statement, java.lang.String rawLine, java.lang.String variable, java.io.File file, boolean append, java.lang.String pipe)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanappend()java.lang.String[]args()java.lang.Stringcommand()java.io.Filefile()java.lang.Stringpipe()java.lang.StringrawLine()voidsetPipe(java.lang.String pipe)java.lang.StringtoString()java.lang.Stringvariable()
-
-
-
Method Detail
-
setPipe
public void setPipe(java.lang.String pipe)
-
file
public java.io.File file()
-
append
public boolean append()
-
variable
public java.lang.String variable()
-
command
public java.lang.String command()
-
args
public java.lang.String[] args()
-
rawLine
public java.lang.String rawLine()
-
pipe
public java.lang.String pipe()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-