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

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
 
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
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>) - 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
 

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(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(String, Throwable, 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.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.
compileAndRunTests() - Method in class org.springframework.boot.cli.command.test.TestRunner
 
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
 
CompositeProxySelector - Class in org.springframework.boot.cli.compiler.grape
Composite ProxySelector.
CompositeProxySelector(List<ProxySelector>) - Constructor for class org.springframework.boot.cli.compiler.grape.CompositeProxySelector
 
create(GroovyClassLoader, List<RepositoryConfiguration>, DependencyResolutionContext) - 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
 

D

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
 
DelegateTestRunner - Class in org.springframework.boot.groovy
Delegate test runner to launch tests in user application classpath.
DelegateTestRunner() - Constructor for class org.springframework.boot.groovy.DelegateTestRunner
 
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.
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
 
DependencyResolutionContext(ArtifactCoordinatesResolver) - 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

EnableDeviceResolver - Annotation Type in org.springframework.boot.groovy
Pseudo annotation used to trigger SpringMobileCompilerAutoConfiguration.
EnableGroovyTemplates - Annotation Type in org.springframework.boot.groovy
Pseudo annotation used to trigger GroovyTemplatesCompilerAutoConfiguration.
EnableJmsMessaging - Annotation Type in org.springframework.boot.groovy
Deprecated.
since 1.2.0 in favor of EnableJms
EnableRabbitMessaging - Annotation Type in org.springframework.boot.groovy
Deprecated.
since 1.2.0 in favor of EnableRabbit
enumerateGrapes() - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
equals(Object) - Method in class org.springframework.boot.cli.compiler.grape.RepositoryConfiguration
 
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
error(String) - Static method in class org.springframework.boot.cli.util.Log
 
error(Exception) - Static method in class org.springframework.boot.cli.util.Log
 
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 with an exit code and name as specified.
ExitStatus(int, String, boolean) - Constructor for class org.springframework.boot.cli.command.status.ExitStatus
 
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.
ExtendedGroovyClassLoader.ExtendedClassCollector(GroovyClassLoader.InnerLoader, CompilationUnit, SourceUnit) - Constructor for class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader.ExtendedClassCollector
 

F

FILE_URL_PREFIX - Static variable in class org.springframework.boot.cli.util.ResourceUtils
URL prefix for loading from the file system: "file:"
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

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
Return a mutable list of the ASTTransformations to be applied during GroovyCompiler.compile(String...).
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
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
 
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
ASTTransformation for processing @GrabMetadata
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
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 utilties 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 interrup signal (CTRL-C)
hangup() - Method in class org.springframework.boot.cli.command.status.ExitStatus
Convert the existing code to a hangup.
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.
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.
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.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
 
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.
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.jar
Command to create a self-contained executable jar file from a CLI application
JarCommand() - Constructor for class org.springframework.boot.cli.command.jar.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
 
JUnitCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
JUnitCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.JUnitCompilerAutoConfiguration
 

L

launch(Object[], 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.jar.PackagedSpringApplicationLauncher
 
main(String...) - Static method in class org.springframework.boot.cli.SpringCli
 
ManagedDependenciesArtifactCoordinatesResolver - Class in org.springframework.boot.cli.compiler.dependencies
ManagedDependenciesArtifactCoordinatesResolver() - Constructor for class org.springframework.boot.cli.compiler.dependencies.ManagedDependenciesArtifactCoordinatesResolver
 
ManagedDependenciesArtifactCoordinatesResolver(ManagedDependencies) - Constructor for class org.springframework.boot.cli.compiler.dependencies.ManagedDependenciesArtifactCoordinatesResolver
 
ManagedDependenciesFactory - Class in org.springframework.boot.cli.compiler.grape
Factory to create Maven Dependency objects from Boot PomDependencies.
ManagedDependenciesFactory(ManagedDependencies) - Constructor for class org.springframework.boot.cli.compiler.grape.ManagedDependenciesFactory
 
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.JUnitCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.RabbitCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.ReactorCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpockCompilerAutoConfiguration
 
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.SpringMobileCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringMvcCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSecurityCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSocialFacebookCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSocialLinkedInCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSocialTwitterCompilerAutoConfiguration
 
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.

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
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
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
 
ORDER - Static variable in class org.springframework.boot.cli.compiler.GrabMetadataTransformation
 
ORDER - Static variable in class org.springframework.boot.cli.compiler.GroovyBeansTransformation
 
ORDER - Static variable in class org.springframework.boot.cli.compiler.ResolveDependencyCoordinatesTransformation
 
org.springframework.boot.cli - package org.springframework.boot.cli
 
org.springframework.boot.cli.app - package org.springframework.boot.cli.app
 
org.springframework.boot.cli.command - package org.springframework.boot.cli.command
 
org.springframework.boot.cli.command.core - package org.springframework.boot.cli.command.core
 
org.springframework.boot.cli.command.grab - package org.springframework.boot.cli.command.grab
 
org.springframework.boot.cli.command.init - package org.springframework.boot.cli.command.init
 
org.springframework.boot.cli.command.install - package org.springframework.boot.cli.command.install
 
org.springframework.boot.cli.command.jar - package org.springframework.boot.cli.command.jar
 
org.springframework.boot.cli.command.options - package org.springframework.boot.cli.command.options
 
org.springframework.boot.cli.command.run - package org.springframework.boot.cli.command.run
 
org.springframework.boot.cli.command.shell - package org.springframework.boot.cli.command.shell
 
org.springframework.boot.cli.command.status - package org.springframework.boot.cli.command.status
 
org.springframework.boot.cli.command.test - package org.springframework.boot.cli.command.test
 
org.springframework.boot.cli.compiler - package org.springframework.boot.cli.compiler
 
org.springframework.boot.cli.compiler.autoconfigure - package org.springframework.boot.cli.compiler.autoconfigure
 
org.springframework.boot.cli.compiler.dependencies - package org.springframework.boot.cli.compiler.dependencies
 
org.springframework.boot.cli.compiler.grape - package org.springframework.boot.cli.compiler.grape
 
org.springframework.boot.cli.jar - package org.springframework.boot.cli.jar
Class that are packaged as part of CLI generated JARs.
org.springframework.boot.cli.util - package org.springframework.boot.cli.util
 
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.jar
A launcher for a CLI application that has been compiled and packaged as a jar file.
PackagedSpringApplicationLauncher() - Constructor for class org.springframework.boot.cli.jar.PackagedSpringApplicationLauncher
 
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.GrabMetadataTransformation
 
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
 
ReactorCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for the Reactor.
ReactorCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.ReactorCompilerAutoConfiguration
 
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.
RepositoryConfigurationFactory() - Constructor for class org.springframework.boot.cli.compiler.RepositoryConfigurationFactory
 
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, Map...) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
resolve(Map, List, 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
 
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(OptionSet) - Method in class org.springframework.boot.cli.command.options.OptionHandler
Run the command using the specified parsed OptionSet.
run(String...) - Method in class org.springframework.boot.cli.command.shell.PromptCommand
 
run() - Method in class org.springframework.boot.cli.command.shell.Shell
Run the shell until the user exists.
run(String...) - Method in class org.springframework.boot.cli.command.shell.ShellCommand
 
run(Class<?>[], Result) - Static method in class org.springframework.boot.groovy.DelegateTestRunner
 
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

setClosure(Closure<?>) - Method in class org.springframework.boot.cli.command.options.OptionHandler
 
setHiddenCommands(Class<?>...) - Method in class org.springframework.boot.cli.command.CommandRunner
Set the command classes which should be hidden (i.e.
setManagedDependencies(ManagedDependencies) - Method in class org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
 
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.
Shell() - Constructor for class org.springframework.boot.cli.command.shell.Shell
Create a new Shell instance.
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
 
showUsage() - Method in class org.springframework.boot.cli.command.CommandRunner
 
SOURCE_ENTRY - Static variable in class org.springframework.boot.cli.jar.PackagedSpringApplicationLauncher
 
SourceOptions - Class in org.springframework.boot.cli.command.options
Extract source file options (anything following '--' in an OptionSet).
SourceOptions(OptionSet) - Constructor for class org.springframework.boot.cli.command.options.SourceOptions
Create a new SourceOptions instance.
SourceOptions(List<?>) - 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.
SpockCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spock test framework
SpockCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpockCompilerAutoConfiguration
 
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.
SpringApplicationRunner(SpringApplicationRunnerConfiguration, String[], String...) - Constructor for class org.springframework.boot.cli.command.run.SpringApplicationRunner
Create a new SpringApplicationRunner instance.
SpringApplicationRunnerConfiguration - Interface in org.springframework.boot.cli.command.run
Configuration for the SpringApplicationRunner.
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
 
SpringCli - Class in org.springframework.boot.cli
Spring Command Line Interface.
SpringCli() - Constructor for class org.springframework.boot.cli.SpringCli
 
SpringIntegrationCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spring Integration.
SpringIntegrationCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringIntegrationCompilerAutoConfiguration
 
SpringMobileCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spring Mobile.
SpringMobileCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringMobileCompilerAutoConfiguration
 
SpringMvcCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
SpringMvcCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringMvcCompilerAutoConfiguration
 
SpringSecurityCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spring Security.
SpringSecurityCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringSecurityCompilerAutoConfiguration
 
SpringSocialFacebookCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spring Social Facebook.
SpringSocialFacebookCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringSocialFacebookCompilerAutoConfiguration
 
SpringSocialLinkedInCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spring Social LinkedIn.
SpringSocialLinkedInCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringSocialLinkedInCompilerAutoConfiguration
 
SpringSocialTwitterCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for Spring Social Twitter.
SpringSocialTwitterCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.SpringSocialTwitterCompilerAutoConfiguration
 
SpringTestCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
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
 
START_CLASS_ENTRY - Static variable in class org.springframework.boot.cli.jar.PackagedSpringApplicationLauncher
 
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(String) - Static method in class org.springframework.boot.groovy.GroovyTemplate
 
template(String, Map<String, ?>) - Static method in class org.springframework.boot.groovy.GroovyTemplate
 
template(TemplateEngine, String, Map<String, ?>) - Static method in class org.springframework.boot.groovy.GroovyTemplate
 
TestCommand - Class in org.springframework.boot.cli.command.test
Command to run a groovy test script or scripts.
TestCommand() - Constructor for class org.springframework.boot.cli.command.test.TestCommand
 
TestFailedException - Exception in org.springframework.boot.cli.command.test
Thrown when tests fail to execute.
TestFailedException(Throwable) - Constructor for exception org.springframework.boot.cli.command.test.TestFailedException
 
TestRunner - Class in org.springframework.boot.cli.command.test
Compile and run groovy based tests.
TestRunner(TestRunnerConfiguration, String[], String[]) - Constructor for class org.springframework.boot.cli.command.test.TestRunner
Create a new TestRunner instance.
TestRunnerConfiguration - Interface in org.springframework.boot.cli.command.test
Configuration for TestRunner.
toString() - Method in class org.springframework.boot.cli.command.status.ExitStatus
 
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 directory
UninstallCommand() - Constructor for class org.springframework.boot.cli.command.install.UninstallCommand
 

V

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.GroovyBeansTransformation
 
A B C D E F G H I J L M N O P R S T U V 

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.