Uses of Class
org.jline.builtins.ConfigurationPath
-
Uses of ConfigurationPath in org.jline.builtins
Methods in org.jline.builtins that return ConfigurationPathModifier and TypeMethodDescriptionstatic ConfigurationPath
ConfigurationPath.fromClasspath
(String classpathResource) Creates a ConfigurationPath from a classpath resource.Methods in org.jline.builtins with parameters of type ConfigurationPathModifier and TypeMethodDescriptionstatic void
Commands.highlighter
(org.jline.reader.LineReader lineReader, org.jline.terminal.Terminal terminal, PrintStream out, PrintStream err, String[] argv, ConfigurationPath configPath) Manages syntax highlighting themes.static void
Commands.less
(org.jline.terminal.Terminal terminal, InputStream in, PrintStream out, PrintStream err, Path currentDir, Object[] argv, ConfigurationPath configPath) Launches the less pager with the specified arguments.static void
Commands.nano
(org.jline.terminal.Terminal terminal, PrintStream out, PrintStream err, Path currentDir, String[] argv, ConfigurationPath configPath) Launches the nano text editor with the specified arguments.Constructors in org.jline.builtins with parameters of type ConfigurationPathModifierConstructorDescriptionLess
(org.jline.terminal.Terminal terminal, Path currentDir, Options opts, ConfigurationPath configPath) Nano
(org.jline.terminal.Terminal terminal, Path root, Options opts, ConfigurationPath configPath)