Skip navigation links
A C D E G H I L M O P R S T V 

A

AbstractLineEditorCommand() - Constructor for class info.informationsea.commandmanager.cli.sample.LineEditorCommands.AbstractLineEditorCommand
 
addCommand(String, Class<T>) - Method in class info.informationsea.commandmanager.core.CommandManager
Register a new command to command manager.
appendCommandResult(CommandResult) - Method in class info.informationsea.commandmanager.core.CommandResult
 
ArgumentAndPosition(int, String) - Constructor for class info.informationsea.commandmanager.cli.ShellParser.ArgumentAndPosition
 

C

candidateOptions(OptionHandler) - Static method in class info.informationsea.commandmanager.core.CommandManager.OptionInfo
 
CLIBuiltinCommand() - Constructor for class info.informationsea.commandmanager.cli.CLICommandConsole.CLIBuiltinCommand
 
CLICommandCompleter - Class in info.informationsea.commandmanager.cli
Command Completer for JLine
CLICommandCompleter(CLICommandConsole) - Constructor for class info.informationsea.commandmanager.cli.CLICommandCompleter
 
CLICommandConsole - Class in info.informationsea.commandmanager.cli
Command Manager for Command Line Interface.
CLICommandConsole(CommandManager) - Constructor for class info.informationsea.commandmanager.cli.CLICommandConsole
Create CLICommandConsole to start console prompt.
CLICommandConsole.CLIBuiltinCommand - Class in info.informationsea.commandmanager.cli
Super class of CLI command manager built-in commands
CLICommandConsole.CLIHelpCommand - Class in info.informationsea.commandmanager.cli
 
CLICommandConsole.CLISourceCommand - Class in info.informationsea.commandmanager.cli
 
CLIHelpCommand() - Constructor for class info.informationsea.commandmanager.cli.CLICommandConsole.CLIHelpCommand
 
CLISourceCommand() - Constructor for class info.informationsea.commandmanager.cli.CLICommandConsole.CLISourceCommand
 
commandConsole - Variable in class info.informationsea.commandmanager.cli.CLICommandConsole.CLIBuiltinCommand
 
CommandManager - Class in info.informationsea.commandmanager.core
Manage commands.
CommandManager() - Constructor for class info.informationsea.commandmanager.core.CommandManager
 
CommandManager.OptionInfo - Class in info.informationsea.commandmanager.core
Command Option Information.
CommandManagerVersionResolver - Class in info.informationsea.commandmanager.core
Resolve the version of CommandManager
CommandManagerVersionResolver() - Constructor for class info.informationsea.commandmanager.core.CommandManagerVersionResolver
Resolve a version of CommandManager
CommandManagerVersionResolver(Class<?>) - Constructor for class info.informationsea.commandmanager.core.CommandManagerVersionResolver
Resolve a version for clazz
CommandResult - Class in info.informationsea.commandmanager.core
Result of a command execution.
CommandResult(String, CommandResult.ResultState) - Constructor for class info.informationsea.commandmanager.core.CommandResult
 
CommandResult.ResultState - Enum in info.informationsea.commandmanager.core
 
complete(String, int, List<CharSequence>) - Method in class info.informationsea.commandmanager.cli.CLICommandCompleter
 
Convert() - Constructor for class info.informationsea.commandmanager.cli.sample.LineEditorCommands.Convert
 

D

Dummy() - Constructor for class info.informationsea.commandmanager.cli.sample.LineEditorCommands.Dummy
 

E

equals(Object) - Method in class info.informationsea.commandmanager.cli.ShellParser.ArgumentAndPosition
 
equals(Object) - Method in class info.informationsea.commandmanager.core.CommandManager.OptionInfo
 
execute() - Method in class info.informationsea.commandmanager.cli.CLICommandConsole.CLIHelpCommand
 
execute() - Method in class info.informationsea.commandmanager.cli.CLICommandConsole.CLISourceCommand
 
execute(String) - Method in class info.informationsea.commandmanager.cli.CLICommandConsole
Execute a commands in the raw line.
execute(String[]) - Method in class info.informationsea.commandmanager.cli.CLICommandConsole
Execute a commands in the string array.
execute() - Method in class info.informationsea.commandmanager.cli.sample.LineEditorCommands.Convert
 
execute() - Method in class info.informationsea.commandmanager.cli.sample.LineEditorCommands.Dummy
 
execute() - Method in class info.informationsea.commandmanager.cli.sample.LineEditorCommands.Insert
 
execute() - Method in class info.informationsea.commandmanager.cli.sample.LineEditorCommands.Load
 
execute() - Method in class info.informationsea.commandmanager.cli.sample.LineEditorCommands.Print
 
execute() - Method in class info.informationsea.commandmanager.cli.sample.LineEditorCommands.Replace
 
execute() - Method in class info.informationsea.commandmanager.cli.sample.LineEditorCommands.Save
 
execute() - Method in interface info.informationsea.commandmanager.core.ManagedCommand
Execute this command.
executeMany(String) - Method in class info.informationsea.commandmanager.cli.CLICommandConsole
Execute commands in the raw line.
executeMany(String[]) - Method in class info.informationsea.commandmanager.cli.CLICommandConsole
Execute commands in the parsed arguments.

G

getArg() - Method in class info.informationsea.commandmanager.cli.ShellParser.ArgumentAndPosition
 
getArguments() - Method in class info.informationsea.commandmanager.core.CommandManager.OptionInfo
 
getCandidateForArgument(int) - Method in class info.informationsea.commandmanager.cli.CLICommandConsole.CLIHelpCommand
 
getCandidateForArgument(int) - Method in interface info.informationsea.commandmanager.core.ManagedCommand
Get candidate values for an argument
getCandidateForOption(String) - Method in interface info.informationsea.commandmanager.core.ManagedCommand
Get candidate values for option `name`
getCommandConsole() - Method in class info.informationsea.commandmanager.cli.CLICommandCompleter
 
getCommandConsole() - Method in class info.informationsea.commandmanager.cli.CLICommandConsole.CLIBuiltinCommand
 
getCommandForName(String) - Method in class info.informationsea.commandmanager.core.CommandManager
get a Class of ManagedCommand corresponding to the name
getCommandInstance(String) - Method in class info.informationsea.commandmanager.core.CommandManager
Get a instance of ManagedCommand that corresponding to the name
getCommandManager() - Method in class info.informationsea.commandmanager.cli.CLICommandConsole
 
getCommandManager() - Method in class info.informationsea.commandmanager.gui.GUICommandPaneFactory
 
getCommandPane(String) - Method in class info.informationsea.commandmanager.gui.GUICommandPaneFactory
Get a configuration pane with the run button.
getCommands() - Method in class info.informationsea.commandmanager.core.CommandManager
Get a list of commands.
getConfigurationDialog(String, Map<String, ObservableValue>) - Method in class info.informationsea.commandmanager.gui.GUICommandPaneFactory
Get a configuration pane and its properties.
getConfiguredCommandInstance(String) - Method in class info.informationsea.commandmanager.cli.CLICommandConsole
Get a configured commands in the raw line.
getConfiguredCommandInstance(String[]) - Method in class info.informationsea.commandmanager.cli.CLICommandConsole
Get a configured commands with a string array.
getContext() - Method in class info.informationsea.commandmanager.core.CommandManager
 
getGitCommit() - Method in class info.informationsea.commandmanager.core.CommandManagerVersionResolver
 
getMavenVersion() - Method in class info.informationsea.commandmanager.core.CommandManagerVersionResolver
 
getOptionInfoForName(String) - Method in class info.informationsea.commandmanager.core.CommandManager
Get command options and arguments for the name
getOptions() - Method in class info.informationsea.commandmanager.core.CommandManager.OptionInfo
 
getPosition() - Method in class info.informationsea.commandmanager.cli.ShellParser.ArgumentAndPosition
 
getResult() - Method in class info.informationsea.commandmanager.core.CommandResult
 
getState() - Method in class info.informationsea.commandmanager.core.CommandResult
 
GUICommandPaneFactory - Class in info.informationsea.commandmanager.gui
Command Configuration Pane Factory
GUICommandPaneFactory(CommandManager) - Constructor for class info.informationsea.commandmanager.gui.GUICommandPaneFactory
 

H

hashCode() - Method in class info.informationsea.commandmanager.cli.ShellParser.ArgumentAndPosition
 
hashCode() - Method in class info.informationsea.commandmanager.core.CommandManager.OptionInfo
 

I

info.informationsea.commandmanager.cli - package info.informationsea.commandmanager.cli
 
info.informationsea.commandmanager.cli.sample - package info.informationsea.commandmanager.cli.sample
 
info.informationsea.commandmanager.core - package info.informationsea.commandmanager.core
 
info.informationsea.commandmanager.gui - package info.informationsea.commandmanager.gui
 
info.informationsea.commandmanager.gui.sample - package info.informationsea.commandmanager.gui.sample
 
Insert() - Constructor for class info.informationsea.commandmanager.cli.sample.LineEditorCommands.Insert
 

L

LineEditor - Class in info.informationsea.commandmanager.cli.sample
Example of CLICommandManager usage
LineEditor() - Constructor for class info.informationsea.commandmanager.cli.sample.LineEditor
 
LineEditor - Class in info.informationsea.commandmanager.gui.sample
Sample GUI Line Editor.
LineEditor() - Constructor for class info.informationsea.commandmanager.gui.sample.LineEditor
 
LineEditorCommands - Class in info.informationsea.commandmanager.cli.sample
CommandManager Copyright (C) 2015 OKAMURA Yasunobu Created on 2015/09/10.
LineEditorCommands.AbstractLineEditorCommand - Class in info.informationsea.commandmanager.cli.sample
 
LineEditorCommands.Convert - Class in info.informationsea.commandmanager.cli.sample
 
LineEditorCommands.Dummy - Class in info.informationsea.commandmanager.cli.sample
 
LineEditorCommands.Insert - Class in info.informationsea.commandmanager.cli.sample
 
LineEditorCommands.LineEditorContext - Class in info.informationsea.commandmanager.cli.sample
 
LineEditorCommands.Load - Class in info.informationsea.commandmanager.cli.sample
 
LineEditorCommands.Print - Class in info.informationsea.commandmanager.cli.sample
 
LineEditorCommands.Replace - Class in info.informationsea.commandmanager.cli.sample
 
LineEditorCommands.Save - Class in info.informationsea.commandmanager.cli.sample
 
LineEditorContext() - Constructor for class info.informationsea.commandmanager.cli.sample.LineEditorCommands.LineEditorContext
 
lines - Variable in class info.informationsea.commandmanager.cli.sample.LineEditorCommands.AbstractLineEditorCommand
 
lines - Variable in class info.informationsea.commandmanager.cli.sample.LineEditorCommands.LineEditorContext
 
Load() - Constructor for class info.informationsea.commandmanager.cli.sample.LineEditorCommands.Load
 
loadScript(Reader) - Method in class info.informationsea.commandmanager.cli.CLICommandConsole
Load a script from a reader and execute.

M

main(String...) - Static method in class info.informationsea.commandmanager.cli.sample.LineEditor
 
main(String...) - Static method in class info.informationsea.commandmanager.gui.sample.LineEditor
 
ManagedCommand - Interface in info.informationsea.commandmanager.core
A managed command.

O

OptionInfo(List<OptionHandler>, List<OptionHandler>) - Constructor for class info.informationsea.commandmanager.core.CommandManager.OptionInfo
 

P

parseShellLine(String) - Static method in class info.informationsea.commandmanager.cli.ShellParser
Split line to components with shell line manner.
parseShellLineWithPosition(String) - Static method in class info.informationsea.commandmanager.cli.ShellParser
Split line to components with shell line manner.
Print() - Constructor for class info.informationsea.commandmanager.cli.sample.LineEditorCommands.Print
 

R

registerCommands(CommandManager) - Static method in class info.informationsea.commandmanager.cli.sample.LineEditorCommands
 
Replace() - Constructor for class info.informationsea.commandmanager.cli.sample.LineEditorCommands.Replace
 

S

Save() - Constructor for class info.informationsea.commandmanager.cli.sample.LineEditorCommands.Save
 
setCommandConsole(CLICommandConsole) - Method in class info.informationsea.commandmanager.cli.CLICommandConsole.CLIBuiltinCommand
 
setContext(Object) - Method in class info.informationsea.commandmanager.cli.sample.LineEditorCommands.AbstractLineEditorCommand
 
setContext(Object) - Method in class info.informationsea.commandmanager.core.CommandManager
 
setContext(Object) - Method in interface info.informationsea.commandmanager.core.ManagedCommand
Set a context object by CommandManager
ShellParser - Class in info.informationsea.commandmanager.cli
Parse shell line.
ShellParser.ArgumentAndPosition - Class in info.informationsea.commandmanager.cli
Split string and its original position
showExceptionAlert(String, Throwable) - Static method in class info.informationsea.commandmanager.gui.GUICommandPaneFactory
 
start(Stage) - Method in class info.informationsea.commandmanager.gui.sample.LineEditor
 
startConsole() - Method in class info.informationsea.commandmanager.cli.CLICommandConsole
Start console interface with the default console reader
startConsole(ConsoleReader) - Method in class info.informationsea.commandmanager.cli.CLICommandConsole
Start console interface with consoleReader

T

toString() - Method in class info.informationsea.commandmanager.cli.ShellParser.ArgumentAndPosition
 
toString() - Method in class info.informationsea.commandmanager.core.CommandManager.OptionInfo
 

V

valueOf(String) - Static method in enum info.informationsea.commandmanager.core.CommandResult.ResultState
Returns the enum constant of this type with the specified name.
values() - Static method in enum info.informationsea.commandmanager.core.CommandResult.ResultState
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G H I L M O P R S T V 
Skip navigation links