Package org.alfresco.util.schemacomp
Class DbToXML
java.lang.Object
org.alfresco.util.schemacomp.DbToXML
Tool to export a database schema to an XML file.
- Author:
- Matt Ward
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()static voidvoidsetDbSchemaName(String dbSchemaName) Set an optional default schema name
-
Constructor Details
-
Method Details
-
setDbSchemaName
Set an optional default schema name- Parameters:
dbSchemaName- String
-
execute
public void execute() -
main
-