org.kuali.common.util.execute
Class MySqlDumpExecutable

java.lang.Object
  extended by org.kuali.common.util.execute.MySqlDumpExecutable
All Implemented Interfaces:
Executable

public class MySqlDumpExecutable
extends Object
implements Executable


Constructor Summary
MySqlDumpExecutable()
           
 
Method Summary
 void execute()
           
 MySqlDumpContext getContext()
           
 MySqlDumpService getService()
           
 void setContext(MySqlDumpContext context)
           
 void setService(MySqlDumpService service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySqlDumpExecutable

public MySqlDumpExecutable()
Method Detail

execute

public void execute()
Specified by:
execute in interface Executable

getService

public MySqlDumpService getService()

setService

public void setService(MySqlDumpService service)

getContext

public MySqlDumpContext getContext()

setContext

public void setContext(MySqlDumpContext context)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.