liquibase.sdk.vagrant
Class VagrantCommand
java.lang.Object
liquibase.command.AbstractCommand
liquibase.sdk.vagrant.VagrantCommand
- All Implemented Interfaces:
- LiquibaseCommand
public class VagrantCommand
- extends AbstractCommand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VagrantCommand
public VagrantCommand(Main mainApp)
getName
public String getName()
validate
public CommandValidationErrors validate()
setup
public void setup(org.apache.commons.cli.CommandLine commandCommandLine)
throws Exception
- Throws:
Exception
run
protected Object run()
throws Exception
- Specified by:
run
in class AbstractCommand
- Throws:
Exception
init
public void init()
throws Exception
- Throws:
Exception
addVagrantConfigProperty
protected void addVagrantConfigProperty(int index,
String name,
Object value,
Properties properties)
provision
public void provision()
destroy
public void destroy()
halt
public void halt()
reload
public void reload()
resume
public void resume()
status
public void status()
suspend
public void suspend()
up
public void up()
getOptions
public org.apache.commons.cli.Options getOptions()
Copyright © 2015 Liquibase.org. All rights reserved.