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