Package org.jline.console.impl
Class SystemHighlighter.FileHighlightCommand
- java.lang.Object
-
- org.jline.console.impl.SystemHighlighter.FileHighlightCommand
-
- Enclosing class:
- SystemHighlighter
protected static class SystemHighlighter.FileHighlightCommand extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<java.lang.String>
fileOptions
private java.lang.String
subcommand
-
Constructor Summary
Constructors Constructor Description FileHighlightCommand()
FileHighlightCommand(java.lang.String subcommand, java.util.Collection<java.lang.String> fileOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getFileOptions()
java.lang.String
getSubcommand()
boolean
hasFileOptions()
boolean
isSubcommand()
-