org.kuali.common.util.service
Class MySqlDumpContext

java.lang.Object
  extended by org.kuali.common.util.service.MySqlDumpContext

public class MySqlDumpContext
extends Object


Constructor Summary
MySqlDumpContext()
           
 
Method Summary
 String getDatabase()
           
 String getExecutable()
           
 String getHostname()
           
 List<Ignore> getIgnorers()
           
 List<String> getOptions()
           
 PrintStream getOut()
           
 File getOutputFile()
           
 String getPassword()
           
 int getPort()
           
 List<String> getTables()
           
 String getUsername()
           
 void setDatabase(String database)
           
 void setExecutable(String executable)
           
 void setHostname(String hostname)
           
 void setIgnorers(List<Ignore> ignorers)
           
 void setOptions(List<String> options)
           
 void setOut(PrintStream out)
           
 void setOutputFile(File outputFile)
           
 void setPassword(String password)
           
 void setPort(int port)
           
 void setTables(List<String> tables)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySqlDumpContext

public MySqlDumpContext()
Method Detail

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

getHostname

public String getHostname()

setHostname

public void setHostname(String hostname)

getDatabase

public String getDatabase()

setDatabase

public void setDatabase(String database)

getOutputFile

public File getOutputFile()

setOutputFile

public void setOutputFile(File outputFile)

getExecutable

public String getExecutable()

setExecutable

public void setExecutable(String executable)

getPort

public int getPort()

setPort

public void setPort(int port)

getTables

public List<String> getTables()

setTables

public void setTables(List<String> tables)

getOptions

public List<String> getOptions()

setOptions

public void setOptions(List<String> options)

getOut

public PrintStream getOut()

setOut

public void setOut(PrintStream out)

getIgnorers

public List<Ignore> getIgnorers()

setIgnorers

public void setIgnorers(List<Ignore> ignorers)


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