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) |
List<BootCommand> |
getCommands() |
void |
parseCommandScript(File file) |
void |
parseCommandScript(URL scriptURL) |
public void add(BootCommand command)
public List<BootCommand> getCommands()
public void parseCommandScript(File file) throws IOException
IOException
public void parseCommandScript(URL scriptURL) throws IOException
IOException
public boolean executeCommands(CommandRunner runner)
public boolean executeCommands(CommandRunner runner, boolean stopOnFailure)
Copyright © 2019. All rights reserved.