- get(Object) - Method in class org.andromda.maven.plugin.andromdapp.BeanProperties
-
- getConfigurationContents() - Method in class org.andromda.maven.plugin.andromdapp.AbstractAndroMDAppMojo
-
Retrieves the interpolated {#configurationUri} contents as a String.
- getConnection() - Method in class org.andromda.maven.plugin.andromdapp.SchemaMojo
-
Retrieves a database connection, given the appropriate database
information.
- getDeployFile() - Method in class org.andromda.maven.plugin.andromdapp.AppManagementMojo
-
Retrieves the file that will be or is deployed.
- getExecutionClass() - Method in class org.andromda.maven.plugin.andromdapp.hibernate.HibernateSchemaManagement
-
Retrieves the class that performs the execution work.
- getExecutionClassName() - Method in class org.andromda.maven.plugin.andromdapp.hibernate.HibernateCreateSchema
-
- getExecutionClassName() - Method in class org.andromda.maven.plugin.andromdapp.hibernate.HibernateDropSchema
-
- getExecutionClassName() - Method in class org.andromda.maven.plugin.andromdapp.hibernate.HibernateSchemaManagement
-
Returns the name of the class that performs the execution.
- getExecutionClassName() - Method in class org.andromda.maven.plugin.andromdapp.hibernate.HibernateUpdateSchema
-
- getExecutionClassName() - Method in class org.andromda.maven.plugin.andromdapp.hibernate.HibernateValidateSchema
-
- getExecutionOuputPath(Map) - Method in class org.andromda.maven.plugin.andromdapp.hibernate.HibernateCreateSchema
-
- getExecutionOuputPath(Map) - Method in class org.andromda.maven.plugin.andromdapp.hibernate.HibernateDropSchema
-
- getExecutionOuputPath(Map) - Method in class org.andromda.maven.plugin.andromdapp.hibernate.HibernateSchemaManagement
-
Returns the path of the execution output file.
- getExecutionOuputPath(Map) - Method in class org.andromda.maven.plugin.andromdapp.hibernate.HibernateUpdateSchema
-
- getExecutionOuputPath(Map) - Method in class org.andromda.maven.plugin.andromdapp.hibernate.HibernateValidateSchema
-
- getFile(String) - Method in class org.andromda.maven.plugin.andromdapp.eclipse.EclipseWriter
-
Gets the project relative file given the name
of the file.
- getInstance(String) - Static method in class org.andromda.maven.plugin.andromdapp.script.ScriptClassGenerator
-
Retrieves an instance of this class and uses the given script wrapper with
the given scriptWrapperName
.
- getJdbcDriverJarLoader(Map) - Method in class org.andromda.maven.plugin.andromdapp.hibernate.HibernateUpdateSchema
-
Sets the current context class loader from the given
jdbcDriverJar
- getMajorVersion() - Method in class org.andromda.maven.plugin.andromdapp.JdbcDriverWrapper
-
- getMappingFilesList(String, String) - Method in class org.andromda.maven.plugin.andromdapp.hibernate.HibernateSchemaManagement
-
Retrieves all mapping files having the given extension
existing in the baseDirectory
or any of its sub directories.
- getMinorVersion() - Method in class org.andromda.maven.plugin.andromdapp.JdbcDriverWrapper
-
- getName() - Method in class org.andromda.maven.plugin.andromdapp.eclipse.Variable
-
- getOutputPath() - Method in class org.andromda.maven.plugin.andromdapp.hibernate.HibernateSchemaManagement
-
Gets the path to which output should be written.
- getPackaging() - Method in class org.andromda.maven.plugin.andromdapp.AppManagementMojo
-
Attempts to retrieve the packaging of the current project, and if it can't
find it, throws an exception.
- getParentLogger() - Method in class org.andromda.maven.plugin.andromdapp.JdbcDriverWrapper
-
- getPaths() - Method in class org.andromda.maven.plugin.andromdapp.Location
-
Gets all paths from this location.
- getProject(MavenProjectBuilder, MavenSession, File, Log) - Static method in class org.andromda.maven.plugin.andromdapp.utils.ProjectUtils
-
Gets a project for the given pom
.
- getProperty(Map, String) - Method in class org.andromda.maven.plugin.andromdapp.hibernate.HibernateSchemaManagement
-
Attempts to retrieve the given property with the given name
.
- getPropertyInfo(String, Properties) - Method in class org.andromda.maven.plugin.andromdapp.JdbcDriverWrapper
-
- getProvidedClasspathElements() - Method in class org.andromda.maven.plugin.andromdapp.SchemaMojo
-
Adds any dependencies with a scope of 'provided' to the current project
with a scope of runtime.
- getProvidedClasspathElements() - Method in class org.andromda.maven.plugin.andromdapp.ScriptClassGeneratorMojo
-
Adds any dependencies to the current project from the plugin
having the given pluginArtifactId
.
- getRequiredProperty(Map, String) - Method in class org.andromda.maven.plugin.andromdapp.hibernate.HibernateSchemaManagement
-
Attempts to retrieve the given property with the given name
.
- getRootPath() - Method in class org.andromda.maven.plugin.andromdapp.Location
-
Retrieves the root path.
- getValue() - Method in class org.andromda.maven.plugin.andromdapp.eclipse.Variable
-
- getVersion() - Method in class org.andromda.maven.plugin.andromdapp.hibernate.HibernateSchemaManagement
-
Returns the current Hibernate version this management object
is targetting.
- SchemaManagement - Interface in org.andromda.maven.plugin.andromdapp
-
Represents a schema management task.
- SchemaManagementException - Exception in org.andromda.maven.plugin.andromdapp
-
An exception that is thrown when an unexpected error
occurs during execution of a SchemaManagement instance.
- SchemaManagementException(String) - Constructor for exception org.andromda.maven.plugin.andromdapp.SchemaManagementException
-
Constructor for SchemaManagementException.
- SchemaManagementException(String, Throwable) - Constructor for exception org.andromda.maven.plugin.andromdapp.SchemaManagementException
-
Constructor for SchemaManagementException.
- SchemaManagementException(Throwable) - Constructor for exception org.andromda.maven.plugin.andromdapp.SchemaManagementException
-
Constructor for SchemaManagementException.
- SchemaMojo - Class in org.andromda.maven.plugin.andromdapp
-
Provides the ability to drop database schemas.
- SchemaMojo() - Constructor for class org.andromda.maven.plugin.andromdapp.SchemaMojo
-
- ScriptClassGenerator - Class in org.andromda.maven.plugin.andromdapp.script
-
This class instruments a given class file in order for it be scripted.
- ScriptClassGeneratorException - Exception in org.andromda.maven.plugin.andromdapp.script
-
An exception thrown when an unexpected exception occurs during
execution of the ScriptClassGenerator.
- ScriptClassGeneratorException(String, Throwable) - Constructor for exception org.andromda.maven.plugin.andromdapp.script.ScriptClassGeneratorException
-
Constructor for ScriptClassGeneratorException.
- ScriptClassGeneratorException(String) - Constructor for exception org.andromda.maven.plugin.andromdapp.script.ScriptClassGeneratorException
-
Constructor for ScriptClassGeneratorException.
- ScriptClassGeneratorException(Throwable) - Constructor for exception org.andromda.maven.plugin.andromdapp.script.ScriptClassGeneratorException
-
Constructor for ScriptClassGeneratorException.
- ScriptClassGeneratorMojo - Class in org.andromda.maven.plugin.andromdapp
-
- ScriptClassGeneratorMojo() - Constructor for class org.andromda.maven.plugin.andromdapp.ScriptClassGeneratorMojo
-
- setOutputPath(String) - Method in class org.andromda.maven.plugin.andromdapp.hibernate.HibernateSchemaManagement
-
Sets the path to which the output should be written.
- settings - Variable in class org.andromda.maven.plugin.andromdapp.AbstractAndroMDAppMojo
-
The current user system settings for use in Maven.
- setVersion(String) - Method in class org.andromda.maven.plugin.andromdapp.hibernate.HibernateSchemaManagement
-
Sets the version of Hibernate to target.
- skip - Variable in class org.andromda.maven.plugin.andromdapp.AbstractAndroMDAppMojo
-
Set this to 'true' to bypass cartridge tests entirely.
- skipProcessing - Variable in class org.andromda.maven.plugin.andromdapp.AbstractAndroMDAppMojo
-
Whether or not processing should be skipped (this is if you want to completely skip code generation, i.e.
- skipTests - Variable in class org.andromda.maven.plugin.andromdapp.AbstractAndroMDAppMojo
-
Set this to 'true' to skip running tests, but still compile them.
- SymbolicLinkExplodedEarMojo - Class in org.andromda.maven.plugin.andromdapp
-
Basically post processes a previously built ear and replaces any war
artifacts with symbolic links and then symbolic links the ear to the deploy
directory so that we don't have to redeploy an ear in order to make jsp changes.
- SymbolicLinkExplodedEarMojo() - Constructor for class org.andromda.maven.plugin.andromdapp.SymbolicLinkExplodedEarMojo
-