- 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(String) - Method in interface org.springframework.boot.cli.compiler.dependencies.ArtifactCoordinatesResolver
-
Gets the artifact id of the artifact identified by the given module
.
- 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 class org.springframework.boot.cli.compiler.dependencies.DependencyManagementArtifactCoordinatesResolver
-
- getAstTransformations() - Method in class org.springframework.boot.cli.compiler.GroovyCompiler
-
- 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, 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
-
- 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(String) - Method in interface org.springframework.boot.cli.compiler.dependencies.ArtifactCoordinatesResolver
-
Gets the group id of the artifact identified by the given module
.
- 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 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(String) - Method in interface org.springframework.boot.cli.compiler.dependencies.ArtifactCoordinatesResolver
-
Gets the version of the artifact identified by the given module
.
- getVersion() - Method in class org.springframework.boot.cli.compiler.dependencies.Dependency
-
Return the dependency version.
- 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(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
-
- 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 utilities 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
-
- 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(Collection<String>, String) - Method in class org.springframework.boot.cli.command.options.OptionHandler
-
- OptionHandler - Class in org.springframework.boot.cli.command.options
-
- 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
-
- 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
-
- 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.