Package org.alfresco.util.schemacomp
Class DbToXML
- java.lang.Object
-
- org.alfresco.util.schemacomp.DbToXML
-
public class DbToXML extends java.lang.ObjectTool to export a database schema to an XML file.- Author:
- Matt Ward
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()static voidmain(java.lang.String[] args)voidsetDbSchemaName(java.lang.String dbSchemaName)Set an optional default schema name
-
-
-
Constructor Detail
-
DbToXML
public DbToXML(org.springframework.context.ApplicationContext context, java.io.File outputFile)Constructor. Uses a default name prefix of 'alf_' during the export.
-
DbToXML
public DbToXML(org.springframework.context.ApplicationContext context, java.io.File outputFile, java.lang.String namePrefix)Constructor. Allows specification of a name prefix, e.g. "jpbm_", that will be used during the export.
-
-