|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.co.grahamcox.spring.cli.CliRunner
public class CliRunner
The actual runner that does the work. This is seperated out from MainClass for unit testing purposes
| Constructor Summary | |
|---|---|
CliRunner()
|
|
| Method Summary | |
|---|---|
void |
addProperties(Properties properties)
Add a properties file to use |
void |
run()
Actually run the app. |
void |
setArguments(String[] args)
Set the application arguments to use |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CliRunner()
| Method Detail |
|---|
public void addProperties(Properties properties)
properties - the properties file to addpublic void setArguments(String[] args)
args - the argumentspublic void run()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||