A B C D E F G H J L M O P S T V

A

addConfiguredFileSet(FileSet) - Method in class org.codehaus.mojo.appfuse.utility.ConfigurationUtility
This method will add a new file set objects to the list of file sets to be processed.
addFile(File) - Method in class org.codehaus.mojo.appfuse.utility.ConfigurationUtility
This method will add a file to the configuration depending on the type of file.
addRevEngFile(String) - Method in class org.codehaus.mojo.appfuse.utility.JDBCConfigurationUtility
Setter for the rev eng file list.
AntUtilities - Class in org.codehaus.mojo.appfuse.utility
This class will provide a set of methods to interact with the ant build system at a java level.
AntUtilities() - Constructor for class org.codehaus.mojo.appfuse.utility.AntUtilities
Creates a new AntUtilities object.
AppfuseExporter - Class in org.codehaus.mojo.appfuse.exporter
This method provides a sample on how to extend the pojo processor when processing new objects from the hbm.xml into jaa objects using freemarker.
AppfuseExporter(Configuration, File) - Constructor for class org.codehaus.mojo.appfuse.exporter.AppfuseExporter
Creates a new AppfuseExporter object.
AppfuseExporter() - Constructor for class org.codehaus.mojo.appfuse.exporter.AppfuseExporter
Creates a new AppfuseExporter object.
AppfuseProperties - Class in org.codehaus.mojo.appfuse.utility
This class contains static properties that are used to drive the appfuse mojos.
AppfuseProperties() - Constructor for class org.codehaus.mojo.appfuse.utility.AppfuseProperties
 
AppfuseReverseEngineeringDelegator - Class in org.codehaus.mojo.appfuse.reveng
This class is a sample of a reverse engineering strategy processing class.
AppfuseReverseEngineeringDelegator(ReverseEngineeringStrategy) - Constructor for class org.codehaus.mojo.appfuse.reveng.AppfuseReverseEngineeringDelegator
Creates a new AuroraReverseEngineeringDelegator object.
augmentFilePattern(String) - Method in class org.codehaus.mojo.appfuse.mojo.CopyDaoFilesMojo
This method takes the ant based file pattern and adds the proper suffix onto it for the type of processing the mojo needs to do.
augmentFilePattern(String) - Method in class org.codehaus.mojo.appfuse.mojo.CopyDaoHibernateFilesMojo
This method takes the ant based file pattern and adds the proper suffix onto it for the type of processing the mojo needs to do.
augmentFilePattern(String) - Method in class org.codehaus.mojo.appfuse.mojo.CopyModelFilesMojo
This method takes the ant based file pattern and adds the proper suffix onto it for the type of processing the mojo needs to do.
augmentFilePattern(String) - Method in class org.codehaus.mojo.appfuse.mojo.CopyMojoBase
This method takes the ant based file pattern and adds the proper suffix onto it for the type of processing the mojo needs to do.
augmentFilePattern(String) - Method in class org.codehaus.mojo.appfuse.mojo.CopyXMLFilesMojo
This method takes the ant based file pattern and adds the proper suffix onto it for the type of processing the mojo needs to do.
augmentFilePattern(String) - Method in class org.codehaus.mojo.appfuse.mojo.PojoMojoBase
This method takes the ant based file pattern and adds the proper suffix onto it for the type of processing the mojo needs to do.

B

buildOutputPattern(String, String, String) - Method in class org.codehaus.mojo.appfuse.mojo.PojoMojoBase
This method will build up the output pattern for a generated artifact.
buildPackageName(String, String) - Method in class org.codehaus.mojo.appfuse.mojo.PojoMojoBase
This method will create a full package name for an artifact based on the base package name and an extension and will return the full package name for the artifact.

C

ConfigurationUtility - Class in org.codehaus.mojo.appfuse.utility
This class serves as a generic configuration utility to prepare configuations to pass to the hibernate exporters.
ConfigurationUtility() - Constructor for class org.codehaus.mojo.appfuse.utility.ConfigurationUtility
Creates a new ConfigurationUtility object.
convertName(String) - Method in class org.codehaus.mojo.appfuse.template.Helper
This method will convert the first character of a string to lower case.
convertPackageNameToFileLocation(String) - Static method in class org.codehaus.mojo.appfuse.utility.FileUtilities
This method will convert a package name to a relative file locatiion for processing.
CopyDaoFilesMojo - Class in org.codehaus.mojo.appfuse.mojo
This mojo class will copy the Dao java interface files from the generation directory to the target directory.
CopyDaoFilesMojo() - Constructor for class org.codehaus.mojo.appfuse.mojo.CopyDaoFilesMojo
Creates a new CopyDaoFilesMojo object.
CopyDaoHibernateFilesMojo - Class in org.codehaus.mojo.appfuse.mojo
This mojo class will copy the Hibernate Dao java interface files from the generation directory to the target directory.
CopyDaoHibernateFilesMojo() - Constructor for class org.codehaus.mojo.appfuse.mojo.CopyDaoHibernateFilesMojo
Creates a new CopyHibernateDaoFilesMojo object.
CopyModelFilesMojo - Class in org.codehaus.mojo.appfuse.mojo
This mojo class will copy the model java files from the generation directory to the target directory.
CopyModelFilesMojo() - Constructor for class org.codehaus.mojo.appfuse.mojo.CopyModelFilesMojo
Creates a new CopyModelFilesMojo object.
CopyMojoBase - Class in org.codehaus.mojo.appfuse.mojo
This class is a base class for all appfuse plugin copy mojos.
CopyMojoBase() - Constructor for class org.codehaus.mojo.appfuse.mojo.CopyMojoBase
 
CopyXMLFilesMojo - Class in org.codehaus.mojo.appfuse.mojo
This mojo class will copy the hbm.xml model files from the generation directory to the source directory.
CopyXMLFilesMojo() - Constructor for class org.codehaus.mojo.appfuse.mojo.CopyXMLFilesMojo
Creates a new CopyXMLFilesMojo object.
createConfiguration() - Method in class org.codehaus.mojo.appfuse.utility.ConfigurationUtility
This method will jsut return a new Configuration object.
createConfiguration() - Method in class org.codehaus.mojo.appfuse.utility.JDBCConfigurationUtility
This method will create a new configuration object.
createCopyTask(String) - Method in class org.codehaus.mojo.appfuse.mojo.CopyMojoBase
This method will create an Ant based copy task based on a processing pattern.
createFileset(String, String, List) - Static method in class org.codehaus.mojo.appfuse.utility.AntUtilities
This method will create a fileset of files to be processed based on a diretory location and a set of include and exclude patterns.
createProject() - Static method in class org.codehaus.mojo.appfuse.utility.AntUtilities
This method will create an ant project object.

D

DAO_OUTPUT_PATTERN - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The output pattern to use for file output for the dao objects.
DAO_OUTPUT_PATTERN_PROPERTY_KEY - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The property key to set to find the dao output pattern.
DAO_PACKAGE_EXTENSION_PROPETY_KEY - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
This is the key in the properties file that indicates the dao package extention to be used if the default is not sufficient.
DAO_TEMPLATE_NAME - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The name of the freemarker template to use to create dao objects.
DAO_TEMPLATE_NAME_PROPERTY_KEY - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The property key to set to find the dao template name.
DbToXMLMojo - Class in org.codehaus.mojo.appfuse.mojo
This mojo class will reverse engineer a set of hbm.xml files from a database connection.
DbToXMLMojo() - Constructor for class org.codehaus.mojo.appfuse.mojo.DbToXMLMojo
Creates a new DbToXMLMojo object.
DEFAULT_DAO_PACKAGE_EXTENSION - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
This is the extension that will be added to the base package name to construct the dao package name and file location.
DEFAULT_HIBERNATE_DAO_PACKAGE_EXTENSION - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
This is the extension that will be added to the base package name to construct the hibernate dao package name and file location.
DEFAULT_MANAGER_IMPL_PACKAGE_EXTENSION - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
This is the extension that will be added to the base package name to construct the manager impl package name and file location.
DEFAULT_MANAGER_PACKAGE_EXTENSION - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
This is the extension that will be added to the base package name to construct the manager package name and file location.
DEFAULT_MODEL_PACKAGE_EXTENSION - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
This is the extension that will be added to the base package name to construct the model package name and file location.
DEFAULT_SESSION_FACTORY_NAME - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
This is the name of the session factory to inject into the dao objects.
DEFAULT_TEMPLATE_HELPER_CLASS - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
Name of a class to use inside the template to provide useful functions for additional processing.
DEFAULT_TRANSACTION_TEMPLATE_NAME - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The name of the transaction template proxy to inject into each manager object.
doConfiguration(Configuration) - Method in class org.codehaus.mojo.appfuse.utility.ConfigurationUtility
This method will run some basic preparation and procssing tasks on the configuration such as loading properties files from the file system into a properties object, loading naming strategy classes and entity resolver classes.
doConfiguration(Configuration) - Method in class org.codehaus.mojo.appfuse.utility.JDBCConfigurationUtility
This method will set up the aspects of the configuration for use by the hibernate exporters.

E

execute() - Method in class org.codehaus.mojo.appfuse.mojo.CopyMojoBase
This method will copy the files from the generated directory to the final resting place inside the project.
execute() - Method in class org.codehaus.mojo.appfuse.mojo.CopyXMLFilesMojo
This method will copy the files from the generated directory to the final resting place inside the project.
execute() - Method in class org.codehaus.mojo.appfuse.mojo.DbToXMLMojo
This method will run the database conversion to hbm file mojo task.
execute() - Method in class org.codehaus.mojo.appfuse.mojo.MojoBase
This method will run an appfuse mojo.
execute() - Method in class org.codehaus.mojo.appfuse.mojo.PojoMojoBase
This method will run the database conversion to hbm file mojo task.
exportComponent(Map, POJOClass) - Method in class org.codehaus.mojo.appfuse.exporter.AppfuseExporter
This method determines if the components should be exported or not.

F

FileUtilities - Class in org.codehaus.mojo.appfuse.utility
This class provides a set of static helper classes for file manipulation and file name generation.
FileUtilities() - Constructor for class org.codehaus.mojo.appfuse.utility.FileUtilities
Creates a new FileUtilities object.

G

GenerateDaoMojo - Class in org.codehaus.mojo.appfuse.mojo
This mojo class will create dao interfaces from a set of hbm.xml files.
GenerateDaoMojo() - Constructor for class org.codehaus.mojo.appfuse.mojo.GenerateDaoMojo
Creates a new GenerateDaoMojo object.
generateFileNameListFromPattern(String, String) - Static method in class org.codehaus.mojo.appfuse.utility.AntUtilities
This method will take an ant based search pattern and a starting directory and return all the file names that match that pattern.
GenerateHibernateContextMojo - Class in org.codehaus.mojo.appfuse.mojo
This mojo class will create context xml entries for the hibernate dao implementations and dao interfaces from a set of hbm.xml files.
GenerateHibernateContextMojo() - Constructor for class org.codehaus.mojo.appfuse.mojo.GenerateHibernateContextMojo
Creates a new GenerateHibernateContextMojo object.
GenerateHibernateDaoMojo - Class in org.codehaus.mojo.appfuse.mojo
This mojo class will create hibernate dao implementations of the dao interfaces from a set of hbm.xml files.
GenerateHibernateDaoMojo() - Constructor for class org.codehaus.mojo.appfuse.mojo.GenerateHibernateDaoMojo
Creates a new GenerateHibernateDaoMojo object.
GenerateManagerContextMojo - Class in org.codehaus.mojo.appfuse.mojo
This mojo class will create context xml entries for the manager dao implementations and dao interfaces from a set of hbm.xml files.
GenerateManagerContextMojo() - Constructor for class org.codehaus.mojo.appfuse.mojo.GenerateManagerContextMojo
Creates a new GenerateManagerContextMojo object.
GenerateManagerImplMojo - Class in org.codehaus.mojo.appfuse.mojo
This mojo class will create manager implementations implementations of the manager interfaces from a set of hbm.xml files.
GenerateManagerImplMojo() - Constructor for class org.codehaus.mojo.appfuse.mojo.GenerateManagerImplMojo
Creates a new GenerateManagerImplMojo object.
GenerateManagerMojo - Class in org.codehaus.mojo.appfuse.mojo
This mojo class will create manager interfaces from a set of hbm.xml files.
GenerateManagerMojo() - Constructor for class org.codehaus.mojo.appfuse.mojo.GenerateManagerMojo
Creates a new GenerateManagerMojo object.
GenerateModelMojo - Class in org.codehaus.mojo.appfuse.mojo
This mojo class will create model or value objects from a set of hbm.xml files.
GenerateModelMojo() - Constructor for class org.codehaus.mojo.appfuse.mojo.GenerateModelMojo
Creates a new GenerateModelMojo object.
getBasePackageName() - Method in class org.codehaus.mojo.appfuse.mojo.MojoBase
Getter for property base package name.
getConfiguration() - Method in class org.codehaus.mojo.appfuse.utility.ConfigurationUtility
This method will create a configuration and do some initial processing on that configuration.
getConfigurationFile() - Method in class org.codehaus.mojo.appfuse.utility.ConfigurationUtility
Getter for property configuration file.
getCopyOverWrite() - Method in class org.codehaus.mojo.appfuse.mojo.MojoBase
Getter for property copy overwrite flag.
getDatabasePropertiesFile() - Method in class org.codehaus.mojo.appfuse.mojo.DbToXMLMojo
Getter for property database properties file.
getFilePattern() - Method in class org.codehaus.mojo.appfuse.mojo.MojoBase
Getter for property file pattern.
getHbmTemplateName() - Method in class org.codehaus.mojo.appfuse.mojo.DbToXMLMojo
Getter for property hbm template name.
getHibernaeDaoPackageName() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateHibernateContextMojo
This method will return the full package name to be used for generating output for the dao objects.
getListOfFilesToProcess() - Method in class org.codehaus.mojo.appfuse.mojo.PojoMojoBase
This method will use the file pattern or a default file pattern appended with a suffix specific to the mojo to locate all the files that need to be processed by the mojo.
getManagerImplPackageName() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateManagerContextMojo
This method will return the full package name to be used for generating output for the objects.
getModelDirectory() - Method in class org.codehaus.mojo.appfuse.mojo.MojoBase
Getter for property model directory.
getModelPackageName() - Method in class org.codehaus.mojo.appfuse.mojo.MojoBase
This method will return the full package name to be used for generating output for the model objects.
getMojoName() - Method in class org.codehaus.mojo.appfuse.mojo.MojoBase
Getter for property mojoName.
getOptimisticLockColumnName(TableIdentifier) - Method in class org.codehaus.mojo.appfuse.reveng.AppfuseReverseEngineeringDelegator
This method is called to determine a generic column name to use for the optimistic lock or version entry.
getOutputDirectory() - Method in class org.codehaus.mojo.appfuse.mojo.MojoBase
Getter for property output directory.
getOutputPattern() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateDaoMojo
Getter for property file pattern.
getOutputPattern() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateHibernateContextMojo
Getter for property file pattern.
getOutputPattern() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateHibernateDaoMojo
This method implements the abstract method in the base class allowing a different pattern to be used for this generation.
getOutputPattern() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateManagerContextMojo
Getter for property file pattern.
getOutputPattern() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateManagerImplMojo
Getter for property file pattern.
getOutputPattern() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateManagerMojo
Getter for property file pattern.
getOutputPattern() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateModelMojo
This method implements the abstract method in the base class allowing a different pattern to be used for this generation.
getOutputPattern() - Method in class org.codehaus.mojo.appfuse.mojo.PojoMojoBase
Getter for the file output pattern to be used when generating output files.
getPackageName() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateDaoMojo
This method will return the full package name to be used for generating output for the dao objects.
getPackageName() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateHibernateDaoMojo
This method will return the full package name to be used for generating output for the hibernate dao objects.
getPackageName() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateManagerImplMojo
This method will return the full package name to be used for generating output for the objects.
getPackageName() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateManagerMojo
This method will return the full package name to be used for generating output for the manager objects.
getProcessingProperties() - Method in class org.codehaus.mojo.appfuse.mojo.MojoBase
Getter for property processing properties.
getPropertyFile() - Method in class org.codehaus.mojo.appfuse.utility.ConfigurationUtility
Getter for property property file.
getReverseEngineeringConfigurationFile() - Method in class org.codehaus.mojo.appfuse.mojo.DbToXMLMojo
Getter for property reverse engineering configuration file.
getReverseStrategyClass() - Method in class org.codehaus.mojo.appfuse.mojo.DbToXMLMojo
Getter for property reverse strategy class.
getSessionFactoryName() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateHibernateContextMojo
This method will return the name to use for the session factory.
getSourceDirectory() - Method in class org.codehaus.mojo.appfuse.mojo.MojoBase
Getter for property source directory.
getTemplateHelperClassName() - Method in class org.codehaus.mojo.appfuse.mojo.PojoMojoBase
This class will locate the helper class to be used to provide additional support inside the template environment.
getTemplateName() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateDaoMojo
This method implments the abstract method in the base class to allow a different template name to be processed.
getTemplateName() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateHibernateContextMojo
This method implments the abstract method in the base class to allow a different template name to be processed.
getTemplateName() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateHibernateDaoMojo
This method implments the abstract method in the base class to allow a different template name to be processed.
getTemplateName() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateManagerContextMojo
This method implments the abstract method in the base class to allow a different template name to be processed.
getTemplateName() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateManagerImplMojo
This method implments the abstract method in the base class to allow a different template name to be processed.
getTemplateName() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateManagerMojo
This method implments the abstract method in the base class to allow a different template name to be processed.
getTemplateName() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateModelMojo
This method implments the abstract method in the base class to allow a different template name to be processed.
getTemplateName() - Method in class org.codehaus.mojo.appfuse.mojo.PojoMojoBase
Getter for property template name to be used in processing the mojo.
getTransactionTemplateName() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateManagerContextMojo
This method will return the name to use for the transaction proxy template.
getUpdatedFilePattern() - Method in class org.codehaus.mojo.appfuse.mojo.CopyMojoBase
This method will take a bare file pattern and add the proper prefix and suffix to constrain it properly for the copy operation intended by the mojo.

H

Helper - Class in org.codehaus.mojo.appfuse.template
This is a sample class to demonstrate how a helper class can be constructed to be used in conjunction with the freemarker templates.
Helper() - Constructor for class org.codehaus.mojo.appfuse.template.Helper
Creates a new Helper object.
HIBERNATE_CONTEXT_OUTPUT_PATTERN - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The output pattern to use for file output for the hibernate context objects.
HIBERNATE_CONTEXT_OUTPUT_PATTERN_PROPERTY_KEY - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The property key to set to find the hibernate context output pattern.
HIBERNATE_CONTEXT_TEMPLATE_NAME - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The name of the freemarker template to use to create hibernate context objects.
HIBERNATE_CONTEXT_TEMPLATE_NAME_PROPERTY_KEY - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The property key to set to find the hibernate context template name.
HIBERNATE_DAO_OUTPUT_PATTERN - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The output pattern to use for file output for the hibernate dao objects.
HIBERNATE_DAO_OUTPUT_PATTERN_PROPERTY_KEY - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The property key to set to find the hibernate dao output pattern.
HIBERNATE_DAO_PACKAGE_EXTENSION_PROPETY_KEY - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
This is the key in the properties file that indicates the hibernate dao package extention to be used if the default is not sufficient.
HIBERNATE_DAO_TEMPLATE_NAME - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The name of the freemarker template to use to create hibernate dao objects.
HIBERNATE_DAO_TEMPLATE_NAME_PROPERTY_KEY - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The property key to set to find the hibernate dao template name.

J

JDBCConfigurationUtility - Class in org.codehaus.mojo.appfuse.utility
This class is a generic class for setting up the configuration of various exporters in the hibernate tools library.
JDBCConfigurationUtility() - Constructor for class org.codehaus.mojo.appfuse.utility.JDBCConfigurationUtility
Creates a new JDBCConfigurationUtility object.

L

locateTemplate(String, String) - Method in class org.codehaus.mojo.appfuse.mojo.PojoMojoBase
This method will look in the mojo properties to see if the user passed in a new template name and if so pass that back otherwise it passes the default back to the caller.
LOG - Static variable in class org.codehaus.mojo.appfuse.exporter.AppfuseExporter
A static logger for the class.
LOG - Static variable in class org.codehaus.mojo.appfuse.reveng.AppfuseReverseEngineeringDelegator
A static logger for the class.
LOG - Static variable in class org.codehaus.mojo.appfuse.utility.ConfigurationUtility
A static logger for the class.
LOG - Static variable in class org.codehaus.mojo.appfuse.utility.JDBCConfigurationUtility
A static logger for the class.

M

MANAGER_CONTEXT_OUTPUT_PATTERN - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The output pattern to use for file output for the manager context objects.
MANAGER_CONTEXT_OUTPUT_PATTERN_PROPERTY_KEY - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The property key to set to find the manager context output pattern.
MANAGER_CONTEXT_TEMPLATE_NAME - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The name of the freemarker template to use to create manager context objects.
MANAGER_CONTEXT_TEMPLATE_NAME_PROPERTY_KEY - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The property key to set to find the manager context template name.
MANAGER_IMPL_OUTPUT_PATTERN - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The output pattern to use for file output for the manager impl objects.
MANAGER_IMPL_OUTPUT_PATTERN_PROPERTY_KEY - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The property key to set to find the manager impl output pattern.
MANAGER_IMPL_PACKAGE_EXTENSION_PROPETY_KEY - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
This is the key in the properties file that indicates the manager impl package extention to be used if the default is not sufficient.
MANAGER_IMPL_TEMPLATE_NAME - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The name of the freemarker template to use to create manager objects.
MANAGER_IMPL_TEMPLATE_NAME_PROPERTY_KEY - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The property key to set to find the manager template name.
MANAGER_OUTPUT_PATTERN - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The output pattern to use for file output for the manager objects.
MANAGER_OUTPUT_PATTERN_PROPERTY_KEY - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The property key to set to find the manager output pattern.
MANAGER_PACKAGE_EXTENSION_PROPERTY_KEY - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
This is the key in the properties file that indicates the manager package extention to be used if the default is not sufficient.
MANAGER_TEMPLATE_NAME - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The name of the freemarker template to use to create manager objects.
MANAGER_TEMPLATE_NAME_PROPERTY_KEY - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The property key to set to find the manager template name.
MODEL_OUTPUT_PATTERN - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The output pattern to use for file output for the model objects.
MODEL_OUTPUT_PATTERN_PROPERTY_KEY - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The property key to set to find the model output pattern.
MODEL_PACKAGE_EXTENSION_PROPETY_KEY - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
This is the key in the properties file that indicates the model package extention to be used if the default is not sufficient.
MODEL_TEMPLATE_NAME - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The name of the freemarker template to use to create model objects.
MODEL_TEMPLATE_NAME_PROPERTY_KEY - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
The property key to set to find the model template name.
MojoBase - Class in org.codehaus.mojo.appfuse.mojo
This class is a base class for all appfuse plugin components to use for access to shared resources.
MojoBase() - Constructor for class org.codehaus.mojo.appfuse.mojo.MojoBase
 

O

org.codehaus.mojo.appfuse.exporter - package org.codehaus.mojo.appfuse.exporter
 
org.codehaus.mojo.appfuse.mojo - package org.codehaus.mojo.appfuse.mojo
 
org.codehaus.mojo.appfuse.reveng - package org.codehaus.mojo.appfuse.reveng
 
org.codehaus.mojo.appfuse.template - package org.codehaus.mojo.appfuse.template
 
org.codehaus.mojo.appfuse.utility - package org.codehaus.mojo.appfuse.utility
 

P

PojoMojoBase - Class in org.codehaus.mojo.appfuse.mojo
This class will serve as a base class for all mojos that process java objects using freemarker and the hbm.xml file.
PojoMojoBase() - Constructor for class org.codehaus.mojo.appfuse.mojo.PojoMojoBase
Creates a new PojoMojoBase object.

S

SESSION_FACTORY_NAME_PROPERTY_KEY - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
This is the property key to locate the session factory name should the user decide to override the default.
setBasePackageName(String) - Method in class org.codehaus.mojo.appfuse.mojo.MojoBase
Setter for the base package name.
setConfigurationFile(File) - Method in class org.codehaus.mojo.appfuse.utility.ConfigurationUtility
Setter for the configuration file.
setCopyOverWrite(boolean) - Method in class org.codehaus.mojo.appfuse.mojo.MojoBase
Setter for the copy overwrite flag.
setDatabasePropertiesFile(String) - Method in class org.codehaus.mojo.appfuse.mojo.DbToXMLMojo
Setter for the database properties file.
setEntityResolver(String) - Method in class org.codehaus.mojo.appfuse.utility.ConfigurationUtility
Setter for the entity resolver.
setFilePattern(String) - Method in class org.codehaus.mojo.appfuse.mojo.MojoBase
Setter for the file pattern.
setHbmTemplateName(String) - Method in class org.codehaus.mojo.appfuse.mojo.DbToXMLMojo
Setter for the hbm template name.
setModelDirectory(String) - Method in class org.codehaus.mojo.appfuse.mojo.MojoBase
Setter for the model directory.
setMojoName(String) - Method in class org.codehaus.mojo.appfuse.mojo.MojoBase
Setter for the mojo name.
setNamingStrategy(String) - Method in class org.codehaus.mojo.appfuse.utility.ConfigurationUtility
Setter for the naming strategy.
setOutputDirectory(String) - Method in class org.codehaus.mojo.appfuse.mojo.MojoBase
Setter for the output directory.
setPackageName(String) - Method in class org.codehaus.mojo.appfuse.utility.JDBCConfigurationUtility
Setter for the package name.
setPreferBasicCompositeIds(boolean) - Method in class org.codehaus.mojo.appfuse.utility.JDBCConfigurationUtility
Setter for the prefer basic composite ids.
setProcessingProperties(Properties) - Method in class org.codehaus.mojo.appfuse.mojo.MojoBase
Setter for the processing properties.
setPropertyFile(File) - Method in class org.codehaus.mojo.appfuse.utility.ConfigurationUtility
Setter for the property file.
setReverseEngineeringConfigurationFile(String) - Method in class org.codehaus.mojo.appfuse.mojo.DbToXMLMojo
Setter for the reverse engineering configuration file.
setReverseStrategy(String) - Method in class org.codehaus.mojo.appfuse.utility.JDBCConfigurationUtility
Setter for the reverse strategy.
setReverseStrategyClass(String) - Method in class org.codehaus.mojo.appfuse.mojo.DbToXMLMojo
Setter for the reverse strategy class.
setSourceDirectory(String) - Method in class org.codehaus.mojo.appfuse.mojo.MojoBase
Setter for the source directory.
setupContext() - Method in class org.codehaus.mojo.appfuse.exporter.AppfuseExporter
This method will set up the processing context for this object such as template and file pattern processing information.

T

tableToClassName(TableIdentifier) - Method in class org.codehaus.mojo.appfuse.reveng.AppfuseReverseEngineeringDelegator
This method will add Value to the table name to create the model objects.
TEMPLATE_HELPER_CLASS_PROPERTY_KEY - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
Key to look up a user supplied helper class in the maven properties.
toString() - Method in class org.codehaus.mojo.appfuse.mojo.CopyDaoFilesMojo
This method creates a String representation of this object.
toString() - Method in class org.codehaus.mojo.appfuse.mojo.CopyDaoHibernateFilesMojo
This method creates a String representation of this object.
toString() - Method in class org.codehaus.mojo.appfuse.mojo.CopyModelFilesMojo
This method creates a String representation of this object
toString() - Method in class org.codehaus.mojo.appfuse.mojo.CopyXMLFilesMojo
This method creates a String representation of this object.
toString() - Method in class org.codehaus.mojo.appfuse.mojo.DbToXMLMojo
toString methode: creates a String representation of the object
toString() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateDaoMojo
toString methode: creates a String representation of the object
toString() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateHibernateContextMojo
This method creates a String representation of this object.
toString() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateHibernateDaoMojo
This method creates a String representation of this object.
toString() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateManagerContextMojo
This method creates a String representation of this object.
toString() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateManagerImplMojo
This method creates a String representation of this object.
toString() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateManagerMojo
This method creates a String representation of this object.
toString() - Method in class org.codehaus.mojo.appfuse.mojo.GenerateModelMojo
toString methode: creates a String representation of the object
toString() - Method in class org.codehaus.mojo.appfuse.mojo.MojoBase
toString methode: creates a String representation of the object
toString() - Method in class org.codehaus.mojo.appfuse.mojo.PojoMojoBase
toString methode: creates a String representation of the object
TRANSACTION_TEMPLATE_NAME_PROPERTY_KEY - Static variable in class org.codehaus.mojo.appfuse.utility.AppfuseProperties
This is the property key to locate the transaction template proxy name in the properties file should the user decide to override the default.

V

validateParameters() - Method in class org.codehaus.mojo.appfuse.utility.ConfigurationUtility
This method will validate any parameters that need to be validated.
validateProperties(Properties) - Method in class org.codehaus.mojo.appfuse.mojo.GenerateDaoMojo
This method is used to make sure the proper properties are set to be used in processing this mojo.
validateProperties(Properties) - Method in class org.codehaus.mojo.appfuse.mojo.GenerateHibernateContextMojo
This method is used to make sure the proper properties are set to be used in processing this mojo.
validateProperties(Properties) - Method in class org.codehaus.mojo.appfuse.mojo.GenerateHibernateDaoMojo
This method is used to make sure the proper properties are set to be used in processing this mojo.
validateProperties(Properties) - Method in class org.codehaus.mojo.appfuse.mojo.GenerateManagerContextMojo
This method is used to make sure the proper properties are set to be used in processing this mojo.
validateProperties(Properties) - Method in class org.codehaus.mojo.appfuse.mojo.GenerateManagerImplMojo
This method is used to make sure the proper properties are set to be used in processing this mojo.
validateProperties(Properties) - Method in class org.codehaus.mojo.appfuse.mojo.GenerateManagerMojo
This method is used to make sure the proper properties are set to be used in processing this mojo.
validateProperties(Properties) - Method in class org.codehaus.mojo.appfuse.mojo.GenerateModelMojo
This method is used to make sure the proper properties are set to be used in processing this mojo.
validateProperties(Properties) - Method in class org.codehaus.mojo.appfuse.mojo.PojoMojoBase
This method is called before properties are sent to the exporter for processing.

A B C D E F G H J L M O P S T V

Copyright © 2006-2009. All Rights Reserved.