liquibase.sdk.vagrant
Class VagrantCommand

java.lang.Object
  extended by liquibase.command.AbstractCommand
      extended by liquibase.sdk.vagrant.VagrantCommand
All Implemented Interfaces:
LiquibaseCommand

public class VagrantCommand
extends AbstractCommand


Constructor Summary
VagrantCommand(Main mainApp)
           
 
Method Summary
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()
           
 
Methods inherited from class liquibase.command.AbstractCommand
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VagrantCommand

public VagrantCommand(Main mainApp)
Method Detail

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.