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(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 boolean
append()
java.lang.String[]
args()
java.lang.String
command()
java.io.File
file()
java.lang.String
pipe()
java.lang.String
rawLine()
void
setPipe(java.lang.String pipe)
java.lang.String
toString()
java.lang.String
variable()
-
-
-
Constructor Detail
-
CommandData
public CommandData(SystemRegistryImpl.ArgsParser parser, boolean statement, java.lang.String rawLine, java.lang.String variable, java.io.File file, boolean append, java.lang.String pipe)
-
-
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:
toString
in classjava.lang.Object
-
-