A B C D E F G H I K L M N O P R S T V

A

AbstractShell - Class in org.springframework.roo.shell
Provides a base Shell implementation.
AbstractShell() - Constructor for class org.springframework.roo.shell.AbstractShell
 
AbstractShellStatusPublisher - Class in org.springframework.roo.shell.event
Provides a convenience superclass for those shells wishing to publish status messages.
AbstractShellStatusPublisher() - Constructor for class org.springframework.roo.shell.event.AbstractShellStatusPublisher
 
activate(ComponentContext) - Method in class org.springframework.roo.shell.SimpleParser
 
add(Class<?>) - Method in interface org.springframework.roo.shell.converters.StaticFieldConverter
 
add(Class<?>) - Method in class org.springframework.roo.shell.converters.StaticFieldConverterImpl
 
addShellStatusListener(ShellStatusListener) - Method in class org.springframework.roo.shell.event.AbstractShellStatusPublisher
 
addShellStatusListener(ShellStatusListener) - Method in interface org.springframework.roo.shell.event.ShellStatusProvider
Registers a new status listener.
AvailableCommandsConverter - Class in org.springframework.roo.shell.converters
 
AvailableCommandsConverter() - Constructor for class org.springframework.roo.shell.converters.AvailableCommandsConverter
 

B

BigDecimalConverter - Class in org.springframework.roo.shell.converters
Converter for BigDecimal.
BigDecimalConverter() - Constructor for class org.springframework.roo.shell.converters.BigDecimalConverter
 
BigIntegerConverter - Class in org.springframework.roo.shell.converters
Converter for BigInteger.
BigIntegerConverter() - Constructor for class org.springframework.roo.shell.converters.BigIntegerConverter
 
blockCommentBegin() - Method in class org.springframework.roo.shell.AbstractShell
 
blockCommentFinish() - Method in class org.springframework.roo.shell.AbstractShell
 
BooleanConverter - Class in org.springframework.roo.shell.converters
Converter for Boolean.
BooleanConverter() - Constructor for class org.springframework.roo.shell.converters.BooleanConverter
 

C

CharacterConverter - Class in org.springframework.roo.shell.converters
Converter for Character.
CharacterConverter() - Constructor for class org.springframework.roo.shell.converters.CharacterConverter
 
CliAvailabilityIndicator - Annotation Type in org.springframework.roo.shell
Annotates a method that can indicate whether a particular command is presently available or not.
CliCommand - Annotation Type in org.springframework.roo.shell
 
CliOption - Annotation Type in org.springframework.roo.shell
 
CliOptionContext - Class in org.springframework.roo.shell
 
CliOptionContext() - Constructor for class org.springframework.roo.shell.CliOptionContext
 
CliSimpleParserContext - Class in org.springframework.roo.shell
 
CliSimpleParserContext() - Constructor for class org.springframework.roo.shell.CliSimpleParserContext
 
CommandMarker - Interface in org.springframework.roo.shell
 
compareTo(MethodTarget) - Method in class org.springframework.roo.shell.MethodTarget
 
complete(String, int, List<String>) - Method in interface org.springframework.roo.shell.Parser
 
complete(String, int, List<String>) - Method in class org.springframework.roo.shell.SimpleParser
 
completionKeys - Static variable in class org.springframework.roo.shell.AbstractShell
 
Converter - Interface in org.springframework.roo.shell
 
convertFromText(String, Class<?>, String) - Method in interface org.springframework.roo.shell.Converter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.roo.shell.converters.AvailableCommandsConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.roo.shell.converters.BigDecimalConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.roo.shell.converters.BigIntegerConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.roo.shell.converters.BooleanConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.roo.shell.converters.CharacterConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.roo.shell.converters.DateConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.roo.shell.converters.DoubleConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.roo.shell.converters.EnumConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.roo.shell.converters.FileConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.roo.shell.converters.FloatConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.roo.shell.converters.IntegerConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.roo.shell.converters.LongConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.roo.shell.converters.ShortConverter
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.roo.shell.converters.StaticFieldConverterImpl
 
convertFromText(String, Class<?>, String) - Method in class org.springframework.roo.shell.converters.StringConverter
 

D

date() - Method in class org.springframework.roo.shell.AbstractShell
 
DateConverter - Class in org.springframework.roo.shell.converters
Converter for Date.
DateConverter() - Constructor for class org.springframework.roo.shell.converters.DateConverter
 
DateConverter(DateFormat) - Constructor for class org.springframework.roo.shell.converters.DateConverter
 
DoubleConverter - Class in org.springframework.roo.shell.converters
Converter for Double.
DoubleConverter() - Constructor for class org.springframework.roo.shell.converters.DoubleConverter
 

E

EnumConverter - Class in org.springframework.roo.shell.converters
Converter for Enum.
EnumConverter() - Constructor for class org.springframework.roo.shell.converters.EnumConverter
 
execute(ParseResult) - Method in interface org.springframework.roo.shell.ExecutionStrategy
Executes the method indicated by the ParseResult.
executeCommand(String) - Method in class org.springframework.roo.shell.AbstractShell
 
executeCommand(String) - Method in interface org.springframework.roo.shell.Shell
Runs the specified command.
executeScriptLine(String) - Method in class org.springframework.roo.shell.AbstractShell
Execute the single line from a script.
ExecutionStrategy - Interface in org.springframework.roo.shell
Strategy interface to permit the controlled execution of methods.
EXIT_AND_RESTART - Static variable in class org.springframework.roo.shell.ExitShellRequest
 
EXIT_AND_RESTART_AFTER_ADDON_UNINSTALL - Static variable in class org.springframework.roo.shell.ExitShellRequest
indicates that on Windows the work dir should be cleaned out and restored (ROO-357)
exitShellRequest - Variable in class org.springframework.roo.shell.AbstractShell
 
ExitShellRequest - Class in org.springframework.roo.shell
An immutable representation of a request to exit the shell.

F

FATAL_EXIT - Static variable in class org.springframework.roo.shell.ExitShellRequest
 
FileConverter - Class in org.springframework.roo.shell.converters
Converter for File.
FileConverter() - Constructor for class org.springframework.roo.shell.converters.FileConverter
 
FloatConverter - Class in org.springframework.roo.shell.converters
Converter for Float.
FloatConverter() - Constructor for class org.springframework.roo.shell.converters.FloatConverter
 

G

getAllPossibleValues(List<String>, Class<?>, String, String, MethodTarget) - Method in interface org.springframework.roo.shell.Converter
 
getAllPossibleValues(List<String>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.roo.shell.converters.AvailableCommandsConverter
 
getAllPossibleValues(List<String>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.roo.shell.converters.BigDecimalConverter
 
getAllPossibleValues(List<String>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.roo.shell.converters.BigIntegerConverter
 
getAllPossibleValues(List<String>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.roo.shell.converters.BooleanConverter
 
getAllPossibleValues(List<String>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.roo.shell.converters.CharacterConverter
 
getAllPossibleValues(List<String>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.roo.shell.converters.DateConverter
 
getAllPossibleValues(List<String>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.roo.shell.converters.DoubleConverter
 
getAllPossibleValues(List<String>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.roo.shell.converters.EnumConverter
 
getAllPossibleValues(List<String>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.roo.shell.converters.FileConverter
 
getAllPossibleValues(List<String>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.roo.shell.converters.FloatConverter
 
getAllPossibleValues(List<String>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.roo.shell.converters.IntegerConverter
 
getAllPossibleValues(List<String>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.roo.shell.converters.LongConverter
 
getAllPossibleValues(List<String>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.roo.shell.converters.ShortConverter
 
getAllPossibleValues(List<String>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.roo.shell.converters.StaticFieldConverterImpl
 
getAllPossibleValues(List<String>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.roo.shell.converters.StringConverter
 
getArguments() - Method in class org.springframework.roo.shell.ParseResult
 
getContext() - Method in class org.springframework.roo.shell.AbstractShell
 
getEveryCommand() - Method in class org.springframework.roo.shell.SimpleParser
 
getExitCode() - Method in class org.springframework.roo.shell.ExitShellRequest
 
getExitShellRequest() - Method in class org.springframework.roo.shell.AbstractShell
 
getExitShellRequest() - Method in interface org.springframework.roo.shell.Shell
 
getHome() - Method in class org.springframework.roo.shell.AbstractShell
Obtains the home directory for the current shell instance.
getHome() - Method in interface org.springframework.roo.shell.Shell
Returns the home directory of the current running shell instance
getHomeAsString() - Method in class org.springframework.roo.shell.AbstractShell
 
getInstance() - Method in class org.springframework.roo.shell.ParseResult
 
getMethod() - Method in class org.springframework.roo.shell.ParseResult
 
getOptionContext() - Static method in class org.springframework.roo.shell.CliOptionContext
 
getParser() - Method in class org.springframework.roo.shell.AbstractShell
 
getShellPrompt() - Method in class org.springframework.roo.shell.AbstractShell
 
getShellPrompt() - Method in interface org.springframework.roo.shell.ShellPromptAccessor
 
getShellStatus() - Method in class org.springframework.roo.shell.event.AbstractShellStatusPublisher
 
getShellStatus() - Method in interface org.springframework.roo.shell.event.ShellStatusProvider
Returns the current shell status.
getSimpleParserContext() - Static method in class org.springframework.roo.shell.CliSimpleParserContext
 

H

helpReferenceGuide() - Method in class org.springframework.roo.shell.SimpleParser
 

I

inBlockComment - Variable in class org.springframework.roo.shell.AbstractShell
 
inlineComment() - Method in class org.springframework.roo.shell.AbstractShell
 
IntegerConverter - Class in org.springframework.roo.shell.converters
Converter for Integer.
IntegerConverter() - Constructor for class org.springframework.roo.shell.converters.IntegerConverter
 
isDevelopmentMode() - Method in interface org.springframework.roo.shell.Shell
 
isReadyForCommands() - Method in interface org.springframework.roo.shell.ExecutionStrategy
Indicates commands are able to be presented.

K

key - Variable in class org.springframework.roo.shell.MethodTarget
 

L

logCommandIfRequired(String, boolean) - Method in class org.springframework.roo.shell.AbstractShell
Allows a subclass to log the execution of a well-formed command.
logCommandToOutput(String) - Method in class org.springframework.roo.shell.AbstractShell
Allows a subclass to actually write the resulting logged command to some form of output.
logger - Variable in class org.springframework.roo.shell.AbstractShell
 
LongConverter - Class in org.springframework.roo.shell.converters
Converter for Long.
LongConverter() - Constructor for class org.springframework.roo.shell.converters.LongConverter
 

M

method - Variable in class org.springframework.roo.shell.MethodTarget
 
MethodTarget - Class in org.springframework.roo.shell
 
MethodTarget() - Constructor for class org.springframework.roo.shell.MethodTarget
 

N

NORMAL_EXIT - Static variable in class org.springframework.roo.shell.ExitShellRequest
 

O

obtainHelp(String) - Method in class org.springframework.roo.shell.SimpleParser
 
onShellStatusChange(ShellStatus, ShellStatus) - Method in interface org.springframework.roo.shell.event.ShellStatusListener
Invoked by the shell to report a new status.
org.springframework.roo.shell - package org.springframework.roo.shell
 
org.springframework.roo.shell.converters - package org.springframework.roo.shell.converters
 
org.springframework.roo.shell.event - package org.springframework.roo.shell.event
 

P

parse(String) - Method in interface org.springframework.roo.shell.Parser
 
parse(String) - Method in class org.springframework.roo.shell.SimpleParser
 
Parser - Interface in org.springframework.roo.shell
Interface for SimpleParser.
ParseResult - Class in org.springframework.roo.shell
 
ParseResult(Method, Object, Object[]) - Constructor for class org.springframework.roo.shell.ParseResult
 
ParserUtils - Class in org.springframework.roo.shell
 
ParserUtils() - Constructor for class org.springframework.roo.shell.ParserUtils
 
populate(List<String>, String, String, String) - Method in class org.springframework.roo.shell.converters.FileConverter
 
promptLoop() - Method in interface org.springframework.roo.shell.Shell
Presents a console prompt and allows the user to interact with the shell.
props() - Method in class org.springframework.roo.shell.AbstractShell
 

R

remainingBuffer - Variable in class org.springframework.roo.shell.MethodTarget
 
remove(Class<?>) - Method in interface org.springframework.roo.shell.converters.StaticFieldConverter
 
remove(Class<?>) - Method in class org.springframework.roo.shell.converters.StaticFieldConverterImpl
 
removeShellStatusListener(ShellStatusListener) - Method in class org.springframework.roo.shell.event.AbstractShellStatusPublisher
 
removeShellStatusListener(ShellStatusListener) - Method in interface org.springframework.roo.shell.event.ShellStatusProvider
Removes an existing status listener.
resetOptionContext() - Static method in class org.springframework.roo.shell.CliOptionContext
 
resetSimpleParserContext() - Static method in class org.springframework.roo.shell.CliSimpleParserContext
 

S

script(File, boolean) - Method in class org.springframework.roo.shell.AbstractShell
 
setDevelopmentMode(boolean) - Method in interface org.springframework.roo.shell.Shell
Indicates the shell should switch into a lower-level development mode.
setOptionContext(String) - Static method in class org.springframework.roo.shell.CliOptionContext
 
setPromptPath(String) - Method in class org.springframework.roo.shell.AbstractShell
Base implementation of the Shell.setPromptPath(String) method, designed for simple shell implementations.
setPromptPath(String) - Method in interface org.springframework.roo.shell.Shell
Changes the "path" displayed in the shell prompt.
setShellStatus(ShellStatus) - Method in class org.springframework.roo.shell.event.AbstractShellStatusPublisher
 
setSimpleParserContext(SimpleParser) - Static method in class org.springframework.roo.shell.CliSimpleParserContext
 
Shell - Interface in org.springframework.roo.shell
Specifies the contract for an interactive shell.
shellPrompt - Static variable in class org.springframework.roo.shell.AbstractShell
 
ShellPromptAccessor - Interface in org.springframework.roo.shell
Obtains the prompt used by a Shell.
shellStatus - Variable in class org.springframework.roo.shell.event.AbstractShellStatusPublisher
 
ShellStatus - Enum in org.springframework.roo.shell.event
Represents the different states that a shell can legally be in.
ShellStatusListener - Interface in org.springframework.roo.shell.event
Implemented by classes that wish to be notified of shell status changes.
shellStatusListeners - Variable in class org.springframework.roo.shell.event.AbstractShellStatusPublisher
 
ShellStatusProvider - Interface in org.springframework.roo.shell.event
Implemented by shells that support the publication of shell status changes.
ShortConverter - Class in org.springframework.roo.shell.converters
Converter for Short.
ShortConverter() - Constructor for class org.springframework.roo.shell.converters.ShortConverter
 
SimpleParser - Class in org.springframework.roo.shell
 
SimpleParser() - Constructor for class org.springframework.roo.shell.SimpleParser
 
StaticFieldConverter - Interface in org.springframework.roo.shell.converters
Interface for adding and removing classes that provide static fields which should be made available via a Converter.
StaticFieldConverterImpl - Class in org.springframework.roo.shell.converters
A simple Converter for those classes which provide public static fields to represent possible textual values.
StaticFieldConverterImpl() - Constructor for class org.springframework.roo.shell.converters.StaticFieldConverterImpl
 
StringConverter - Class in org.springframework.roo.shell.converters
Converter for String.
StringConverter() - Constructor for class org.springframework.roo.shell.converters.StringConverter
 
supports(Class<?>, String) - Method in interface org.springframework.roo.shell.Converter
 
supports(Class<?>, String) - Method in class org.springframework.roo.shell.converters.AvailableCommandsConverter
 
supports(Class<?>, String) - Method in class org.springframework.roo.shell.converters.BigDecimalConverter
 
supports(Class<?>, String) - Method in class org.springframework.roo.shell.converters.BigIntegerConverter
 
supports(Class<?>, String) - Method in class org.springframework.roo.shell.converters.BooleanConverter
 
supports(Class<?>, String) - Method in class org.springframework.roo.shell.converters.CharacterConverter
 
supports(Class<?>, String) - Method in class org.springframework.roo.shell.converters.DateConverter
 
supports(Class<?>, String) - Method in class org.springframework.roo.shell.converters.DoubleConverter
 
supports(Class<?>, String) - Method in class org.springframework.roo.shell.converters.EnumConverter
 
supports(Class<?>, String) - Method in class org.springframework.roo.shell.converters.FileConverter
 
supports(Class<?>, String) - Method in class org.springframework.roo.shell.converters.FloatConverter
 
supports(Class<?>, String) - Method in class org.springframework.roo.shell.converters.IntegerConverter
 
supports(Class<?>, String) - Method in class org.springframework.roo.shell.converters.LongConverter
 
supports(Class<?>, String) - Method in class org.springframework.roo.shell.converters.ShortConverter
 
supports(Class<?>, String) - Method in class org.springframework.roo.shell.converters.StaticFieldConverterImpl
 
supports(Class<?>, String) - Method in class org.springframework.roo.shell.converters.StringConverter
 

T

target - Variable in class org.springframework.roo.shell.MethodTarget
 
tokenize(String) - Static method in class org.springframework.roo.shell.ParserUtils
Converts a particular buffer into a tokenized structure.
toString() - Method in class org.springframework.roo.shell.MethodTarget
 
toString() - Method in class org.springframework.roo.shell.ParseResult
 

V

valueOf(String) - Static method in enum org.springframework.roo.shell.event.ShellStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.roo.shell.event.ShellStatus
Returns an array containing the constants of this enum type, in the order they are declared.
version(String) - Method in class org.springframework.roo.shell.AbstractShell
 
versionInfo() - Static method in class org.springframework.roo.shell.AbstractShell
 

A B C D E F G H I K L M N O P R S T V

Copyright © 2009-2010 VMware, Inc. All Rights Reserved.