A C G M O P R S U W

A

addProperties(Properties) - Method in class uk.co.grahamcox.spring.cli.CliRunner
Add a properties file to use
Arguments - Class in uk.co.grahamcox.spring.cli
Wrapper around the arguments to the application
Arguments(String[]) - Constructor for class uk.co.grahamcox.spring.cli.Arguments
Create the wrapper

C

CliRunner - Class in uk.co.grahamcox.spring.cli
The actual runner that does the work.
CliRunner() - Constructor for class uk.co.grahamcox.spring.cli.CliRunner
 
CommandLineBeanPostProcessor - Class in uk.co.grahamcox.spring.cli.options
Bean post processor for creating the CommandLine object properly and for automatically wiring command line options into created beans
CommandLineBeanPostProcessor() - Constructor for class uk.co.grahamcox.spring.cli.options.CommandLineBeanPostProcessor
 

G

getArgument(int) - Method in class uk.co.grahamcox.spring.cli.Arguments
Get a specific argument
getArguments() - Method in class uk.co.grahamcox.spring.cli.Arguments
Get the arguments themselves
getNumberOfArguments() - Method in class uk.co.grahamcox.spring.cli.Arguments
Get the number of arguments

M

main(String[]) - Static method in class uk.co.grahamcox.spring.cli.MainClass
The main routine for the app
MainClass - Class in uk.co.grahamcox.spring.cli
The main class that is run
MainClass() - Constructor for class uk.co.grahamcox.spring.cli.MainClass
 

O

OptionsBeanPostProcessor - Class in uk.co.grahamcox.spring.cli.options
Bean post processor for populating the Options object with all the Option objects in the context
OptionsBeanPostProcessor() - Constructor for class uk.co.grahamcox.spring.cli.options.OptionsBeanPostProcessor
 

P

postProcessAfterInitialization(Object, String) - Method in class uk.co.grahamcox.spring.cli.options.CommandLineBeanPostProcessor
Do nothing
postProcessAfterInitialization(Object, String) - Method in class uk.co.grahamcox.spring.cli.options.OptionsBeanPostProcessor
Process the Options objects that are created to add any Option objects in the context to them
postProcessBeforeInitialization(Object, String) - Method in class uk.co.grahamcox.spring.cli.options.CommandLineBeanPostProcessor
This now does two things.
postProcessBeforeInitialization(Object, String) - Method in class uk.co.grahamcox.spring.cli.options.OptionsBeanPostProcessor
Do nothing

R

run() - Method in class uk.co.grahamcox.spring.cli.CliRunner
Actually run the app.

S

setApplicationContext(ApplicationContext) - Method in class uk.co.grahamcox.spring.cli.options.CommandLineBeanPostProcessor
Set the Application Context
setApplicationContext(ApplicationContext) - Method in class uk.co.grahamcox.spring.cli.options.OptionsBeanPostProcessor
Set the Application Context
setArguments(String[]) - Method in class uk.co.grahamcox.spring.cli.CliRunner
Set the application arguments to use

U

uk.co.grahamcox.spring.cli - package uk.co.grahamcox.spring.cli
 
uk.co.grahamcox.spring.cli.options - package uk.co.grahamcox.spring.cli.options
 

W

WireOption - Annotation Type in uk.co.grahamcox.spring.cli.options
Annotation to place on a setter method to wire a command line option into

A C G M O P R S U W

Copyright © 2011. All Rights Reserved.