Uses of Class
org.jline.builtins.ConfigurationPath
-
-
Uses of ConfigurationPath in org.jline.builtins
Methods in org.jline.builtins that return ConfigurationPath Modifier and Type Method Description static ConfigurationPathConfigurationPath. fromClasspath(java.lang.String classpathResource)Creates a ConfigurationPath from a classpath resource.Methods in org.jline.builtins with parameters of type ConfigurationPath Modifier and Type Method Description static voidCommands. highlighter(org.jline.reader.LineReader lineReader, org.jline.terminal.Terminal terminal, java.io.PrintStream out, java.io.PrintStream err, java.lang.String[] argv, ConfigurationPath configPath)Manages syntax highlighting themes.static voidCommands. less(org.jline.terminal.Terminal terminal, java.io.InputStream in, java.io.PrintStream out, java.io.PrintStream err, java.nio.file.Path currentDir, java.lang.Object[] argv, ConfigurationPath configPath)Launches the less pager with the specified arguments.static voidCommands. nano(org.jline.terminal.Terminal terminal, java.io.PrintStream out, java.io.PrintStream err, java.nio.file.Path currentDir, java.lang.String[] argv, ConfigurationPath configPath)Launches the nano text editor with the specified arguments.Constructors in org.jline.builtins with parameters of type ConfigurationPath Constructor Description Less(org.jline.terminal.Terminal terminal, java.nio.file.Path currentDir, Options opts, ConfigurationPath configPath)Nano(org.jline.terminal.Terminal terminal, java.nio.file.Path root, Options opts, ConfigurationPath configPath)
-