A C D E G H I L M O P R S T 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, String, String) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Add a single dependencies.
add(String, String, String, boolean) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Add a single dependencies.
add(Map<String, Object>...) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Add a dependencies.
addCompilationCustomizers(CompilationCustomizer...) - Method in class org.springframework.boot.cli.compiler.GroovyCompiler
 
apply(GroovyClassLoader, GroovyCompilerConfiguration, GeneratorContext, SourceUnit, ClassNode) - Method in class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
Apply any additional configuration.
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.ReactorCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBatchCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBootCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringIntegrationCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringMvcCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSecurityCompilerAutoConfiguration
 
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.ReactorCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBatchCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBootCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringIntegrationCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringMvcCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSecurityCompilerAutoConfiguration
 
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.
AstUtils - Class in org.springframework.boot.cli.compiler
General purpose AST utilities.
AstUtils() - Constructor for class org.springframework.boot.cli.compiler.AstUtils
 

C

call(SourceUnit, GeneratorContext, ClassNode) - Method in class org.springframework.boot.cli.command.ScriptCompilationCustomizer
 
canAdd() - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Strategy called to test if dependencies can be added.
CleanCommand - Class in org.springframework.boot.cli.command
Command to 'clean' up grapes, removing cached dependencies and forcing a download on the next attempt to resolve.
CleanCommand() - Constructor for class org.springframework.boot.cli.command.CleanCommand
 
CLI_APP - Static variable in class org.springframework.boot.cli.SpringCli
 
Command - Interface in org.springframework.boot.cli
A single command that can be run from the CLI.
CommandFactory - Interface in org.springframework.boot.cli
Factory used to create CLI Commands.
compile(File...) - Method in class org.springframework.boot.cli.compiler.GroovyCompiler
Compile the specified Groovy source files, applying any CompilerAutoConfigurations.
compileAndRun() - Method in class org.springframework.boot.cli.runner.SpringApplicationRunner
Compile and run the application.
CompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler
Strategy that can be used to apply some auto-configuration during the CompilePhase.CONVERSION Groovy compile phase.
CompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
 
contains(String, String) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
 
CreateCommand - Class in org.springframework.boot.cli.command
Command to 'create' a new spring groovy script.
CreateCommand() - Constructor for class org.springframework.boot.cli.command.CreateCommand
 

D

DefaultCommandFactory - Class in org.springframework.boot.cli.command
Default implementation of CommandFactory.
DefaultCommandFactory() - Constructor for class org.springframework.boot.cli.command.DefaultCommandFactory
 
DependencyCustomizer - Class in org.springframework.boot.cli.compiler
Customizer that allows dependencies to be added during compilation.
DependencyCustomizer(GroovyClassLoader) - 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.

E

error(String) - Static method in class org.springframework.boot.cli.Log
 
error(Exception) - Static method in class org.springframework.boot.cli.Log
 
errorMessage(String) - Method in class org.springframework.boot.cli.SpringCli
 

G

getClasspath() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
 
getCommands() - Method in class org.springframework.boot.cli.command.DefaultCommandFactory
 
getCommands() - Method in interface org.springframework.boot.cli.CommandFactory
Returns the CLI Commands.
getDescription() - Method in class org.springframework.boot.cli.command.AbstractCommand
 
getDescription() - Method in interface org.springframework.boot.cli.Command
Returns a description of the command.
getDescription() - Method in class org.springframework.boot.cli.command.ScriptCommand
 
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
Gets full help text for the command, e.g.
getHelp() - Method in class org.springframework.boot.cli.command.OptionHandler
 
getHelp() - Method in class org.springframework.boot.cli.command.OptionParsingCommand
 
getHelp() - Method in class org.springframework.boot.cli.command.ScriptCommand
 
getLogLevel() - Method in interface org.springframework.boot.cli.runner.SpringApplicationRunnerConfiguration
Returns the logging level to use.
getMain() - Method in class org.springframework.boot.cli.command.ScriptCommand
 
getName() - Method in class org.springframework.boot.cli.command.AbstractCommand
 
getName() - Method in interface org.springframework.boot.cli.Command
Returns the name of the command.
getName() - Method in class org.springframework.boot.cli.command.ScriptCommand
 
getOptions() - Method in exception org.springframework.boot.cli.SpringCliException
Returns options a set of options that are understood by the SpringCli.
getParser() - Method in class org.springframework.boot.cli.command.OptionHandler
 
getProperty(String) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
 
getProperty(String, String) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
 
getUsageHelp() - Method in class org.springframework.boot.cli.command.AbstractCommand
 
getUsageHelp() - Method in class org.springframework.boot.cli.command.CleanCommand
 
getUsageHelp() - Method in class org.springframework.boot.cli.command.CreateCommand
 
getUsageHelp() - Method in interface org.springframework.boot.cli.Command
Returns usage help for the command.
getUsageHelp() - Method in class org.springframework.boot.cli.command.RunCommand
 
getUsageHelp() - Method in class org.springframework.boot.cli.command.ScriptCommand
 
GroovyCompiler - Class in org.springframework.boot.cli.compiler
Compiler for Groovy source files.
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.
GroovyTemplate - Class in org.springframework.boot.cli.template
 
GroovyTemplate() - Constructor for class org.springframework.boot.cli.template.GroovyTemplate
 

H

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.

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.
ifNotAdded(String, String) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Create a nested DependencyCustomizer that only applies the specified one was not yet added.
info(String) - Static method in class org.springframework.boot.cli.Log
 
infoPrint(String) - Static method in class org.springframework.boot.cli.Log
 
isGuessDependencies() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
Returns if jar dependencies should be guessed.
isGuessImports() - Method in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
Returns if import declarations should be guessed.
isLocal() - Method in interface org.springframework.boot.cli.runner.SpringApplicationRunnerConfiguration
Returns true if the dependencies should be cached locally
isWatchForFileChanges() - Method in interface org.springframework.boot.cli.runner.SpringApplicationRunnerConfiguration
Returns true if the source file should be monitored for changes and automatically recompiled.

L

Log - Class in org.springframework.boot.cli
Simple logger used by the CLI.
Log() - Constructor for class org.springframework.boot.cli.Log
 

M

main(String...) - Static method in class org.springframework.boot.cli.SpringCli
The main CLI entry-point.
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.ReactorCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBatchCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringIntegrationCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringMvcCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSecurityCompilerAutoConfiguration
 
matches(ClassNode) - Method in class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
Strategy method used to determine when compiler auto-configuration should be applied.

O

option(String, String) - Method in class org.springframework.boot.cli.command.OptionHandler
 
option(Collection<String>, String) - Method in class org.springframework.boot.cli.command.OptionHandler
 
OptionHandler - Class in org.springframework.boot.cli.command
A handler that parses and handles options.
OptionHandler() - Constructor for class org.springframework.boot.cli.command.OptionHandler
 
OptionParsingCommand - Class in org.springframework.boot.cli.command
Base class for a Command that pare 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.OptionHandler
 
org.springframework.boot.cli - package org.springframework.boot.cli
 
org.springframework.boot.cli.command - package org.springframework.boot.cli.command
 
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.runner - package org.springframework.boot.cli.runner
 
org.springframework.boot.cli.template - package org.springframework.boot.cli.template
 

P

printStackTrace(Exception) - Method in class org.springframework.boot.cli.SpringCli
 

R

ReactorCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for the Recator.
ReactorCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.ReactorCompilerAutoConfiguration
 
ReactorCompilerAutoConfiguration.EnableReactor - Annotation Type in org.springframework.boot.cli.compiler.autoconfigure
 
run(String...) - Method in class org.springframework.boot.cli.command.OptionHandler
 
run(OptionSet) - Method in class org.springframework.boot.cli.command.OptionHandler
 
run(String...) - Method in class org.springframework.boot.cli.command.OptionParsingCommand
 
run(String...) - Method in interface org.springframework.boot.cli.Command
Run the command.
run(String...) - Method in class org.springframework.boot.cli.command.ScriptCommand
 
run(String...) - Method in class org.springframework.boot.cli.command.VersionCommand
 
run(String...) - Method in class org.springframework.boot.cli.SpringCli
Parse the arguments and run a suitable command.
runAndHandleErrors(String...) - Method in class org.springframework.boot.cli.SpringCli
Run the CLI and handle and errors.
RunCommand - Class in org.springframework.boot.cli.command
Command to 'run' a groovy script or scripts.
RunCommand() - Constructor for class org.springframework.boot.cli.command.RunCommand
 

S

ScriptCommand - Class in org.springframework.boot.cli.command
Command to run a Groovy script.
ScriptCommand(String) - Constructor for class org.springframework.boot.cli.command.ScriptCommand
 
ScriptCompilationCustomizer - Class in org.springframework.boot.cli.command
Customizer for the compilation of CLI commands.
ScriptCompilationCustomizer() - Constructor for class org.springframework.boot.cli.command.ScriptCompilationCustomizer
 
setCommands(List<? extends Command>) - Method in class org.springframework.boot.cli.SpringCli
Set the command available to the CLI.
setOptions(Closure<Void>) - Method in class org.springframework.boot.cli.command.OptionHandler
 
setPaths(String[]) - Method in class org.springframework.boot.cli.command.ScriptCommand
Paths to search for script files.
showUsage() - Method in class org.springframework.boot.cli.SpringCli
 
sources(File...) - Method in class org.springframework.boot.cli.compiler.GroovyCompiler
 
SpringApplicationRunner - Class in org.springframework.boot.cli.runner
Compiles Groovy code running the resulting classes using a SpringApplication.
SpringApplicationRunner(SpringApplicationRunnerConfiguration, File[], String...) - Constructor for class org.springframework.boot.cli.runner.SpringApplicationRunner
Create a new SpringApplicationRunner instance.
SpringApplicationRunnerConfiguration - Interface in org.springframework.boot.cli.runner
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
 
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
Create a new SpringCli implementation with the default set of commands.
SpringCliException - Exception in org.springframework.boot.cli
Runtime exception wrapper that defines additional SpringCliException.Options that are understood by the SpringCli.
SpringCliException(SpringCliException.Option...) - Constructor for exception org.springframework.boot.cli.SpringCliException
Create a new SpringCliException with the specified options.
SpringCliException(String, SpringCliException.Option...) - Constructor for exception org.springframework.boot.cli.SpringCliException
Create a new SpringCliException with the specified options.
SpringCliException(String, Throwable, SpringCliException.Option...) - Constructor for exception org.springframework.boot.cli.SpringCliException
Create a new SpringCliException with the specified options.
SpringCliException.Option - Enum in org.springframework.boot.cli
Specific options understood by the 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
 
SpringIntegrationCompilerAutoConfiguration.EnableIntegrationPatterns - Annotation Type in org.springframework.boot.cli.compiler.autoconfigure
 
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
 
stop() - Method in class org.springframework.boot.cli.command.RunCommand
 
stop() - Method in class org.springframework.boot.cli.runner.SpringApplicationRunner
 

T

template(String) - Static method in class org.springframework.boot.cli.template.GroovyTemplate
 
template(String, Map<String, ?>) - Static method in class org.springframework.boot.cli.template.GroovyTemplate
 

V

valueOf(String) - Static method in enum org.springframework.boot.cli.SpringCliException.Option
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.boot.cli.SpringCliException.Option
Returns an array containing the constants of this enum type, in the order they are declared.
VersionCommand - Class in org.springframework.boot.cli.command
Command to display the 'version' number.
VersionCommand() - Constructor for class org.springframework.boot.cli.command.VersionCommand
 
A C D E G H I L M O P R S T V 

Copyright © 2013. All Rights Reserved.