Package org.bedework.calfacade.configs
Interface SchemaBuilder
public interface SchemaBuilder
Interface which defines a schema builder.
- Version:
- 1.0
- Author:
- Mike Douglass douglm@rpi.edu
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(Properties props, String outputFile, boolean export, String delimiter) Build a schema and optionally export it to the database
-
Method Details
-
execute
void execute(Properties props, String outputFile, boolean export, String delimiter) throws CalFacadeException Build a schema and optionally export it to the database- Parameters:
props-outputFile-export-delimiter-- Throws:
CalFacadeException
-