org.codehaus.mojo.hibernate3.configuration
Class AbstractComponentConfiguration
java.lang.Object
org.codehaus.mojo.hibernate3.configuration.AbstractComponentConfiguration
- All Implemented Interfaces:
- ComponentConfiguration
public abstract class AbstractComponentConfiguration
- extends java.lang.Object
- implements ComponentConfiguration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractComponentConfiguration
public AbstractComponentConfiguration()
getConfiguration
public org.hibernate.cfg.Configuration getConfiguration(ExporterMojo exporterMojo)
throws org.apache.maven.plugin.MojoExecutionException
- Specified by:
getConfiguration
in interface ComponentConfiguration
- Throws:
org.apache.maven.plugin.MojoExecutionException
- See Also:
ComponentConfiguration.getConfiguration(ExporterMojo)
createConfiguration
protected abstract org.hibernate.cfg.Configuration createConfiguration()
doConfiguration
protected void doConfiguration(org.hibernate.cfg.Configuration configuration)
getConfigurationFile
protected java.net.URL getConfigurationFile()
getPropertyFile
protected java.util.Properties getPropertyFile()
getExporterMojo
public ExporterMojo getExporterMojo()
setExporterMojo
public void setExporterMojo(ExporterMojo exporterMojo)
validateParameters
protected void validateParameters()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2005-2009. All Rights Reserved.