A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages

A

AbstractCommand - Class in org.springframework.boot.cli.command
Abstract Command implementation.
AbstractCommand(String, String) - Constructor for class org.springframework.boot.cli.command.AbstractCommand
Create a new AbstractCommand instance.
add(String...) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Add dependencies and all of their dependencies.
add(String, boolean) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Add a single dependency and, optionally, all of its dependencies.
add(String, String, String, boolean) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Add a single dependency with the specified classifier and type and, optionally, all of its dependencies.
addCommand(Command) - Method in class org.springframework.boot.cli.command.CommandRunner
Add the specified command.
addCommands(Iterable<Command>) - Method in class org.springframework.boot.cli.command.CommandRunner
Add the specified commands.
addCompilationCustomizers(CompilationCustomizer...) - Method in class org.springframework.boot.cli.compiler.GroovyCompiler
 
addDependencyManagement(DependencyManagement) - Method in class org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
 
addManagedDependencies(List<Dependency>) - Method in class org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
 
addRepository(RemoteRepository) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
addResolver(Map<String, Object>) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
AetherGrapeEngine - Class in org.springframework.boot.cli.compiler.grape
A GrapeEngine implementation that uses Aether, the dependency resolution system used by Maven.
AetherGrapeEngine(GroovyClassLoader, RepositorySystem, DefaultRepositorySystemSession, List<RemoteRepository>, DependencyResolutionContext, boolean) - Constructor for class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
AetherGrapeEngineFactory - Class in org.springframework.boot.cli.compiler.grape
Utility class to create a pre-configured AetherGrapeEngine.
AetherGrapeEngineFactory() - Constructor for class org.springframework.boot.cli.compiler.grape.AetherGrapeEngineFactory
 
afterRun(Command) - Method in class org.springframework.boot.cli.command.CommandRunner
Subclass hook called after a command has run.
ALL_CLASSPATH_URL_PREFIX - Static variable in class org.springframework.boot.cli.util.ResourceUtils
Pseudo URL prefix for loading all resources from the class path: "classpath*:".
AnnotatedNodeASTTransformation - Class in org.springframework.boot.cli.compiler
A base class for AST transformations that are solely interested in AnnotatedNodes.
AnnotatedNodeASTTransformation(Set<String>, boolean) - Constructor for class org.springframework.boot.cli.compiler.AnnotatedNodeASTTransformation
 
apply(GroovyClassLoader, GroovyCompilerConfiguration, GeneratorContext, SourceUnit, ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringTestCompilerAutoConfiguration
 
apply(GroovyClassLoader, GroovyCompilerConfiguration, GeneratorContext, SourceUnit, ClassNode) - Method in class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
Apply any additional configuration.
apply(DefaultRepositorySystemSession, RepositorySystem) - Method in class org.springframework.boot.cli.compiler.grape.DefaultRepositorySystemSessionAutoConfiguration
 
apply(DefaultRepositorySystemSession, RepositorySystem) - Method in class org.springframework.boot.cli.compiler.grape.GrapeRootRepositorySystemSessionAutoConfiguration
 
apply(DefaultRepositorySystemSession, RepositorySystem) - Method in interface org.springframework.boot.cli.compiler.grape.RepositorySystemSessionAutoConfiguration
Apply the configuration.
apply(DefaultRepositorySystemSession, RepositorySystem) - Method in class org.springframework.boot.cli.compiler.grape.SettingsXmlRepositorySystemSessionAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.CachingCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.GroovyTemplatesCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.JdbcCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.JmsCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.RabbitCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBatchCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBootCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringIntegrationCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringMvcCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringRetryCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSecurityCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringTestCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringWebsocketCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.TransactionManagementCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
Apply any dependency customizations.
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.CachingCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.GroovyTemplatesCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.JdbcCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.JmsCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.RabbitCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBatchCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBootCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringIntegrationCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringMvcCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringRetryCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSecurityCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringTestCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringWebsocketCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.TransactionManagementCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
Apply any import customizations.
applyToMainClass(GroovyClassLoader, GroovyCompilerConfiguration, GeneratorContext, SourceUnit, ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBootCompilerAutoConfiguration
 
applyToMainClass(GroovyClassLoader, GroovyCompilerConfiguration, GeneratorContext, SourceUnit, ClassNode) - Method in class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
Apply any customizations to the main class.
ArtifactCoordinatesResolver - Interface in org.springframework.boot.cli.compiler.dependencies
A resolver for artifacts' Maven coordinates, allowing group id, artifact id, or version to be obtained from a module identifier.
AstUtils - Class in org.springframework.boot.cli.compiler
General purpose AST utilities.
AstUtils() - Constructor for class org.springframework.boot.cli.compiler.AstUtils
 

B

beforeRun(Command) - Method in class org.springframework.boot.cli.command.CommandRunner
Subclass hook called before a command is run.

C

CachingCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for the caching infrastructure.
CachingCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.CachingCompilerAutoConfiguration
 
canAdd() - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Strategy called to test if dependencies can be added.
CLASSPATH_URL_PREFIX - Static variable in class org.springframework.boot.cli.util.ResourceUtils
Pseudo URL prefix for loading from the class path: "classpath:".
Command - Interface in org.springframework.boot.cli.command
A single command that can be run from the CLI.
CommandCompleter - Class in org.springframework.boot.cli.command.shell
JLine Completer for Spring Boot Commands.
CommandCompleter(ConsoleReader, ArgumentCompleter.ArgumentDelimiter, Iterable<Command>) - Constructor for class org.springframework.boot.cli.command.shell.CommandCompleter
 
CommandException - Exception in org.springframework.boot.cli.command
Runtime exception wrapper that defines additional CommandException.Options that are understood by the CommandRunner.
CommandException(String, Throwable, CommandException.Option...) - Constructor for exception org.springframework.boot.cli.command.CommandException
Create a new CommandException with the specified options.
CommandException(String, CommandException.Option...) - Constructor for exception org.springframework.boot.cli.command.CommandException
Create a new CommandException with the specified options.
CommandException(Throwable, CommandException.Option...) - Constructor for exception org.springframework.boot.cli.command.CommandException
Create a new CommandException with the specified options.
CommandException(CommandException.Option...) - Constructor for exception org.springframework.boot.cli.command.CommandException
Create a new CommandException with the specified options.
CommandException.Option - Enum in org.springframework.boot.cli.command
Specific options understood by the CommandRunner.
CommandFactory - Interface in org.springframework.boot.cli.command
Factory used to create CLI Commands.
CommandRunner - Class in org.springframework.boot.cli.command
Main class used to run Commands.
CommandRunner(String) - Constructor for class org.springframework.boot.cli.command.CommandRunner
Create a new CommandRunner instance.
compile(String...) - Method in class org.springframework.boot.cli.compiler.GroovyCompiler
Compile the specified Groovy sources, applying any CompilerAutoConfigurations.
compileAndRun() - Method in class org.springframework.boot.cli.command.run.SpringApplicationRunner
Compile and run the application.
CompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler
Strategy that can be used to apply some auto-configuration during the CompilePhase.CONVERSION Groovy compile phase.
CompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
 
CompilerOptionHandler - Class in org.springframework.boot.cli.command.options
An OptionHandler for commands that result in the compilation of one or more Groovy scripts.
CompilerOptionHandler() - Constructor for class org.springframework.boot.cli.command.options.CompilerOptionHandler
 
complete(String, int, List<CharSequence>) - Method in class org.springframework.boot.cli.command.shell.CommandCompleter
 
CompositeDependencyManagement - Class in org.springframework.boot.cli.compiler.dependencies
DependencyManagement that delegates to one or more DependencyManagement instances.
CompositeDependencyManagement(DependencyManagement...) - Constructor for class org.springframework.boot.cli.compiler.dependencies.CompositeDependencyManagement
 
CompositeProxySelector - Class in org.springframework.boot.cli.compiler.grape
Composite ProxySelector.
CompositeProxySelector(List<ProxySelector>) - Constructor for class org.springframework.boot.cli.compiler.grape.CompositeProxySelector
 
configure(SpringApplicationBuilder) - Method in class org.springframework.boot.cli.app.SpringApplicationWebApplicationInitializer
 
create(GroovyClassLoader, List<RepositoryConfiguration>, DependencyResolutionContext, boolean) - Static method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngineFactory
 
createClass(byte[], ClassNode) - Method in class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader.ExtendedClassCollector
 
createCollector(CompilationUnit, SourceUnit) - Method in class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader
 
createDefaultRepositoryConfiguration() - Static method in class org.springframework.boot.cli.compiler.RepositoryConfigurationFactory
Create a new default repository configuration.

D

DEFAULT - org.springframework.boot.cli.compiler.GroovyCompilerScope
Default scope, exposes groovy.jar (loaded from the parent) and the shared cli package (loaded via groovy classloader).
DEFAULT_CLASSPATH - Static variable in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
Constant to be used when there is no classpath.
DefaultCommandFactory - Class in org.springframework.boot.cli
Default implementation of CommandFactory.
DefaultCommandFactory() - Constructor for class org.springframework.boot.cli.DefaultCommandFactory
 
DefaultRepositorySystemSessionAutoConfiguration - Class in org.springframework.boot.cli.compiler.grape
A RepositorySystemSessionAutoConfiguration that, in the absence of any configuration, applies sensible defaults.
DefaultRepositorySystemSessionAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.grape.DefaultRepositorySystemSessionAutoConfiguration
 
Dependency - Class in org.springframework.boot.cli.compiler.dependencies
A single dependency.
Dependency(String, String, String) - Constructor for class org.springframework.boot.cli.compiler.dependencies.Dependency
Create a new Dependency instance.
Dependency(String, String, String, List<Dependency.Exclusion>) - Constructor for class org.springframework.boot.cli.compiler.dependencies.Dependency
Create a new Dependency instance.
Dependency.Exclusion - Class in org.springframework.boot.cli.compiler.dependencies
A dependency exclusion.
DependencyAutoConfigurationTransformation - Class in org.springframework.boot.cli.compiler
ASTTransformation to apply dependency auto-configuration.
DependencyAutoConfigurationTransformation(GroovyClassLoader, DependencyResolutionContext, Iterable<CompilerAutoConfiguration>) - Constructor for class org.springframework.boot.cli.compiler.DependencyAutoConfigurationTransformation
 
DependencyCustomizer - Class in org.springframework.boot.cli.compiler
Customizer that allows dependencies to be added during compilation.
DependencyCustomizer(GroovyClassLoader, ModuleNode, DependencyResolutionContext) - Constructor for class org.springframework.boot.cli.compiler.DependencyCustomizer
Create a new DependencyCustomizer instance.
DependencyCustomizer(DependencyCustomizer) - Constructor for class org.springframework.boot.cli.compiler.DependencyCustomizer
Create a new nested DependencyCustomizer.
DependencyManagement - Interface in org.springframework.boot.cli.compiler.dependencies
An encapsulation of dependency management information.
DependencyManagementArtifactCoordinatesResolver - Class in org.springframework.boot.cli.compiler.dependencies
DependencyManagementArtifactCoordinatesResolver() - Constructor for class org.springframework.boot.cli.compiler.dependencies.DependencyManagementArtifactCoordinatesResolver
 
DependencyManagementArtifactCoordinatesResolver(DependencyManagement) - Constructor for class org.springframework.boot.cli.compiler.dependencies.DependencyManagementArtifactCoordinatesResolver
 
DependencyManagementBom - Annotation Type in org.springframework.boot.groovy
Provides one or more additional sources of dependency management that is used when resolving @Grab dependencies.
DependencyManagementBomTransformation - Class in org.springframework.boot.cli.compiler
ASTTransformation for processing DependencyManagementBom annotations.
DependencyManagementBomTransformation(DependencyResolutionContext) - Constructor for class org.springframework.boot.cli.compiler.DependencyManagementBomTransformation
 
DependencyResolutionContext - Class in org.springframework.boot.cli.compiler.grape
Context used when resolving dependencies.
DependencyResolutionContext() - Constructor for class org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
 
DependencyResolutionFailedException - Exception in org.springframework.boot.cli.compiler.grape
Thrown to indicate a failure during dependency resolution.
DependencyResolutionFailedException(Throwable) - Constructor for exception org.springframework.boot.cli.compiler.grape.DependencyResolutionFailedException
Creates a new DependencyResolutionFailedException with the given cause.
doOptions() - Method in class org.springframework.boot.cli.command.options.CompilerOptionHandler
 

E

EnableGroovyTemplates - Annotation Type in org.springframework.boot.groovy
Pseudo annotation used to trigger GroovyTemplatesCompilerAutoConfiguration.
EncodePasswordCommand - Class in org.springframework.boot.cli.command.encodepassword
Command to encode passwords for use with Spring Security.
EncodePasswordCommand() - Constructor for class org.springframework.boot.cli.command.encodepassword.EncodePasswordCommand
 
enumerateGrapes() - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
equals(Object) - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency
 
equals(Object) - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency.Exclusion
 
equals(Object) - Method in class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
 
error(Exception) - Static method in class org.springframework.boot.cli.util.Log
 
error(String) - Static method in class org.springframework.boot.cli.util.Log
 
ERROR - Static variable in class org.springframework.boot.cli.command.status.ExitStatus
Generic "not OK" exit status with non-zero exit code and hangup=true.
errorMessage(String) - Method in class org.springframework.boot.cli.command.CommandRunner
 
ExitStatus - Class in org.springframework.boot.cli.command.status
Encapsulation of the outcome of a command.
ExitStatus(int, String) - Constructor for class org.springframework.boot.cli.command.status.ExitStatus
Create a new ExitStatus instance.
ExitStatus(int, String, boolean) - Constructor for class org.springframework.boot.cli.command.status.ExitStatus
Create a new ExitStatus instance.
ExtendedClassCollector(GroovyClassLoader.InnerLoader, CompilationUnit, SourceUnit) - Constructor for class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader.ExtendedClassCollector
 
ExtendedGroovyClassLoader - Class in org.springframework.boot.cli.compiler
Extension of the GroovyClassLoader with support for obtaining '.class' files as resources.
ExtendedGroovyClassLoader(GroovyCompilerScope) - Constructor for class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader
 
ExtendedGroovyClassLoader.ExtendedClassCollector - Class in org.springframework.boot.cli.compiler
Inner collector class used to track as classes are added.
EXTENSION - org.springframework.boot.cli.compiler.GroovyCompilerScope
Extension scope, allows full access to internal CLI classes.

F

FILE_URL_PREFIX - Static variable in class org.springframework.boot.cli.util.ResourceUtils
URL prefix for loading from the file system: "file:".
find(String) - Method in class org.springframework.boot.cli.compiler.dependencies.CompositeDependencyManagement
 
find(String) - Method in interface org.springframework.boot.cli.compiler.dependencies.DependencyManagement
Finds the managed dependency with the given artifactId.
find(String) - Method in class org.springframework.boot.cli.compiler.dependencies.MavenModelDependencyManagement
 
findClass(String) - Method in class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader
 
findCommand(String) - Method in class org.springframework.boot.cli.command.CommandRunner
Find a command by name.

G

GenericBomAstTransformation - Class in org.springframework.boot.cli.compiler
A base class that lets plugin authors easily add additional BOMs to all apps.
GenericBomAstTransformation() - Constructor for class org.springframework.boot.cli.compiler.GenericBomAstTransformation
 
getActiveProfiles() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettings
 
getArgs() - Method in class org.springframework.boot.cli.command.options.SourceOptions
 
getArgsArray() - Method in class org.springframework.boot.cli.command.options.SourceOptions
 
getArtifactCoordinatesResolver() - Method in class org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
 
getArtifactId() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency.Exclusion
Return the exclusion artifact ID.
getArtifactId() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency
Return the dependency artifact id.
getArtifactId(String) - Method in interface org.springframework.boot.cli.compiler.dependencies.ArtifactCoordinatesResolver
Gets the artifact id of the artifact identified by the given module.
getArtifactId(String) - Method in class org.springframework.boot.cli.compiler.dependencies.DependencyManagementArtifactCoordinatesResolver
 
getAstTransformations() - Method in class org.springframework.boot.cli.compiler.GroovyCompiler
Return a mutable list of the ASTTransformations to be applied during GroovyCompiler.compile(String...).
getAuthenticationSelector() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettings
 
getAutoconfigureOption() - Method in class org.springframework.boot.cli.command.options.CompilerOptionHandler
 
getBomModule() - Method in class org.springframework.boot.cli.compiler.GenericBomAstTransformation
The bom to be added to dependency management in compact form: "<groupId>:<artifactId>:<version>" (like in a @Grab).
getClasspath() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 
getClasspath() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
Returns the classpath for local resources.
getClasspathOption() - Method in class org.springframework.boot.cli.command.options.CompilerOptionHandler
 
getClosure(BlockStatement, String) - Static method in class org.springframework.boot.cli.compiler.AstUtils
 
getClosure(BlockStatement, String, boolean) - Static method in class org.springframework.boot.cli.compiler.AstUtils
Extract a top-level name closure from inside this block if there is one, optionally removing it from the block at the same time.
getCode() - Method in class org.springframework.boot.cli.command.status.ExitStatus
An exit code appropriate for use in System.exit().
getCommands() - Method in interface org.springframework.boot.cli.command.CommandFactory
Returns the CLI Commands.
getCommands() - Method in class org.springframework.boot.cli.command.CommandRunner
 
getCommands() - Method in class org.springframework.boot.cli.DefaultCommandFactory
 
getConfiguration() - Method in class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader
 
getDependencies() - Method in class org.springframework.boot.cli.compiler.dependencies.CompositeDependencyManagement
 
getDependencies() - Method in interface org.springframework.boot.cli.compiler.dependencies.DependencyManagement
Returns the managed dependencies.
getDependencies() - Method in class org.springframework.boot.cli.compiler.dependencies.MavenModelDependencyManagement
 
getDependencyResolutionContext() - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
getDescription() - Method in class org.springframework.boot.cli.command.AbstractCommand
 
getDescription() - Method in interface org.springframework.boot.cli.command.Command
Returns a description of the command.
getDescription() - Method in class org.springframework.boot.cli.command.HelpExample
 
getEnvironmentVariable(String) - Method in class org.springframework.boot.cli.app.SpringApplicationLauncher
 
getExample() - Method in class org.springframework.boot.cli.command.HelpExample
 
getExamples() - Method in class org.springframework.boot.cli.command.AbstractCommand
 
getExamples() - Method in interface org.springframework.boot.cli.command.Command
Return some examples for the command.
getExamples() - Method in class org.springframework.boot.cli.command.encodepassword.EncodePasswordCommand
 
getExamples() - Method in class org.springframework.boot.cli.command.init.InitCommand
 
getExclusions() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency
Return the dependency exclusions.
getGroupId() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency.Exclusion
Return the exclusion group ID.
getGroupId() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency
Return the dependency group id.
getGroupId(String) - Method in interface org.springframework.boot.cli.compiler.dependencies.ArtifactCoordinatesResolver
Gets the group id of the artifact identified by the given module.
getGroupId(String) - Method in class org.springframework.boot.cli.compiler.dependencies.DependencyManagementArtifactCoordinatesResolver
 
getHandler() - Method in class org.springframework.boot.cli.command.OptionParsingCommand
 
getHelp() - Method in class org.springframework.boot.cli.command.AbstractCommand
 
getHelp() - Method in interface org.springframework.boot.cli.command.Command
Gets full help text for the command, e.g.
getHelp() - Method in class org.springframework.boot.cli.command.core.HelpCommand
 
getHelp() - Method in class org.springframework.boot.cli.command.OptionParsingCommand
 
getHelp() - Method in class org.springframework.boot.cli.command.options.OptionHandler
 
getLoader() - Method in class org.springframework.boot.cli.compiler.GroovyCompiler
 
getLocalRepository() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettings
 
getLogLevel() - Method in interface org.springframework.boot.cli.command.run.SpringApplicationRunnerConfiguration
Returns the logging level to use.
getManagedDependencies() - Method in class org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
 
getManagedVersion(String, String) - Method in class org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
 
getMirrorSelector() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettings
 
getName() - Method in class org.springframework.boot.cli.command.AbstractCommand
 
getName() - Method in interface org.springframework.boot.cli.command.Command
Returns the name of the command.
getName() - Method in class org.springframework.boot.cli.command.CommandRunner
Return the name of the runner or an empty string.
getName() - Method in class org.springframework.boot.cli.command.status.ExitStatus
A name describing the outcome.
getName() - Method in class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
Return the name of the repository.
getNoGuessDependenciesOption() - Method in class org.springframework.boot.cli.command.options.CompilerOptionHandler
 
getNoGuessImportsOption() - Method in class org.springframework.boot.cli.command.options.CompilerOptionHandler
 
getOffline() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettings
 
getOptions() - Method in exception org.springframework.boot.cli.command.CommandException
Returns a set of options that are understood by the CommandRunner.
getOptions() - Method in interface org.springframework.boot.cli.command.options.OptionHelp
Returns the set of options that are mutually synonymous.
getOptions() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 
getOptionsHelp() - Method in class org.springframework.boot.cli.command.AbstractCommand
 
getOptionsHelp() - Method in interface org.springframework.boot.cli.command.Command
Returns help for each supported option.
getOptionsHelp() - Method in class org.springframework.boot.cli.command.core.HelpCommand
 
getOptionsHelp() - Method in class org.springframework.boot.cli.command.OptionParsingCommand
 
getOptionsHelp() - Method in class org.springframework.boot.cli.command.options.OptionHandler
 
getParser() - Method in class org.springframework.boot.cli.command.options.OptionHandler
 
getPrompt() - Method in class org.springframework.boot.cli.command.shell.ShellPrompts
Returns the current prompt.
getProxy(RemoteRepository) - Method in class org.springframework.boot.cli.compiler.grape.CompositeProxySelector
 
getProxySelector() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettings
 
getRepositoryConfiguration() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 
getRepositoryConfiguration() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
Returns the configuration for the repositories that will be used by the compiler to resolve dependencies.
getResourceAsStream(String) - Method in class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader
 
getScope() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 
getScope() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
Returns the scope in which the compiler operates.
getSnapshotsEnabled() - Method in class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
Return if the repository should enable access to snapshots.
getSources() - Method in class org.springframework.boot.cli.command.options.SourceOptions
 
getSourcesArray() - Method in class org.springframework.boot.cli.command.options.SourceOptions
 
getSourceUnit() - Method in class org.springframework.boot.cli.compiler.AnnotatedNodeASTTransformation
 
getSpringBootVersion() - Method in class org.springframework.boot.cli.compiler.dependencies.CompositeDependencyManagement
 
getSpringBootVersion() - Method in interface org.springframework.boot.cli.compiler.dependencies.DependencyManagement
Returns the managed version of Spring Boot.
getSpringBootVersion() - Method in class org.springframework.boot.cli.compiler.dependencies.MavenModelDependencyManagement
 
getUri() - Method in class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
Return the URI of the repository.
getUrls(String, ClassLoader) - Static method in class org.springframework.boot.cli.util.ResourceUtils
Return URLs from a given source path.
getUsageHelp() - Method in class org.springframework.boot.cli.command.AbstractCommand
 
getUsageHelp() - Method in interface org.springframework.boot.cli.command.Command
Returns usage help for the command.
getUsageHelp() - Method in class org.springframework.boot.cli.command.core.HelpCommand
 
getUsageHelp() - Method in class org.springframework.boot.cli.command.encodepassword.EncodePasswordCommand
 
getUsageHelp() - Method in class org.springframework.boot.cli.command.init.InitCommand
 
getUsageHelp() - Method in class org.springframework.boot.cli.command.install.InstallCommand
 
getUsageHelp() - Method in class org.springframework.boot.cli.command.install.UninstallCommand
 
getUsageHelp() - Method in interface org.springframework.boot.cli.command.options.OptionHelp
Returns usage help for the option.
getUsageHelp() - Method in class org.springframework.boot.cli.command.run.RunCommand
 
getVersion() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency
Return the dependency version.
getVersion(String) - Method in interface org.springframework.boot.cli.compiler.dependencies.ArtifactCoordinatesResolver
Gets the version of the artifact identified by the given module.
getVersion(String) - Method in class org.springframework.boot.cli.compiler.dependencies.DependencyManagementArtifactCoordinatesResolver
 
getVersion(String) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
 
getVersion(String, String) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
 
grab(String) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
grab(Map) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
grab(Map, Map...) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
GrabCommand - Class in org.springframework.boot.cli.command.grab
Command to grab the dependencies of one or more Groovy scripts.
GrabCommand() - Constructor for class org.springframework.boot.cli.command.grab.GrabCommand
 
GrapeEngineInstaller - Class in org.springframework.boot.cli.compiler.grape
Utility to install a specific Grape engine with Groovy.
GrapeEngineInstaller() - Constructor for class org.springframework.boot.cli.compiler.grape.GrapeEngineInstaller
 
GrapeRootRepositorySystemSessionAutoConfiguration - Class in org.springframework.boot.cli.compiler.grape
Honours the configuration of grape.root by customizing the session's local repository location.
GrapeRootRepositorySystemSessionAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.grape.GrapeRootRepositorySystemSessionAutoConfiguration
 
GroovyBeansTransformation - Class in org.springframework.boot.cli.compiler
ASTTransformation to resolve beans declarations inside application source files.
GroovyBeansTransformation() - Constructor for class org.springframework.boot.cli.compiler.GroovyBeansTransformation
 
GroovyCompiler - Class in org.springframework.boot.cli.compiler
Compiler for Groovy sources.
GroovyCompiler(GroovyCompilerConfiguration) - Constructor for class org.springframework.boot.cli.compiler.GroovyCompiler
Create a new GroovyCompiler instance.
GroovyCompilerConfiguration - Interface in org.springframework.boot.cli.compiler
Configuration for the GroovyCompiler.
GroovyCompilerScope - Enum in org.springframework.boot.cli.compiler
The scope in which a groovy compiler operates.
GroovyTemplate - Class in org.springframework.boot.groovy
Helpful utilities for working with Groovy Templates.
GroovyTemplate() - Constructor for class org.springframework.boot.groovy.GroovyTemplate
 
GroovyTemplatesCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Groovy Templates (outside MVC).
GroovyTemplatesCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.GroovyTemplatesCompilerAutoConfiguration
 

H

handleSigInt() - Method in class org.springframework.boot.cli.command.shell.Shell
Final handle an interrupt signal (CTRL-C).
hangup() - Method in class org.springframework.boot.cli.command.status.ExitStatus
Convert the existing code to a hangup.
hasAtLeastOneAnnotation(AnnotatedNode, String...) - Static method in class org.springframework.boot.cli.compiler.AstUtils
Determine if an AnnotatedNode has one or more of the specified annotations.
hasAtLeastOneAnnotation(ClassNode, String...) - Static method in class org.springframework.boot.cli.compiler.AstUtils
Determine if a ClassNode has one or more of the specified annotations on the class or any of its methods.
hasAtLeastOneFieldOrMethod(ClassNode, String...) - Static method in class org.springframework.boot.cli.compiler.AstUtils
Determine if a ClassNode has one or more fields of the specified types or method returning one or more of the specified types.
hasAtLeastOneInterface(ClassNode, String...) - Static method in class org.springframework.boot.cli.compiler.AstUtils
 
hashCode() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency.Exclusion
 
hashCode() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency
 
hashCode() - Method in class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
 
HelpCommand - Class in org.springframework.boot.cli.command.core
Internal Command used for 'help' requests.
HelpCommand(CommandRunner) - Constructor for class org.springframework.boot.cli.command.core.HelpCommand
 
HelpExample - Class in org.springframework.boot.cli.command
An example that can be displayed in the help.
HelpExample(String, String) - Constructor for class org.springframework.boot.cli.command.HelpExample
Create a new HelpExample instance.
HIDE_MESSAGE - org.springframework.boot.cli.command.CommandException.Option
Hide the exception message.
HintCommand - Class in org.springframework.boot.cli.command.core
Internal Command to provide hints for shell auto-completion.
HintCommand(CommandRunner) - Constructor for class org.springframework.boot.cli.command.core.HintCommand
 

I

ifAllMissingClasses(String...) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Create a nested DependencyCustomizer that only applies if all of the specified class names are not on the class path.
ifAllResourcesPresent(String...) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Create a nested DependencyCustomizer that only applies if the specified paths are on the class path.
ifAnyMissingClasses(String...) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Create a nested DependencyCustomizer that only applies if any of the specified class names are not on the class path.
ifAnyResourcesPresent(String...) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Create a nested DependencyCustomizer that only applies at least one of the specified paths is on the class path.
info(String) - Static method in class org.springframework.boot.cli.util.Log
 
infoPrint(String) - Static method in class org.springframework.boot.cli.util.Log
 
InitCommand - Class in org.springframework.boot.cli.command.init
Command that initializes a project using Spring initializr.
InitCommand() - Constructor for class org.springframework.boot.cli.command.init.InitCommand
 
InitCommand(InitCommand.InitOptionHandler) - Constructor for class org.springframework.boot.cli.command.init.InitCommand
 
install(GrapeEngine) - Static method in class org.springframework.boot.cli.compiler.grape.GrapeEngineInstaller
 
InstallCommand - Class in org.springframework.boot.cli.command.install
Command to install additional dependencies into the CLI.
InstallCommand() - Constructor for class org.springframework.boot.cli.command.install.InstallCommand
 
isAutoconfigure() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 
isAutoconfigure() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
Returns true if auto-configuration transformations should be applied.
isGuessDependencies() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 
isGuessDependencies() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
Returns if jar dependencies should be guessed.
isGuessImports() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 
isGuessImports() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
Returns if import declarations should be guessed.
isHangup() - Method in class org.springframework.boot.cli.command.status.ExitStatus
Flag to signal that the caller can (or should) hangup.
isOptionCommand(Command) - Method in class org.springframework.boot.cli.command.CommandRunner
Returns if the specified command is an option command.
isQuiet() - Method in class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 
isQuiet() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
Returns if running in quiet mode.
isWatchForFileChanges() - Method in interface org.springframework.boot.cli.command.run.SpringApplicationRunnerConfiguration
Returns true if the source file should be monitored for changes and automatically recompiled.
iterator() - Method in class org.springframework.boot.cli.command.CommandRunner
 

J

JarCommand - Class in org.springframework.boot.cli.command.archive
Command to create a self-contained executable jar file from a CLI application.
JarCommand() - Constructor for class org.springframework.boot.cli.command.archive.JarCommand
 
JdbcCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spring JDBC.
JdbcCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.JdbcCompilerAutoConfiguration
 
JmsCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
JmsCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.JmsCompilerAutoConfiguration
 

L

launch(Class<?>[], String[]) - Method in class org.springframework.boot.cli.app.SpringApplicationLauncher
Launches the application created using the given sources.
listDependencies(ClassLoader) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
Log - Class in org.springframework.boot.cli.util
Simple logger used by the CLI.
Log() - Constructor for class org.springframework.boot.cli.util.Log
 

M

main(String[]) - Static method in class org.springframework.boot.cli.archive.PackagedSpringApplicationLauncher
 
main(String...) - Static method in class org.springframework.boot.cli.SpringCli
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.CachingCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.GroovyTemplatesCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.JdbcCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.JmsCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.RabbitCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBatchCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringIntegrationCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringMvcCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringRetryCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSecurityCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringTestCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringWebsocketCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.TransactionManagementCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
Strategy method used to determine when compiler auto-configuration should be applied.
MavenModelDependencyManagement - Class in org.springframework.boot.cli.compiler.dependencies
DependencyManagement derived from a Maven Model.
MavenModelDependencyManagement(Model) - Constructor for class org.springframework.boot.cli.compiler.dependencies.MavenModelDependencyManagement
 
MavenSettings - Class in org.springframework.boot.cli.compiler.maven
An encapsulation of settings read from a user's Maven settings.xml.
MavenSettings(Settings, SettingsDecryptionResult) - Constructor for class org.springframework.boot.cli.compiler.maven.MavenSettings
Create a new MavenSettings instance.
MavenSettingsReader - Class in org.springframework.boot.cli.compiler.maven
MavenSettingsReader reads settings from a user's Maven settings.xml file, decrypting them if necessary using settings-security.xml.
MavenSettingsReader() - Constructor for class org.springframework.boot.cli.compiler.maven.MavenSettingsReader
 
MavenSettingsReader(String) - Constructor for class org.springframework.boot.cli.compiler.maven.MavenSettingsReader
 

N

NoHelpCommandArgumentsException - Exception in org.springframework.boot.cli.command
Exception used to when the help command is called without arguments.
NoHelpCommandArgumentsException() - Constructor for exception org.springframework.boot.cli.command.NoHelpCommandArgumentsException
 
NoSuchCommandException - Exception in org.springframework.boot.cli.command
Exception used when a command is not found.
NoSuchCommandException(String) - Constructor for exception org.springframework.boot.cli.command.NoSuchCommandException
 

O

OK - Static variable in class org.springframework.boot.cli.command.status.ExitStatus
Generic "OK" exit status with zero exit code and hangup=false.
onStartup(ServletContext) - Method in class org.springframework.boot.cli.app.SpringApplicationWebApplicationInitializer
 
option(String, String) - Method in class org.springframework.boot.cli.command.options.OptionHandler
 
option(List<String>, String) - Method in class org.springframework.boot.cli.command.options.OptionHandler
 
OptionHandler - Class in org.springframework.boot.cli.command.options
Delegate used by OptionParsingCommand to parse options and run the command.
OptionHandler() - Constructor for class org.springframework.boot.cli.command.options.OptionHandler
 
OptionHelp - Interface in org.springframework.boot.cli.command.options
Help for a specific option.
OptionParsingCommand - Class in org.springframework.boot.cli.command
Base class for a Command that parse options using an OptionHandler.
OptionParsingCommand(String, String, OptionHandler) - Constructor for class org.springframework.boot.cli.command.OptionParsingCommand
 
options() - Method in class org.springframework.boot.cli.command.options.CompilerOptionHandler
 
options() - Method in class org.springframework.boot.cli.command.options.OptionHandler
 
OptionSetGroovyCompilerConfiguration - Class in org.springframework.boot.cli.command.options
Simple adapter class to present an OptionSet as a GroovyCompilerConfiguration.
OptionSetGroovyCompilerConfiguration(OptionSet, CompilerOptionHandler) - Constructor for class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 
OptionSetGroovyCompilerConfiguration(OptionSet, CompilerOptionHandler, List<RepositoryConfiguration>) - Constructor for class org.springframework.boot.cli.command.options.OptionSetGroovyCompilerConfiguration
 
ORDER - Static variable in class org.springframework.boot.cli.compiler.DependencyAutoConfigurationTransformation
The order of the transformation.
ORDER - Static variable in class org.springframework.boot.cli.compiler.DependencyManagementBomTransformation
The order of the transformation.
ORDER - Static variable in class org.springframework.boot.cli.compiler.GroovyBeansTransformation
The order of the transformation.
ORDER - Static variable in class org.springframework.boot.cli.compiler.ResolveDependencyCoordinatesTransformation
The order of the transformation.
org.springframework.boot.cli - package org.springframework.boot.cli
Main entry point of the Spring Boot CLI.
org.springframework.boot.cli.app - package org.springframework.boot.cli.app
Support classes for CLI applications.
org.springframework.boot.cli.archive - package org.springframework.boot.cli.archive
Class that are packaged as part of CLI generated JARs.
org.springframework.boot.cli.command - package org.springframework.boot.cli.command
Command infrastructure for the CLI.
org.springframework.boot.cli.command.archive - package org.springframework.boot.cli.command.archive
CLI commands for creating jars and wars.
org.springframework.boot.cli.command.core - package org.springframework.boot.cli.command.core
Core CLI commands.
org.springframework.boot.cli.command.encodepassword - package org.springframework.boot.cli.command.encodepassword
CLI command for password encoding.
org.springframework.boot.cli.command.grab - package org.springframework.boot.cli.command.grab
CLI command for grabbing dependencies.
org.springframework.boot.cli.command.init - package org.springframework.boot.cli.command.init
CLI command for initializing a new application using Spring Initializr.
org.springframework.boot.cli.command.install - package org.springframework.boot.cli.command.install
CLI commands for installing and uninstalling CLI dependencies.
org.springframework.boot.cli.command.options - package org.springframework.boot.cli.command.options
Support classes for handling command line options.
org.springframework.boot.cli.command.run - package org.springframework.boot.cli.command.run
Classes for running CLI applications.
org.springframework.boot.cli.command.shell - package org.springframework.boot.cli.command.shell
Classes for running a nested shell in the CLI.
org.springframework.boot.cli.command.status - package org.springframework.boot.cli.command.status
CLI command status.
org.springframework.boot.cli.compiler - package org.springframework.boot.cli.compiler
CLI Groovy compiler integration.
org.springframework.boot.cli.compiler.autoconfigure - package org.springframework.boot.cli.compiler.autoconfigure
Classes for auto-configuring the Groovy compiler.
org.springframework.boot.cli.compiler.dependencies - package org.springframework.boot.cli.compiler.dependencies
Classes for dependencies used during compilation.
org.springframework.boot.cli.compiler.grape - package org.springframework.boot.cli.compiler.grape
CLI Groovy Grape integration.
org.springframework.boot.cli.compiler.maven - package org.springframework.boot.cli.compiler.maven
CLI Maven integration.
org.springframework.boot.cli.util - package org.springframework.boot.cli.util
Utility classes for the CLI.
org.springframework.boot.groovy - package org.springframework.boot.groovy
Groovy util classes that are "shared" between the CLI and user applications.

P

PackagedSpringApplicationLauncher - Class in org.springframework.boot.cli.archive
A launcher for a CLI application that has been compiled and packaged as a jar file.
popPrompt() - Method in class org.springframework.boot.cli.command.shell.ShellPrompts
Pop a previously pushed prompt, returning to the previous value.
printStackTrace(Exception) - Method in class org.springframework.boot.cli.command.CommandRunner
 
processAnnotationNodes(List<AnnotationNode>) - Method in class org.springframework.boot.cli.compiler.AnnotatedNodeASTTransformation
 
processAnnotationNodes(List<AnnotationNode>) - Method in class org.springframework.boot.cli.compiler.DependencyManagementBomTransformation
 
processAnnotationNodes(List<AnnotationNode>) - Method in class org.springframework.boot.cli.compiler.ResolveDependencyCoordinatesTransformation
 
PromptCommand - Class in org.springframework.boot.cli.command.shell
Command to change the Shell prompt.
PromptCommand(ShellPrompts) - Constructor for class org.springframework.boot.cli.command.shell.PromptCommand
 
pushPrompt(String) - Method in class org.springframework.boot.cli.command.shell.ShellPrompts
Push a new prompt to be used by the shell.

R

RabbitCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spring Rabbit.
RabbitCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.RabbitCompilerAutoConfiguration
 
readSettings() - Method in class org.springframework.boot.cli.compiler.maven.MavenSettingsReader
 
ReportableException - Exception in org.springframework.boot.cli.command.init
Exception with a message that can be reported to the user.
ReportableException(String) - Constructor for exception org.springframework.boot.cli.command.init.ReportableException
 
ReportableException(String, Throwable) - Constructor for exception org.springframework.boot.cli.command.init.ReportableException
 
RepositoryConfiguration - Class in org.springframework.boot.cli.compiler.grape
The configuration of a repository.
RepositoryConfiguration(String, URI, boolean) - Constructor for class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
Creates a new RepositoryConfiguration instance.
RepositoryConfigurationFactory - Class in org.springframework.boot.cli.compiler
Factory used to create RepositoryConfigurations.
RepositorySystemSessionAutoConfiguration - Interface in org.springframework.boot.cli.compiler.grape
Strategy that can be used to apply some auto-configuration during the installation of an AetherGrapeEngine.
resolve(Map, List, Map...) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
resolve(Map, Map...) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
ResolveDependencyCoordinatesTransformation - Class in org.springframework.boot.cli.compiler
ASTTransformation to resolve Grab artifact coordinates.
ResolveDependencyCoordinatesTransformation(DependencyResolutionContext) - Constructor for class org.springframework.boot.cli.compiler.ResolveDependencyCoordinatesTransformation
 
ResourceUtils - Class in org.springframework.boot.cli.util
Utilities for manipulating resource paths and URLs.
ResourceUtils() - Constructor for class org.springframework.boot.cli.util.ResourceUtils
 
RETHROW - org.springframework.boot.cli.command.CommandException.Option
Re-throw the exception rather than dealing with it.
run() - Method in class org.springframework.boot.cli.command.shell.Shell
Run the shell until the user exists.
run(String...) - Method in interface org.springframework.boot.cli.command.Command
Run the command.
run(String...) - Method in class org.springframework.boot.cli.command.CommandRunner
Parse the arguments and run a suitable command.
run(String...) - Method in class org.springframework.boot.cli.command.core.HelpCommand
 
run(String...) - Method in class org.springframework.boot.cli.command.core.HintCommand
 
run(String...) - Method in class org.springframework.boot.cli.command.core.VersionCommand
 
run(String...) - Method in class org.springframework.boot.cli.command.OptionParsingCommand
 
run(String...) - Method in class org.springframework.boot.cli.command.options.OptionHandler
 
run(String...) - Method in class org.springframework.boot.cli.command.shell.PromptCommand
 
run(String...) - Method in class org.springframework.boot.cli.command.shell.ShellCommand
 
run(OptionSet) - Method in class org.springframework.boot.cli.command.options.OptionHandler
Run the command using the specified parsed OptionSet.
runAndHandleErrors(String...) - Method in class org.springframework.boot.cli.command.CommandRunner
Run the appropriate and handle and errors.
RunCommand - Class in org.springframework.boot.cli.command.run
Command to 'run' a groovy script or scripts.
RunCommand() - Constructor for class org.springframework.boot.cli.command.run.RunCommand
 

S

setHiddenCommands(Class<?>...) - Method in class org.springframework.boot.cli.command.CommandRunner
Set the command classes which should be hidden (i.e.
setOptionCommands(Class<?>...) - Method in class org.springframework.boot.cli.command.CommandRunner
Set the command classes which should be considered option commands.
SettingsXmlRepositorySystemSessionAutoConfiguration - Class in org.springframework.boot.cli.compiler.grape
Auto-configuration for a RepositorySystemSession that uses Maven's settings.xml to determine the configuration settings.
SettingsXmlRepositorySystemSessionAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.grape.SettingsXmlRepositorySystemSessionAutoConfiguration
 
Shell - Class in org.springframework.boot.cli.command.shell
A shell for Spring Boot.
ShellCommand - Class in org.springframework.boot.cli.command.shell
Command to start a nested REPL shell.
ShellCommand() - Constructor for class org.springframework.boot.cli.command.shell.ShellCommand
 
ShellExitException - Exception in org.springframework.boot.cli.command.shell
Exception used to stop the Shell.
ShellExitException() - Constructor for exception org.springframework.boot.cli.command.shell.ShellExitException
 
ShellPrompts - Class in org.springframework.boot.cli.command.shell
Abstraction to manage a stack of prompts.
ShellPrompts() - Constructor for class org.springframework.boot.cli.command.shell.ShellPrompts
 
SHOW_USAGE - org.springframework.boot.cli.command.CommandException.Option
Print basic CLI usage information.
showUsage() - Method in class org.springframework.boot.cli.command.CommandRunner
 
SOURCE_ENTRY - Static variable in class org.springframework.boot.cli.app.SpringApplicationWebApplicationInitializer
The entry containing the source class.
SOURCE_ENTRY - Static variable in class org.springframework.boot.cli.archive.PackagedSpringApplicationLauncher
The entry containing the source class.
SourceOptions - Class in org.springframework.boot.cli.command.options
Extract source file options (anything following '--' in an OptionSet).
SourceOptions(List<?>) - Constructor for class org.springframework.boot.cli.command.options.SourceOptions
Create a new SourceOptions instance.
SourceOptions(OptionSet) - Constructor for class org.springframework.boot.cli.command.options.SourceOptions
Create a new SourceOptions instance.
SourceOptions(OptionSet, ClassLoader) - Constructor for class org.springframework.boot.cli.command.options.SourceOptions
Create a new SourceOptions instance.
SpringApplicationLauncher - Class in org.springframework.boot.cli.app
A launcher for SpringApplication or a SpringApplication subclass.
SpringApplicationLauncher(ClassLoader) - Constructor for class org.springframework.boot.cli.app.SpringApplicationLauncher
Creates a new launcher that will use the given classLoader to load the configured SpringApplication class.
SpringApplicationRunner - Class in org.springframework.boot.cli.command.run
Compiles Groovy code running the resulting classes using a SpringApplication.
SpringApplicationRunnerConfiguration - Interface in org.springframework.boot.cli.command.run
Configuration for the SpringApplicationRunner.
SpringApplicationWebApplicationInitializer - Class in org.springframework.boot.cli.app
SpringBootServletInitializer for CLI packaged WAR files.
SpringApplicationWebApplicationInitializer() - Constructor for class org.springframework.boot.cli.app.SpringApplicationWebApplicationInitializer
 
SpringBatchCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spring Batch.
SpringBatchCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringBatchCompilerAutoConfiguration
 
SpringBootAstTransformation - Interface in org.springframework.boot.cli.compiler
Marker interface for AST transformations that should be installed automatically from META-INF/services.
SpringBootCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
SpringBootCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringBootCompilerAutoConfiguration
 
SpringBootDependenciesDependencyManagement - Class in org.springframework.boot.cli.compiler.dependencies
DependencyManagement derived from the effective pom of spring-boot-dependencies.
SpringBootDependenciesDependencyManagement() - Constructor for class org.springframework.boot.cli.compiler.dependencies.SpringBootDependenciesDependencyManagement
 
SpringCli - Class in org.springframework.boot.cli
Spring Command Line Interface.
SpringIntegrationCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spring Integration.
SpringIntegrationCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringIntegrationCompilerAutoConfiguration
 
SpringMvcCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
SpringMvcCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringMvcCompilerAutoConfiguration
 
SpringRetryCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spring Retry.
SpringRetryCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringRetryCompilerAutoConfiguration
 
SpringSecurityCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spring Security.
SpringSecurityCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringSecurityCompilerAutoConfiguration
 
SpringTestCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spring Test.
SpringTestCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringTestCompilerAutoConfiguration
 
SpringWebsocketCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spring Websocket.
SpringWebsocketCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringWebsocketCompilerAutoConfiguration
 
STACK_TRACE - org.springframework.boot.cli.command.CommandException.Option
Print the stack-trace of the exception.
START_CLASS_ENTRY - Static variable in class org.springframework.boot.cli.archive.PackagedSpringApplicationLauncher
The entry containing the start class.
stop() - Method in class org.springframework.boot.cli.command.run.RunCommand
 
stop() - Method in class org.springframework.boot.cli.command.run.SpringApplicationRunner
 
subclasses(ClassNode, String...) - Static method in class org.springframework.boot.cli.compiler.AstUtils
Determine if a ClassNode subclasses any of the specified types N.B.

T

template(TemplateEngine, String, Map<String, ?>) - Static method in class org.springframework.boot.groovy.GroovyTemplate
 
template(String) - Static method in class org.springframework.boot.groovy.GroovyTemplate
 
template(String, Map<String, ?>) - Static method in class org.springframework.boot.groovy.GroovyTemplate
 
toString() - Method in class org.springframework.boot.cli.command.status.ExitStatus
 
toString() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency.Exclusion
 
toString() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency
 
toString() - Method in class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
 
TransactionManagementCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
TransactionManagementCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.TransactionManagementCompilerAutoConfiguration
 

U

UninstallCommand - Class in org.springframework.boot.cli.command.install
Command to uninstall dependencies from the CLI's lib/ext directory.
UninstallCommand() - Constructor for class org.springframework.boot.cli.command.install.UninstallCommand
 

V

value() - Method in annotation type org.springframework.boot.groovy.DependencyManagementBom
One or more sets of colon-separated coordinates (group:module:version) of a Maven bom that contains dependency management that will add to and override the default dependency management.
valueOf(String) - Static method in enum org.springframework.boot.cli.command.CommandException.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.cli.compiler.GroovyCompilerScope
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.boot.cli.command.CommandException.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.cli.compiler.GroovyCompilerScope
Returns an array containing the constants of this enum type, in the order they are declared.
VersionCommand - Class in org.springframework.boot.cli.command.core
Command to display the 'version' number.
VersionCommand() - Constructor for class org.springframework.boot.cli.command.core.VersionCommand
 
visit(ASTNode[], SourceUnit) - Method in class org.springframework.boot.cli.compiler.AnnotatedNodeASTTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.springframework.boot.cli.compiler.DependencyAutoConfigurationTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.springframework.boot.cli.compiler.GenericBomAstTransformation
 
visit(ASTNode[], SourceUnit) - Method in class org.springframework.boot.cli.compiler.GroovyBeansTransformation
 

W

WarCommand - Class in org.springframework.boot.cli.command.archive
Command to create a self-contained executable jar file from a CLI application.
WarCommand() - Constructor for class org.springframework.boot.cli.command.archive.WarCommand
 
A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages