Package org.jline.console.impl
Class SystemRegistryImpl.CommandData
java.lang.Object
org.jline.console.impl.SystemRegistryImpl.CommandData
- Enclosing class:
- SystemRegistryImpl
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCommandData
(SystemRegistryImpl.ArgsParser parser, boolean statement, String rawLine, String variable, File file, boolean append, String pipe) -
Method Summary
-
Field Details
-
rawLine
-
command
-
args
-
file
-
append
private final boolean append -
variable
-
pipe
-
-
Constructor Details
-
CommandData
public CommandData(SystemRegistryImpl.ArgsParser parser, boolean statement, String rawLine, String variable, File file, boolean append, String pipe)
-
-
Method Details