public class ModularSchemaExportExecutable extends Object implements org.kuali.common.util.execute.Executable
Constructor and Description |
---|
ModularSchemaExportExecutable() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
DumpSchemaService |
getExportService() |
String |
getForeignKeyOutputLocation() |
String |
getOutputLocation() |
Schema |
getSchema() |
boolean |
isSeparateForeignKeys() |
boolean |
isSkip() |
void |
setExportService(DumpSchemaService exportService) |
void |
setForeignKeyOutputLocation(String fkOutpuLocation) |
void |
setOutputLocation(String outputLocation) |
void |
setSchema(Schema schema) |
void |
setSeparateForeignKeys(boolean separateForeignKeys) |
void |
setSkip(boolean skip) |
protected void |
writeSchema(Schema outputSchema,
String location) |
public ModularSchemaExportExecutable()
public void execute()
execute
in interface org.kuali.common.util.execute.Executable
protected void writeSchema(Schema outputSchema, String location)
public boolean isSkip()
public void setSkip(boolean skip)
public DumpSchemaService getExportService()
public void setExportService(DumpSchemaService exportService)
public String getOutputLocation()
public void setOutputLocation(String outputLocation)
public boolean isSeparateForeignKeys()
public void setSeparateForeignKeys(boolean separateForeignKeys)
public void setForeignKeyOutputLocation(String fkOutpuLocation)
public String getForeignKeyOutputLocation()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.