org.kuali.common.impex.database
Class DumpDatabaseExecutable
java.lang.Object
org.kuali.common.impex.database.DumpDatabaseExecutable
- All Implemented Interfaces:
- org.kuali.common.util.execute.Executable
public class DumpDatabaseExecutable
- extends Object
- implements org.kuali.common.util.execute.Executable
Connect to a database using JDBC, extract schema information needed for Kuali applications, and dump it to disk as XML
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DumpDatabaseExecutable
public DumpDatabaseExecutable()
execute
public void execute()
- Specified by:
execute
in interface org.kuali.common.util.execute.Executable
isSkip
public boolean isSkip()
setSkip
public void setSkip(boolean skip)
getShowConfigExecutable
public org.kuali.common.util.execute.Executable getShowConfigExecutable()
setShowConfigExecutable
public void setShowConfigExecutable(org.kuali.common.util.execute.Executable showConfigExecutable)
getExtractSchemaExecutable
public ExtractSchemaExecutable getExtractSchemaExecutable()
setExtractSchemaExecutable
public void setExtractSchemaExecutable(ExtractSchemaExecutable extractSchemaExecutable)
getDumpSchemaExecutable
public DumpSchemaExecutable getDumpSchemaExecutable()
setDumpSchemaExecutable
public void setDumpSchemaExecutable(DumpSchemaExecutable dumpSchemaExecutable)
getDumpDataExecutable
public DumpDataExecutable getDumpDataExecutable()
setDumpDataExecutable
public void setDumpDataExecutable(DumpDataExecutable dumpDataExecutable)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.