liquibase.sdk.watch
Class WatchCommand

java.lang.Object
  extended by liquibase.command.AbstractCommand
      extended by liquibase.sdk.watch.WatchCommand
All Implemented Interfaces:
LiquibaseCommand

public class WatchCommand
extends AbstractCommand


Constructor Summary
WatchCommand(Main mainApp)
           
 
Method Summary
 String getName()
           
 String getPassword()
           
 int getPort()
           
 String getUrl()
           
 String getUsername()
           
protected  Object run()
           
 void setPassword(String password)
           
 void setPort(int port)
           
 void setUrl(String url)
           
 void setUsername(String username)
           
 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

WatchCommand

public WatchCommand(Main mainApp)
Method Detail

getName

public String getName()

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

getPort

public int getPort()

setPort

public void setPort(int port)

validate

public CommandValidationErrors validate()

run

protected Object run()
              throws Exception
Specified by:
run in class AbstractCommand
Throws:
Exception


Copyright © 2014 Liquibase.org. All Rights Reserved.