org.kuali.common.impex.database
Class DumpDatabaseExecutable

java.lang.Object
  extended by 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


Constructor Summary
DumpDatabaseExecutable()
           
 
Method Summary
 void execute()
           
 DumpDataExecutable getDumpDataExecutable()
           
 DumpSchemaExecutable getDumpSchemaExecutable()
           
 ExtractSchemaExecutable getExtractSchemaExecutable()
           
 org.kuali.common.util.execute.Executable getShowConfigExecutable()
           
 boolean isSkip()
           
 void setDumpDataExecutable(DumpDataExecutable dumpDataExecutable)
           
 void setDumpSchemaExecutable(DumpSchemaExecutable dumpSchemaExecutable)
           
 void setExtractSchemaExecutable(ExtractSchemaExecutable extractSchemaExecutable)
           
 void setShowConfigExecutable(org.kuali.common.util.execute.Executable showConfigExecutable)
           
 void setSkip(boolean skip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpDatabaseExecutable

public DumpDatabaseExecutable()
Method Detail

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.