public class BootCommands extends Object
| Constructor and Description |
|---|
BootCommands() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(BootCommand command) |
boolean |
executeCommands(CommandRunner runner) |
boolean |
executeCommands(CommandRunner runner,
boolean stopOnFailure) |
void |
parseCommandScript(File file) |
void |
parseCommandScript(URL scriptURL) |
public void add(BootCommand command)
public void parseCommandScript(File file) throws IOException
IOExceptionpublic void parseCommandScript(URL scriptURL) throws IOException
IOExceptionpublic boolean executeCommands(CommandRunner runner)
public boolean executeCommands(CommandRunner runner, boolean stopOnFailure)
Copyright © 2017. All rights reserved.