Forge - Shell Addon Impl 2.0.0.Alpha13
A B C D E F G H I L M N O P Q R S T V 

A

AbstractExitCommand - Class in org.jboss.forge.addon.shell.commands
 
AbstractExitCommand() - Constructor for class org.jboss.forge.addon.shell.commands.AbstractExitCommand
 
AbstractNativeAeshCommand - Class in org.jboss.forge.addon.shell.commands
 
AbstractNativeAeshCommand() - Constructor for class org.jboss.forge.addon.shell.commands.AbstractNativeAeshCommand
 
AbstractShellInteraction - Class in org.jboss.forge.addon.shell.aesh
 
AbstractShellInteraction(UICommand, ShellContext, CommandLineUtil) - Constructor for class org.jboss.forge.addon.shell.aesh.AbstractShellInteraction
 
add(InputComponent<?, ?>) - Method in class org.jboss.forge.addon.shell.ui.ShellUIBuilderImpl
 
addCommandExecutionListener(CommandExecutionListener) - Method in class org.jboss.forge.addon.shell.ShellImpl
 
addValidationError(InputComponent<?, ?>, String) - Method in class org.jboss.forge.addon.shell.ui.ShellValidationContext
 
addValidationInformation(InputComponent<?, ?>, String) - Method in class org.jboss.forge.addon.shell.ui.ShellValidationContext
 
addValidationWarning(InputComponent<?, ?>, String) - Method in class org.jboss.forge.addon.shell.ui.ShellValidationContext
 
ARGUMENTS_INPUT_NAME - Static variable in class org.jboss.forge.addon.shell.aesh.completion.ForgeCompletion
the name of the arguments InputComponent (if exists)

B

buildInputs(UICommand) - Method in class org.jboss.forge.addon.shell.aesh.AbstractShellInteraction
 

C

CdCommand - Class in org.jboss.forge.addon.shell.commands
Changes to the current directory
CdCommand() - Constructor for class org.jboss.forge.addon.shell.commands.CdCommand
 
ClearCommand - Class in org.jboss.forge.addon.shell.commands
 
ClearCommand() - Constructor for class org.jboss.forge.addon.shell.commands.ClearCommand
 
close() - Method in class org.jboss.forge.addon.shell.ShellImpl
 
colorizeResource(FileResource<?>) - Static method in class org.jboss.forge.addon.shell.util.ShellUtil
Applies ANSI colors in a specific resource
commandLineUtil - Variable in class org.jboss.forge.addon.shell.aesh.AbstractShellInteraction
 
CommandLineUtil - Class in org.jboss.forge.addon.shell.aesh
Contains utility methods to parse command lines
CommandLineUtil(ConverterFactory) - Constructor for class org.jboss.forge.addon.shell.aesh.CommandLineUtil
 
CommandManager - Class in org.jboss.forge.addon.shell
Manages ShellSingleCommand objects
CommandManager(AddonRegistry) - Constructor for class org.jboss.forge.addon.shell.CommandManager
 
compareTo(AbstractShellInteraction) - Method in class org.jboss.forge.addon.shell.aesh.AbstractShellInteraction
 
complete(CompleteOperation, InputComponent<?, Object>, ShellContext, String, ConverterFactory) - Method in interface org.jboss.forge.addon.shell.aesh.completion.CompletionStrategy
Invoked when an autocomplete for a specific component is required
complete(CompleteOperation) - Method in class org.jboss.forge.addon.shell.aesh.completion.ForgeCompletion
 
CompletionStrategy - Interface in org.jboss.forge.addon.shell.aesh.completion
Typed completion
CompletionStrategyFactory - Class in org.jboss.forge.addon.shell.aesh.completion
Returns the completion based on the input component
CompletionStrategyFactory() - Constructor for class org.jboss.forge.addon.shell.aesh.completion.CompletionStrategyFactory
 
createShell(File, Settings) - Method in class org.jboss.forge.addon.shell.ShellFactoryImpl
 

D

destroy() - Method in class org.jboss.forge.addon.shell.ui.ShellContextImpl
 
destroyShell() - Method in class org.jboss.forge.addon.shell.ShellInitializer
 

E

equals(Object) - Method in class org.jboss.forge.addon.shell.aesh.AbstractShellInteraction
 
execute() - Method in class org.jboss.forge.addon.shell.aesh.AbstractShellInteraction
 
execute() - Method in class org.jboss.forge.addon.shell.aesh.ShellSingleCommand
 
execute() - Method in class org.jboss.forge.addon.shell.aesh.ShellWizard
 
execute(ShellContext) - Method in class org.jboss.forge.addon.shell.commands.AbstractExitCommand
 
execute(ShellContext) - Method in class org.jboss.forge.addon.shell.commands.AbstractNativeAeshCommand
 
execute(ShellContext) - Method in class org.jboss.forge.addon.shell.commands.CdCommand
 
execute(ShellContext) - Method in class org.jboss.forge.addon.shell.commands.ClearCommand
 
execute(UIContext) - Method in class org.jboss.forge.addon.shell.commands.ListServicesCommand
 
execute(ShellContext) - Method in class org.jboss.forge.addon.shell.commands.LsCommand
 
execute(ShellContext) - Method in class org.jboss.forge.addon.shell.commands.MoreCommand
 
execute(ShellContext) - Method in class org.jboss.forge.addon.shell.commands.PwdCommand
 
execute(AbstractShellInteraction) - Method in class org.jboss.forge.addon.shell.ShellImpl
 
ExitCommand - Class in org.jboss.forge.addon.shell.commands
 
ExitCommand() - Constructor for class org.jboss.forge.addon.shell.commands.ExitCommand
 

F

findCommand(ShellContext, String) - Method in class org.jboss.forge.addon.shell.CommandManager
findCommand(ShellContext, String) - Method in class org.jboss.forge.addon.shell.ShellImpl
findMatchingCommands(ShellContext, String) - Method in class org.jboss.forge.addon.shell.CommandManager
 
findMatchingCommands(ShellContext, String) - Method in class org.jboss.forge.addon.shell.ShellImpl
 
ForgeCompletion - Class in org.jboss.forge.addon.shell.aesh.completion
 
ForgeCompletion(ShellImpl) - Constructor for class org.jboss.forge.addon.shell.aesh.completion.ForgeCompletion
 
ForgeConsoleCallback - Class in org.jboss.forge.addon.shell.aesh
Hook for Aesh operations
ForgeConsoleCallback(ShellImpl) - Constructor for class org.jboss.forge.addon.shell.aesh.ForgeConsoleCallback
 

G

generateParser(UICommand, UIContext, Map<String, InputComponent<?, Object>>) - Method in class org.jboss.forge.addon.shell.aesh.CommandLineUtil
 
getAllCommands() - Method in class org.jboss.forge.addon.shell.CommandManager
 
getCommand() - Method in class org.jboss.forge.addon.shell.aesh.ShellSingleCommand
 
getCompletionFor(InputComponent<?, Object>) - Static method in class org.jboss.forge.addon.shell.aesh.completion.CompletionStrategyFactory
 
getCompletionOptions(String, String) - Method in class org.jboss.forge.addon.shell.aesh.AbstractShellInteraction
 
getCompletionOptions(String, String) - Method in class org.jboss.forge.addon.shell.aesh.ShellSingleCommand
 
getCompletionOptions(String, String) - Method in class org.jboss.forge.addon.shell.aesh.ShellWizard
Used for auto-completion of the options only
getComponentMap() - Method in class org.jboss.forge.addon.shell.ui.ShellUIBuilderImpl
 
getComponents() - Method in class org.jboss.forge.addon.shell.ui.ShellUIBuilderImpl
 
getConsole() - Method in class org.jboss.forge.addon.shell.ShellImpl
 
getConsoleCommand(ShellContext) - Method in class org.jboss.forge.addon.shell.commands.AbstractNativeAeshCommand
 
getConsoleCommand(ShellContext) - Method in class org.jboss.forge.addon.shell.commands.LessCommand
 
getConsoleCommand(ShellContext) - Method in class org.jboss.forge.addon.shell.commands.ManCommand
 
getConsoleOperation() - Method in class org.jboss.forge.addon.shell.ui.ShellContextImpl
 
getContext() - Method in class org.jboss.forge.addon.shell.aesh.AbstractShellInteraction
 
getConverterFactory() - Method in class org.jboss.forge.addon.shell.ShellImpl
 
getCurrentInputComponent() - Method in class org.jboss.forge.addon.shell.ui.ShellValidationContext
 
getCurrentResource() - Method in class org.jboss.forge.addon.shell.ShellImpl
 
getEnabledShellCommands(ShellContext) - Method in class org.jboss.forge.addon.shell.CommandManager
 
getErrors() - Method in class org.jboss.forge.addon.shell.ui.ShellValidationContext
 
getInformations() - Method in class org.jboss.forge.addon.shell.ui.ShellValidationContext
 
getInitialSelection() - Method in class org.jboss.forge.addon.shell.ui.ShellContextImpl
 
getInputs() - Method in class org.jboss.forge.addon.shell.aesh.AbstractShellInteraction
 
getInputs() - Method in class org.jboss.forge.addon.shell.aesh.ShellSingleCommand
 
getInputs() - Method in class org.jboss.forge.addon.shell.aesh.ShellWizard
 
getMetadata(UIContext) - Method in class org.jboss.forge.addon.shell.commands.AbstractExitCommand
 
getMetadata(UIContext) - Method in class org.jboss.forge.addon.shell.commands.CdCommand
 
getMetadata(UIContext) - Method in class org.jboss.forge.addon.shell.commands.ClearCommand
 
getMetadata(UIContext) - Method in class org.jboss.forge.addon.shell.commands.LessCommand
 
getMetadata(UIContext) - Method in class org.jboss.forge.addon.shell.commands.ListServicesCommand
 
getMetadata(UIContext) - Method in class org.jboss.forge.addon.shell.commands.LsCommand
 
getMetadata(UIContext) - Method in class org.jboss.forge.addon.shell.commands.ManCommand
 
getMetadata(UIContext) - Method in class org.jboss.forge.addon.shell.commands.MoreCommand
 
getMetadata(UIContext) - Method in class org.jboss.forge.addon.shell.commands.PwdCommand
 
getMetadata(UIContext) - Method in class org.jboss.forge.addon.shell.commands.QuitCommand
 
getMetadata(UIContext) - Method in class org.jboss.forge.addon.shell.commands.StopCommand
 
getName() - Method in class org.jboss.forge.addon.shell.aesh.AbstractShellInteraction
 
getName(Method) - Method in class org.jboss.forge.addon.shell.commands.ListServicesCommand
 
getProvider() - Method in class org.jboss.forge.addon.shell.ui.ShellContextImpl
 
getSourceCommand() - Method in class org.jboss.forge.addon.shell.aesh.AbstractShellInteraction
 
getSourceCommand() - Method in class org.jboss.forge.addon.shell.aesh.ShellWizard
 
getUIContext() - Method in class org.jboss.forge.addon.shell.ui.ShellUIBuilderImpl
 
getUIContext() - Method in class org.jboss.forge.addon.shell.ui.ShellValidationContext
 
getWarnings() - Method in class org.jboss.forge.addon.shell.ui.ShellValidationContext
 

H

hashCode() - Method in class org.jboss.forge.addon.shell.aesh.AbstractShellInteraction
 

I

init() - Method in class org.jboss.forge.addon.shell.ui.ShellContextImpl
 
initializeUI(UIBuilder) - Method in class org.jboss.forge.addon.shell.commands.AbstractExitCommand
 
initializeUI(UIBuilder) - Method in class org.jboss.forge.addon.shell.commands.AbstractNativeAeshCommand
 
initializeUI(UIBuilder) - Method in class org.jboss.forge.addon.shell.commands.CdCommand
 
initializeUI(UIBuilder) - Method in class org.jboss.forge.addon.shell.commands.ClearCommand
 
initializeUI(UIBuilder) - Method in class org.jboss.forge.addon.shell.commands.LessCommand
 
initializeUI(UIBuilder) - Method in class org.jboss.forge.addon.shell.commands.ListServicesCommand
 
initializeUI(UIBuilder) - Method in class org.jboss.forge.addon.shell.commands.LsCommand
 
initializeUI(UIBuilder) - Method in class org.jboss.forge.addon.shell.commands.ManCommand
 
initializeUI(UIBuilder) - Method in class org.jboss.forge.addon.shell.commands.MoreCommand
 
initializeUI(UIBuilder) - Method in class org.jboss.forge.addon.shell.commands.PwdCommand
 
isEnabled(UIContext) - Method in class org.jboss.forge.addon.shell.commands.ListServicesCommand
 
isGUI() - Method in class org.jboss.forge.addon.shell.ShellImpl
 

L

LessCommand - Class in org.jboss.forge.addon.shell.commands
 
LessCommand() - Constructor for class org.jboss.forge.addon.shell.commands.LessCommand
 
ListServicesCommand - Class in org.jboss.forge.addon.shell.commands
 
ListServicesCommand(Furnace) - Constructor for class org.jboss.forge.addon.shell.commands.ListServicesCommand
 
lookup(Class<? extends UICommand>) - Method in class org.jboss.forge.addon.shell.CommandManager
 
LsCommand - Class in org.jboss.forge.addon.shell.commands
 
LsCommand() - Constructor for class org.jboss.forge.addon.shell.commands.LsCommand
 

M

ManCommand - Class in org.jboss.forge.addon.shell.commands
 
ManCommand(CommandManager) - Constructor for class org.jboss.forge.addon.shell.commands.ManCommand
 
MoreCommand - Class in org.jboss.forge.addon.shell.commands
 
MoreCommand() - Constructor for class org.jboss.forge.addon.shell.commands.MoreCommand
 

N

newShellContext(ConsoleOperation) - Method in class org.jboss.forge.addon.shell.ShellImpl
 

O

org.jboss.forge.addon.shell - package org.jboss.forge.addon.shell
 
org.jboss.forge.addon.shell.aesh - package org.jboss.forge.addon.shell.aesh
 
org.jboss.forge.addon.shell.aesh.completion - package org.jboss.forge.addon.shell.aesh.completion
 
org.jboss.forge.addon.shell.commands - package org.jboss.forge.addon.shell.commands
 
org.jboss.forge.addon.shell.ui - package org.jboss.forge.addon.shell.ui
 
org.jboss.forge.addon.shell.util - package org.jboss.forge.addon.shell.util
 

P

parseCompleteObject(String) - Method in class org.jboss.forge.addon.shell.aesh.AbstractShellInteraction
 
parseCompleteObject(String) - Method in class org.jboss.forge.addon.shell.aesh.ShellSingleCommand
 
parseCompleteObject(String) - Method in class org.jboss.forge.addon.shell.aesh.ShellWizard
 
PathspecParser - Class in org.jboss.forge.addon.shell.util
Parser of UNIX-style pathspec.
PathspecParser(ResourceFactory, Resource<?>, String) - Constructor for class org.jboss.forge.addon.shell.util.PathspecParser
 
pathspecToRegEx(String) - Static method in class org.jboss.forge.addon.shell.util.PathspecParser
 
populateInputs(String, boolean) - Method in class org.jboss.forge.addon.shell.aesh.AbstractShellInteraction
 
populateInputs(String, boolean) - Method in class org.jboss.forge.addon.shell.aesh.ShellSingleCommand
 
populateInputs(String, boolean) - Method in class org.jboss.forge.addon.shell.aesh.ShellWizard
 
populateUIInputs(CommandLine, Map<String, InputComponent<?, Object>>) - Method in class org.jboss.forge.addon.shell.aesh.CommandLineUtil
 
PwdCommand - Class in org.jboss.forge.addon.shell.commands
 
PwdCommand() - Constructor for class org.jboss.forge.addon.shell.commands.PwdCommand
 

Q

QuitCommand - Class in org.jboss.forge.addon.shell.commands
 
QuitCommand() - Constructor for class org.jboss.forge.addon.shell.commands.QuitCommand
 

R

readConsoleOutput(ConsoleOperation) - Method in class org.jboss.forge.addon.shell.aesh.ForgeConsoleCallback
This method will be called when a user press the "enter/return" key.
removeExistingOptions(String, Iterable<String>) - Method in class org.jboss.forge.addon.shell.aesh.AbstractShellInteraction
 
resolve() - Method in class org.jboss.forge.addon.shell.util.PathspecParser
Resolve the results.

S

search() - Method in class org.jboss.forge.addon.shell.util.PathspecParser
Perform a search, by doing a breadth-first traversal of the resource tree for resources that match the path string.
setConsoleOperation(ConsoleOperation) - Method in class org.jboss.forge.addon.shell.ui.ShellContextImpl
 
setCurrentResource(FileResource<?>) - Method in class org.jboss.forge.addon.shell.ShellImpl
 
ShellContextImpl - Class in org.jboss.forge.addon.shell.ui
Implementation of UIContext
ShellContextImpl(Shell, FileResource<?>, Iterable<UIContextListener>) - Constructor for class org.jboss.forge.addon.shell.ui.ShellContextImpl
 
ShellFactoryImpl - Class in org.jboss.forge.addon.shell
Creates Shell instances
ShellFactoryImpl(AddonRegistry, CommandManager, ResourceFactory) - Constructor for class org.jboss.forge.addon.shell.ShellFactoryImpl
 
shellifyName(String) - Static method in class org.jboss.forge.addon.shell.util.ShellUtil
"Shellifies" a name (that is, makes the name shell-friendly) by replacing spaces with "-" and removing colons
ShellImpl - Class in org.jboss.forge.addon.shell
Implementation of the Shell interface.
ShellImpl(FileResource<?>, Settings, CommandManager, AddonRegistry) - Constructor for class org.jboss.forge.addon.shell.ShellImpl
 
ShellInitializer - Class in org.jboss.forge.addon.shell
Starts up the shell if not in the IDE
ShellInitializer() - Constructor for class org.jboss.forge.addon.shell.ShellInitializer
 
ShellSingleCommand - Class in org.jboss.forge.addon.shell.aesh
Encapsulates a UICommand to be useful in a Shell context
ShellSingleCommand(UICommand, ShellContext, CommandLineUtil) - Constructor for class org.jboss.forge.addon.shell.aesh.ShellSingleCommand
Creates a new ShellSingleCommand based on the shell and initial selection
ShellUIBuilderImpl - Class in org.jboss.forge.addon.shell.ui
 
ShellUIBuilderImpl(ShellContext) - Constructor for class org.jboss.forge.addon.shell.ui.ShellUIBuilderImpl
 
ShellUtil - Class in org.jboss.forge.addon.shell.util
Shell Utilities
ShellUtil() - Constructor for class org.jboss.forge.addon.shell.util.ShellUtil
 
ShellValidationContext - Class in org.jboss.forge.addon.shell.ui
 
ShellValidationContext(ShellContext) - Constructor for class org.jboss.forge.addon.shell.ui.ShellValidationContext
 
ShellWizard - Class in org.jboss.forge.addon.shell.aesh
Encapsulates a group of ShellSingleCommand from a UIWizard
ShellWizard(UIWizard, ShellContext, CommandLineUtil, CommandManager) - Constructor for class org.jboss.forge.addon.shell.aesh.ShellWizard
 
shutdown(PreShutdown) - Method in class org.jboss.forge.addon.shell.ShellInitializer
 
startupDefaultShell(PostStartup) - Method in class org.jboss.forge.addon.shell.ShellInitializer
 
StopCommand - Class in org.jboss.forge.addon.shell.commands
 
StopCommand() - Constructor for class org.jboss.forge.addon.shell.commands.StopCommand
 

T

toString() - Method in class org.jboss.forge.addon.shell.aesh.AbstractShellInteraction
 

V

validate() - Method in class org.jboss.forge.addon.shell.aesh.AbstractShellInteraction
Returns the error messages
validate() - Method in class org.jboss.forge.addon.shell.aesh.ShellSingleCommand
 
validate() - Method in class org.jboss.forge.addon.shell.aesh.ShellWizard
 
validate(UIValidationContext) - Method in class org.jboss.forge.addon.shell.commands.LessCommand
 
validate(UIValidationContext) - Method in class org.jboss.forge.addon.shell.commands.ListServicesCommand
 
validate(UIValidationContext) - Method in class org.jboss.forge.addon.shell.commands.ManCommand
 
A B C D E F G H I L M N O P Q R S T V 
Forge - Shell Addon Impl 2.0.0.Alpha13

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.