- AbstractCommand - Class in org.springframework.boot.cli.command
-
- AbstractCommand(String, String) - Constructor for class org.springframework.boot.cli.command.AbstractCommand
-
- 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
-
- addDefaultCacheAsRespository(List<RepositoryConfiguration>) - Static method in class org.springframework.boot.cli.compiler.RepositoryConfigurationFactory
-
Add the default local M2 cache directory as a remote repository.
- 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) - Constructor for class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
-
- AetherGrapeEngineFactory - Class in org.springframework.boot.cli.compiler.grape
-
- 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>) - 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.JUnitCompilerAutoConfiguration
-
- applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.RabbitCompilerAutoConfiguration
-
- applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.ReactorCompilerAutoConfiguration
-
- applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpockCompilerAutoConfiguration
-
- 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.SpringMobileCompilerAutoConfiguration
-
- applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringMvcCompilerAutoConfiguration
-
- applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSecurityCompilerAutoConfiguration
-
- applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSocialFacebookCompilerAutoConfiguration
-
- applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSocialLinkedInCompilerAutoConfiguration
-
- applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSocialTwitterCompilerAutoConfiguration
-
- 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.JUnitCompilerAutoConfiguration
-
- applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.RabbitCompilerAutoConfiguration
-
- applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.ReactorCompilerAutoConfiguration
-
- applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpockCompilerAutoConfiguration
-
- 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.SpringMobileCompilerAutoConfiguration
-
- applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringMvcCompilerAutoConfiguration
-
- applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSecurityCompilerAutoConfiguration
-
- applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSocialFacebookCompilerAutoConfiguration
-
- applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSocialLinkedInCompilerAutoConfiguration
-
- applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSocialTwitterCompilerAutoConfiguration
-
- 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
-
- 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(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.ManagedDependenciesArtifactCoordinatesResolver
-
- getAstTransformations() - Method in class org.springframework.boot.cli.compiler.GroovyCompiler
-
- getAutoconfigureOption() - Method in class org.springframework.boot.cli.command.options.CompilerOptionHandler
-
- 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, 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.
- getClosure(BlockStatement, String) - Static method in class org.springframework.boot.cli.compiler.AstUtils
-
- 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
-
- 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
-
- 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.init.InitCommand
-
- 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.ManagedDependenciesArtifactCoordinatesResolver
-
- 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
-
- 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
-
- getManagedDependencies() - Method in class org.springframework.boot.cli.compiler.grape.ManagedDependenciesFactory
-
Return a list of the managed dependencies.
- 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
-
- getNoGuessDependenciesOption() - Method in class org.springframework.boot.cli.command.options.CompilerOptionHandler
-
- getNoGuessImportsOption() - Method in class org.springframework.boot.cli.command.options.CompilerOptionHandler
-
- 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
-
- 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
-
- 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
-
- getUri() - Method in class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
-
- 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.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 class org.springframework.boot.cli.command.jar.JarCommand
-
- 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
-
- getUsageHelp() - Method in class org.springframework.boot.cli.command.test.TestCommand
-
- 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.ManagedDependenciesArtifactCoordinatesResolver
-
- getVersion(String) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
-
- getVersion(String, String) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
-
- 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
-
- grab(String) - 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
-
- GrabMetadata - Annotation Type in org.springframework.boot.groovy
-
Used to provide an alternative source of dependency metadata that is used to deduce
groups and versions when processing @Grab
dependencies.
- GrabMetadataTransformation - Class in org.springframework.boot.cli.compiler
-
- GrabMetadataTransformation(DependencyResolutionContext) - Constructor for class org.springframework.boot.cli.compiler.GrabMetadataTransformation
-
- 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
-
- GroovyCompilerConfiguration - Interface in org.springframework.boot.cli.compiler
-
- GroovyCompilerScope - Enum in org.springframework.boot.cli.compiler
-
The scope in which a groovy compiler operates.
- GroovyTemplate - Class in org.springframework.boot.groovy
-
Helpful utilties for working with Groovy Template
s.
- GroovyTemplate() - Constructor for class org.springframework.boot.groovy.GroovyTemplate
-
- GroovyTemplatesCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
-
- GroovyTemplatesCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.GroovyTemplatesCompilerAutoConfiguration
-