- calculateColumnWidths() - Method in class org.springframework.shell.support.table.Table
-
- cancelRedrawProhibition() - Static method in class org.springframework.shell.core.JLineLogHandler
-
- CharacterConverter - Class in org.springframework.shell.converters
-
- CharacterConverter() - Constructor for class org.springframework.shell.converters.CharacterConverter
-
- clear() - Method in class org.springframework.shell.commands.ConsoleCommands
-
- CliAvailabilityIndicator - Annotation Type in org.springframework.shell.core.annotation
-
Annotates a method that can indicate whether a particular command is presently
available or not.
- CliCommand - Annotation Type in org.springframework.shell.core.annotation
-
Annotates a method that provides a command to the shell.
- CliOption - Annotation Type in org.springframework.shell.core.annotation
-
Annotates the arguments of a command methods, allowing it to declare the argument value as mandatory or optional with a default value.
- CliOptionContext - Class in org.springframework.shell.core
-
Utility methods relating to shell option contexts
- CliSimpleParserContext - Class in org.springframework.shell.core
-
Utility methods relating to shell simple parser contexts.
- close() - Method in class org.springframework.shell.core.JLineLogHandler
-
- close() - Method in class org.springframework.shell.support.logging.DeferredLogHandler
-
- close() - Method in class org.springframework.shell.support.logging.LoggingOutputStream
-
- closeQuietly(Closeable...) - Static method in class org.springframework.shell.support.util.IOUtils
-
- closeQuietly(ZipFile...) - Static method in class org.springframework.shell.support.util.IOUtils
-
- closeShell() - Method in class org.springframework.shell.core.JLineShell
-
Should be called by a subclass before deactivating the shell.
- COLUMN_1 - Static variable in class org.springframework.shell.support.table.TableRenderer
-
- COLUMN_2 - Static variable in class org.springframework.shell.support.table.TableRenderer
-
- COLUMN_3 - Static variable in class org.springframework.shell.support.table.TableRenderer
-
- COLUMN_4 - Static variable in class org.springframework.shell.support.table.TableRenderer
-
- COLUMN_5 - Static variable in class org.springframework.shell.support.table.TableRenderer
-
- COLUMN_6 - Static variable in class org.springframework.shell.support.table.TableRenderer
-
- command(String) - Method in class org.springframework.shell.commands.OsCommands
-
- CommandLine - Class in org.springframework.shell
-
Encapsulates the list of argument passed to the shell.
- CommandLine(String[], int, String[]) - Constructor for class org.springframework.shell.CommandLine
-
Construct a new CommandLine
- CommandLine(String[], int, String[], boolean) - Constructor for class org.springframework.shell.CommandLine
-
Construct a new CommandLine
- CommandMarker - Interface in org.springframework.shell.core
-
Marker interface indicating a provider of one or more shell commands.
- commandNotFound(Logger, String) - Method in class org.springframework.shell.core.SimpleParser
-
- CommandResult - Class in org.springframework.shell.core
-
- CommandResult(boolean) - Constructor for class org.springframework.shell.core.CommandResult
-
- CommandResult(boolean, Object, Throwable) - Constructor for class org.springframework.shell.core.CommandResult
-
- compare(E, E) - Method in class org.springframework.shell.support.util.NaturalOrderComparator
-
- complete(String, int, List<String>) - Method in interface org.springframework.shell.core.Parser
-
Populates a list of completion candidates.
- complete(String, int, List) - Method in class org.springframework.shell.core.ParserCompleter
-
- complete(String, int, List<String>) - Method in class org.springframework.shell.core.SimpleParser
-
- completeAdvanced(String, int, List<Completion>) - Method in interface org.springframework.shell.core.Parser
-
Populates a list of completion candidates.
- completeAdvanced(String, int, List<Completion>) - Method in class org.springframework.shell.core.SimpleParser
-
- Completion - Class in org.springframework.shell.core
-
- Completion(String) - Constructor for class org.springframework.shell.core.Completion
-
Constructor
- Completion(String, String, String, int) - Constructor for class org.springframework.shell.core.Completion
-
Constructor
- completionKeys - Static variable in class org.springframework.shell.core.AbstractShell
-
- ConsoleCommands - Class in org.springframework.shell.commands
-
Commands related to the manipulation of the jline console.
- ConsoleCommands() - Constructor for class org.springframework.shell.commands.ConsoleCommands
-
- Converter<T> - Interface in org.springframework.shell.core
-
Converts between Strings (as displayed by and entered via the shell) and Java objects
- convertFromText(String, Class<?>, String) - Method in class org.springframework.shell.converters.ArrayConverter
-
- convertFromText(String, Class<?>, String) - Method in class org.springframework.shell.converters.AvailableCommandsConverter
-
- convertFromText(String, Class<?>, String) - Method in class org.springframework.shell.converters.BigDecimalConverter
-
- convertFromText(String, Class<?>, String) - Method in class org.springframework.shell.converters.BigIntegerConverter
-
- convertFromText(String, Class<?>, String) - Method in class org.springframework.shell.converters.BooleanConverter
-
- convertFromText(String, Class<?>, String) - Method in class org.springframework.shell.converters.CharacterConverter
-
- convertFromText(String, Class<?>, String) - Method in class org.springframework.shell.converters.DateConverter
-
- convertFromText(String, Class<?>, String) - Method in class org.springframework.shell.converters.DoubleConverter
-
- convertFromText(String, Class<?>, String) - Method in class org.springframework.shell.converters.EnumConverter
-
- convertFromText(String, Class<?>, String) - Method in class org.springframework.shell.converters.FileConverter
-
- convertFromText(String, Class<?>, String) - Method in class org.springframework.shell.converters.FloatConverter
-
- convertFromText(String, Class<?>, String) - Method in class org.springframework.shell.converters.IntegerConverter
-
- convertFromText(String, Class<?>, String) - Method in class org.springframework.shell.converters.LocaleConverter
-
- convertFromText(String, Class<?>, String) - Method in class org.springframework.shell.converters.LongConverter
-
- convertFromText(String, Class<?>, String) - Method in class org.springframework.shell.converters.ShortConverter
-
- convertFromText(String, Class<?>, String) - Method in class org.springframework.shell.converters.StaticFieldConverterImpl
-
- convertFromText(String, Class<?>, String) - Method in class org.springframework.shell.converters.StringConverter
-
- convertFromText(String, Class<?>, String) - Method in interface org.springframework.shell.core.Converter
-
Converts from the given String value to type T
- copyRecursively(File, File, boolean) - Static method in class org.springframework.shell.support.util.FileUtils
-
Copies the specified source directory to the destination.
- createAndRegisterBeanDefinition(GenericApplicationContext, Class<?>) - Method in class org.springframework.shell.Bootstrap
-
- createAndRegisterBeanDefinition(GenericApplicationContext, Class<?>, String) - Method in class org.springframework.shell.Bootstrap
-
- createAnsiWindowsReader() - Method in class org.springframework.shell.core.JLineShell
-
- createConsoleReader() - Method in class org.springframework.shell.core.JLineShell
-
Creates new jline ConsoleReader.
- CURRENT_DIRECTORY - Static variable in class org.springframework.shell.support.util.FileUtils
-
The relative file path to the current directory.
- customizePlugin() - Method in class org.springframework.shell.core.JLineShellComponent
-
- generatePromptUpdate(String) - Method in class org.springframework.shell.core.JLineShell
-
Retrieves the latest prompt and if the latest prompt is different than the existing prompt,
the shellPrompt is updated.
- getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.shell.converters.ArrayConverter
-
- getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.shell.converters.AvailableCommandsConverter
-
- getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.shell.converters.BigDecimalConverter
-
- getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.shell.converters.BigIntegerConverter
-
- getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.shell.converters.BooleanConverter
-
- getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.shell.converters.CharacterConverter
-
- getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.shell.converters.DateConverter
-
- getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.shell.converters.DoubleConverter
-
- getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.shell.converters.EnumConverter
-
- getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.shell.converters.FileConverter
-
- getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.shell.converters.FloatConverter
-
- getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.shell.converters.IntegerConverter
-
- getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.shell.converters.LocaleConverter
-
- getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.shell.converters.LongConverter
-
- getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.shell.converters.ShortConverter
-
- getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.shell.converters.StaticFieldConverterImpl
-
- getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in class org.springframework.shell.converters.StringConverter
-
- getAllPossibleValues(List<Completion>, Class<?>, String, String, MethodTarget) - Method in interface org.springframework.shell.core.Converter
-
Populates the given list with the possible completions
- getApplicationContext() - Method in class org.springframework.shell.Bootstrap
-
- getArgs() - Method in class org.springframework.shell.CommandLine
-
Return the command line arguments
- getArguments() - Method in class org.springframework.shell.event.ParseResult
-
- getBanner() - Method in interface org.springframework.shell.plugin.BannerProvider
-
Returns the banner.
- getBanner() - Method in class org.springframework.shell.plugin.support.DefaultBannerProvider
-
- getBuffer() - Method in exception org.springframework.shell.core.TokenizingException
-
- getCanonicalPath(File) - Static method in class org.springframework.shell.support.util.FileUtils
-
Returns the canonical path of the given
File
.
- getCommandMarkers() - Method in class org.springframework.shell.core.SimpleParser
-
- getConverters() - Method in class org.springframework.shell.core.SimpleParser
-
- getDisableInternalCommands() - Method in class org.springframework.shell.CommandLine
-
- getEveryCommand() - Method in class org.springframework.shell.core.SimpleParser
-
- getException() - Method in class org.springframework.shell.core.CommandResult
-
- getExecutionStrategy() - Method in class org.springframework.shell.core.AbstractShell
-
- getExecutionStrategy() - Method in class org.springframework.shell.core.JLineShellComponent
-
- getExitCode() - Method in class org.springframework.shell.core.ExitShellRequest
-
- getExitShellRequest() - Method in class org.springframework.shell.core.AbstractShell
-
- getExitShellRequest() - Method in interface org.springframework.shell.core.Shell
-
- getFile(Class<?>, String) - Static method in class org.springframework.shell.support.util.FileUtils
-
Loads the given file from the classpath.
- getFileSeparatorAsRegex() - Static method in class org.springframework.shell.support.util.FileUtils
-
Returns the platform-specific file separator as a regular expression.
- getFirstDirectory(String) - Static method in class org.springframework.shell.support.util.FileUtils
-
Returns the part of the given path that represents a directory, in other
words the given path if it's already a directory, or the parent directory
if it's a file.
- getFormattedValue() - Method in class org.springframework.shell.core.Completion
-
- getHeaderBorder(Map<Integer, TableHeader>) - Static method in class org.springframework.shell.support.table.TableRenderer
-
Renders the Table header border, based on the map of provided headers.
- getHeaders() - Method in class org.springframework.shell.support.table.Table
-
- getHeading() - Method in class org.springframework.shell.core.Completion
-
- getHighestPriorityProvider(ApplicationContext, Class<T>) - Static method in class org.springframework.shell.plugin.PluginUtils
-
Returns the highest priority PluginProvider
of specified type defined in
given application context.
- getHistoryFileName() - Method in class org.springframework.shell.core.JLineShell
-
get history file name from provider.
- getHistoryFileName() - Method in class org.springframework.shell.core.JLineShellComponent
-
get history file name from provider.
- getHistoryFileName() - Method in interface org.springframework.shell.plugin.HistoryFileNameProvider
-
get history file name
- getHistoryFileName() - Method in class org.springframework.shell.plugin.support.DefaultHistoryFileNameProvider
-
- getHistorySize() - Method in class org.springframework.shell.CommandLine
-
- getHistorySize() - Method in class org.springframework.shell.core.JLineShell
-
- getHome() - Method in class org.springframework.shell.core.AbstractShell
-
Obtains the home directory for the current shell instance.
- getHome() - Method in interface org.springframework.shell.core.Shell
-
Returns the home directory of the current running shell instance
- getHomeAsString() - Method in class org.springframework.shell.core.AbstractShell
-
- getHomeAsString() - Method in class org.springframework.shell.core.JLineShell
-
Obtains the "roo.home" from the system property, falling back to the current working directory if missing.
- getInputStream(Class<?>, String) - Static method in class org.springframework.shell.support.util.FileUtils
-
Loads the given file from the classpath.
- getInstance() - Method in class org.springframework.shell.event.ParseResult
-
- getJLineShellComponent() - Method in class org.springframework.shell.Bootstrap
-
- getKey() - Method in class org.springframework.shell.core.MethodTarget
-
- getLastValueDelimiter() - Method in class org.springframework.shell.core.Tokenizer
-
Return the delimiter (space or quotes) that was (or is being) used for the last value.
- getLastValueStartOffset() - Method in class org.springframework.shell.core.Tokenizer
-
Return the offset at which the last value seen started (NOT including any delimiter).
- getLogger(Class<?>) - Static method in class org.springframework.shell.support.logging.HandlerUtils
-
Obtains a
Logger
that guarantees to set the
Level
to
Level.FINE
if it is part of org.springframework.roo.
- getMaxWidth() - Method in class org.springframework.shell.support.table.TableHeader
-
- getMessage() - Method in class org.springframework.shell.event.ShellStatus
-
- getMethod() - Method in class org.springframework.shell.core.MethodTarget
-
- getMethod() - Method in class org.springframework.shell.event.ParseResult
-
- getName() - Method in class org.springframework.shell.support.table.TableHeader
-
- getOffendingOffset() - Method in exception org.springframework.shell.core.TokenizingException
-
- getOptionContext() - Static method in class org.springframework.shell.core.CliOptionContext
-
Returns the option context for the current thread.
- getOrder() - Method in class org.springframework.shell.core.Completion
-
- getParser() - Method in class org.springframework.shell.core.AbstractShell
-
- getParser() - Method in class org.springframework.shell.core.JLineShellComponent
-
- getParseResult() - Method in class org.springframework.shell.event.ShellStatus
-
- getPath(Class<?>, String) - Static method in class org.springframework.shell.support.util.FileUtils
-
Determines the path to the requested file, relative to the given class.
- getPhase() - Method in class org.springframework.shell.core.JLineShellComponent
-
- getProductName() - Method in class org.springframework.shell.core.JLineShell
-
get product name
- getProductName() - Method in class org.springframework.shell.core.JLineShellComponent
-
- getPrompt() - Method in interface org.springframework.shell.plugin.PromptProvider
-
Returns the prompt text.
- getPrompt() - Method in class org.springframework.shell.plugin.support.DefaultPromptProvider
-
- getPromptText() - Method in class org.springframework.shell.core.JLineShell
-
get prompt text from provider.
- getPromptText() - Method in class org.springframework.shell.core.JLineShellComponent
-
get prompt text from provider.
- getProviderName() - Method in interface org.springframework.shell.plugin.NamedProvider
-
Return the name of the provider.
- getProviderName() - Method in class org.springframework.shell.plugin.support.DefaultBannerProvider
-
- getProviderName() - Method in class org.springframework.shell.plugin.support.DefaultHistoryFileNameProvider
-
- getProviderName() - Method in class org.springframework.shell.plugin.support.DefaultPromptProvider
-
- getReason() - Method in exception org.springframework.shell.core.TokenizingException
-
- getRemainingBuffer() - Method in class org.springframework.shell.core.MethodTarget
-
- getResult() - Method in class org.springframework.shell.core.CommandResult
-
- getRows() - Method in class org.springframework.shell.support.table.Table
-
- getShellCommandsToExecute() - Method in class org.springframework.shell.CommandLine
-
- getShellPrompt() - Method in class org.springframework.shell.core.AbstractShell
-
- getShellPrompt() - Method in interface org.springframework.shell.core.ShellPromptAccessor
-
- getShellStatus() - Method in class org.springframework.shell.event.AbstractShellStatusPublisher
-
- getShellStatus() - Method in interface org.springframework.shell.event.ShellStatusProvider
-
Returns the current shell status.
- getSimpleParser() - Method in class org.springframework.shell.core.JLineShellComponent
-
- getSimpleParserContext() - Static method in class org.springframework.shell.core.CliSimpleParserContext
-
- getSourceClassName() - Method in class org.springframework.shell.support.logging.LoggingOutputStream
-
- getStartupNotifications() - Method in class org.springframework.shell.core.JLineShell
-
- getStartupNotifications() - Method in class org.springframework.shell.core.JLineShellComponent
-
- getStatus() - Method in class org.springframework.shell.event.ShellStatus
-
- getSystemDependentPath(String...) - Static method in class org.springframework.shell.support.util.FileUtils
-
Returns an operating-system-dependent path consisting of the given
elements, separated by
File.separator
.
- getSystemDependentPath(Collection<String>) - Static method in class org.springframework.shell.support.util.FileUtils
-
Returns an operating-system-dependent path consisting of the given
elements, separated by
File.separator
.
- getTarget() - Method in class org.springframework.shell.core.MethodTarget
-
- getTargetHandler() - Method in class org.springframework.shell.support.logging.DeferredLogHandler
-
- getTokens() - Method in class org.springframework.shell.core.Tokenizer
-
- getValue() - Method in class org.springframework.shell.core.Completion
-
- getValue(Integer) - Method in class org.springframework.shell.support.table.TableRow
-
Return a value from this row.
- getVersion() - Method in class org.springframework.shell.core.JLineShell
-
get version information
- getVersion() - Method in class org.springframework.shell.core.JLineShellComponent
-
- getVersion() - Method in interface org.springframework.shell.plugin.BannerProvider
-
Returns the associated version.
- getVersion() - Method in class org.springframework.shell.plugin.support.DefaultBannerProvider
-
- getWelcomeMessage() - Method in class org.springframework.shell.core.JLineShellComponent
-
get the welcome message at start.
- getWelcomeMessage() - Method in interface org.springframework.shell.plugin.BannerProvider
-
Returns the welcome message.
- getWelcomeMessage() - Method in class org.springframework.shell.plugin.support.DefaultBannerProvider
-
- getWidth() - Method in class org.springframework.shell.support.table.TableHeader
-
- getWorkingDirectory() - Method in class org.springframework.shell.converters.FileConverter
-
- getWorkingDirectory() - Method in class org.springframework.shell.converters.SimpleFileConverter
-