public class VagrantCommand extends AbstractCommand
Constructor and Description |
---|
VagrantCommand(Main mainApp) |
Modifier and Type | Method and Description |
---|---|
protected void |
addVagrantConfigProperty(int index,
String name,
Object value,
Properties properties) |
void |
destroy() |
String |
getName() |
org.apache.commons.cli.Options |
getOptions() |
void |
halt() |
void |
init() |
void |
provision() |
void |
reload() |
void |
resume() |
protected Object |
run() |
void |
setup(org.apache.commons.cli.CommandLine commandCommandLine) |
void |
status() |
void |
suspend() |
void |
up() |
CommandValidationErrors |
validate() |
execute
public VagrantCommand(Main mainApp)
public String getName()
public CommandValidationErrors validate()
public void setup(org.apache.commons.cli.CommandLine commandCommandLine) throws Exception
Exception
protected Object run() throws Exception
run
in class AbstractCommand
Exception
protected void addVagrantConfigProperty(int index, String name, Object value, Properties properties)
public void provision()
public void destroy()
public void halt()
public void reload()
public void resume()
public void status()
public void suspend()
public void up()
public org.apache.commons.cli.Options getOptions()
Copyright © 2015 Liquibase.org. All rights reserved.