org.kuali.common.jdbc.dump
Class DumpContext
java.lang.Object
org.kuali.common.jdbc.dump.DumpContext
public class DumpContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DumpContext
public DumpContext()
getSchemaXmlFile
public File getSchemaXmlFile()
setSchemaXmlFile
public void setSchemaXmlFile(File schemaXmlFile)
getSchemaName
public String getSchemaName()
setSchemaName
public void setSchemaName(String schemaName)
getUsername
public String getUsername()
setUsername
public void setUsername(String username)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getDriver
public String getDriver()
setDriver
public void setDriver(String driver)
getUrl
public String getUrl()
setUrl
public void setUrl(String url)
getArtifactId
public String getArtifactId()
setArtifactId
public void setArtifactId(String artifactId)
getDatabaseVendor
public String getDatabaseVendor()
setDatabaseVendor
public void setDatabaseVendor(String vendor)
getTableIncludes
public List<String> getTableIncludes()
setTableIncludes
public void setTableIncludes(List<String> tableIncludes)
getTableExcludes
public List<String> getTableExcludes()
setTableExcludes
public void setTableExcludes(List<String> tableExcludes)
getViewIncludes
public List<String> getViewIncludes()
setViewIncludes
public void setViewIncludes(List<String> viewIncludes)
getViewExcludes
public List<String> getViewExcludes()
setViewExcludes
public void setViewExcludes(List<String> viewExcludes)
getSequenceIncludes
public List<String> getSequenceIncludes()
setSequenceIncludes
public void setSequenceIncludes(List<String> sequenceIncludes)
getSequenceExcludes
public List<String> getSequenceExcludes()
setSequenceExcludes
public void setSequenceExcludes(List<String> sequenceExcludes)
getComment
public String getComment()
setComment
public void setComment(String comment)
getDateFormat
public String getDateFormat()
setDateFormat
public void setDateFormat(String dateFormat)
getWorkingDir
public File getWorkingDir()
setWorkingDir
public void setWorkingDir(File workingDir)
isProcessTables
public boolean isProcessTables()
setProcessTables
public void setProcessTables(boolean processTables)
isProcessSequences
public boolean isProcessSequences()
setProcessSequences
public void setProcessSequences(boolean processSequences)
isProcessViews
public boolean isProcessViews()
setProcessViews
public void setProcessViews(boolean processViews)
isPrintMetaInfLists
public boolean isPrintMetaInfLists()
setPrintMetaInfLists
public void setPrintMetaInfLists(boolean printMetaInfLists)
getContextProperties
public File getContextProperties()
setContextProperties
public void setContextProperties(File contextProperties)
getControlTemplate
public String getControlTemplate()
setControlTemplate
public void setControlTemplate(String controlTemplate)
getReportFile
public String getReportFile()
setReportFile
public void setReportFile(String reportFile)
getDataSource
public DataSource getDataSource()
setDataSource
public void setDataSource(DataSource dataSource)
getThreads
public int getThreads()
setThreads
public void setThreads(int threads)
isAntCompatibilityMode
public boolean isAntCompatibilityMode()
setAntCompatibilityMode
public void setAntCompatibilityMode(boolean antCompatibilityMode)
getEncoding
public String getEncoding()
setEncoding
public void setEncoding(String encoding)
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.