Package com.wakaleo.schemaspy
Class MavenSchemaAnalyzer
java.lang.Object
com.wakaleo.schemaspy.MavenSchemaAnalyzer
Wrapper around the
SchemaAnalyzer to hide the initialization details from the SchemaSpyReport
maven mojo.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidanalyze()Executes the schemaspy analyzer process.voidapplyConfiguration(List<String> argList) Adds the schemaspy plugin configuration properties.
-
Constructor Details
-
MavenSchemaAnalyzer
public MavenSchemaAnalyzer()
-
-
Method Details
-
applyConfiguration
Adds the schemaspy plugin configuration properties. This is necessary before callinganalyze().- Parameters:
argList- a list of property-value pairs.
-
analyze
Executes the schemaspy analyzer process.- Throws:
SQLExceptionIOException
-