|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectPaths | |
---|---|
org.apache.torque.generator.configuration | This package contains the classes for configuring the Torque generator. |
org.apache.torque.generator.configuration.controller | This package contains the classes for reading the control configuration of the Torque generator units of generation. |
org.apache.torque.generator.configuration.mergepoint | This package contains the classes for reading the mergepoint mappings for the Torque generator units of generation. |
org.apache.torque.generator.configuration.outlet | This package contains the classes for reading the outlet mappings for torque-generator's units of generation. |
org.apache.torque.generator.configuration.paths | This package defines the directory structure of the Torque generator configuration and its surrounding project. |
org.apache.torque.generator.configuration.source | This package provides SAXhandlers for reading the source configuration snippets in the control file. |
Uses of ProjectPaths in org.apache.torque.generator.configuration |
---|
Methods in org.apache.torque.generator.configuration that return ProjectPaths | |
---|---|
ProjectPaths |
UnitDescriptor.getProjectPaths()
Returns the paths which the Torque generator must know about the surrounding project. |
Constructors in org.apache.torque.generator.configuration with parameters of type ProjectPaths | |
---|---|
ClasspathConfigurationProvider(ProjectPaths projectPaths,
TorqueGeneratorPaths configurationPaths)
Constructor. |
|
DirectoryConfigurationProvider(ProjectPaths projectPaths,
TorqueGeneratorPaths configurationPaths)
Constructor. |
|
JarConfigurationProvider(ProjectPaths projectPaths,
TorqueGeneratorPaths configurationPaths)
Constructor. |
|
UnitDescriptor(UnitDescriptor.Packaging packaging,
ProjectPaths projectPaths,
TorqueGeneratorPaths configurationPaths)
Constructor without inheritance, override options, overrideSourceFileset, loglevel and addDebuggingInfoToOutput. |
Uses of ProjectPaths in org.apache.torque.generator.configuration.controller |
---|
Methods in org.apache.torque.generator.configuration.controller with parameters of type ProjectPaths | |
---|---|
ControlConfiguration |
ControlConfigurationXmlParser.readControllerConfiguration(ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Reads the controller configuration out of a configurationProvider. |
Constructors in org.apache.torque.generator.configuration.controller with parameters of type ProjectPaths | |
---|---|
ControlConfigurationSaxHandler(ControlConfiguration controllerConfiguration,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Constructor. |
|
OutputSaxHandler(ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Constructor. |
Uses of ProjectPaths in org.apache.torque.generator.configuration.mergepoint |
---|
Methods in org.apache.torque.generator.configuration.mergepoint that return ProjectPaths | |
---|---|
protected ProjectPaths |
ActionSaxHandler.getProjectPaths()
Returns the project paths used by this handler. |
Methods in org.apache.torque.generator.configuration.mergepoint with parameters of type ProjectPaths | |
---|---|
SourceElementAttributeActionSaxHandler |
SourceElementAttributeActionSaxHandlerFactory.getActionSaxHandler(String uri,
String localName,
String qName,
Attributes attributes,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths)
Returns a OptionActionSaxHandler for reading the configuration of SourceElementAttributeActions. |
ActionSaxHandler |
ActionSaxHandlerFactory.getActionSaxHandler(String uri,
String localName,
String qName,
Attributes attributes,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths)
Returns a ActionSaxHandler for reading in the configuration of an action. |
OptionActionSaxHandler |
OptionActionSaxHandlerFactory.getActionSaxHandler(String uri,
String localName,
String qName,
Attributes attributes,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths)
Returns a OptionActionSaxHandler for reading the configuration of OptionActions. |
OutputActionSaxHandler |
OutputActionSaxHandlerFactory.getActionSaxHandler(String uri,
String localName,
String qName,
Attributes attributes,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths)
Returns a OutputActionSaxHandler for reading the configuration of OptionActions. |
ApplyActionSaxHandler |
ApplyActionSaxHandlerFactory.getActionSaxHandler(String uri,
String localName,
String qName,
Attributes attributes,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths)
Returns a ApplyActionSaxHandler for reading the configuration of ApplyActions. |
TraverseAllActionSaxHandler |
TraverseAllActionSaxHandlerFactory.getActionSaxHandler(String uri,
String localName,
String qName,
Attributes attributes,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths)
Returns a TraverseAllActionSaxHandler for reading the configuration of TraverseAllActions. |
Constructors in org.apache.torque.generator.configuration.mergepoint with parameters of type ProjectPaths | |
---|---|
ActionSaxHandler(MergepointAction action,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths)
Constructor. |
|
ApplyActionSaxHandler(String uri,
String localName,
String qName,
Attributes attributes,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths)
Creates a ApplyActionSaxHandler for reading the configuration of a ApplyAction. |
|
MergepointSaxHandler(ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Constructor. |
|
OptionActionSaxHandler(String uri,
String localName,
String qName,
Attributes attributes,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths)
Creates a OptionActionSaxHandler for reading the configuration of a OptionAction. |
|
OutputActionSaxHandler(String uri,
String localName,
String qName,
Attributes attributes,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths)
Creates a OutputActionSaxHandler for reading the configuration of a OptionAction. |
|
SourceElementAttributeActionSaxHandler(String uri,
String localName,
String qName,
Attributes attributes,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths)
Creates a OptionActionSaxHandler for reading the configuration of a SourceElementAttributeAction. |
|
TraverseAllActionSaxHandler(String uri,
String localName,
String qName,
Attributes attributes,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths)
Creates a TraverseAllActionSaxHandler for redaing the configuration of a TraverseAllAction. |
Uses of ProjectPaths in org.apache.torque.generator.configuration.outlet |
---|
Methods in org.apache.torque.generator.configuration.outlet that return ProjectPaths | |
---|---|
ProjectPaths |
OutletSaxHandler.getProjectPaths()
Returns the paths of the surrounding project. |
Methods in org.apache.torque.generator.configuration.outlet with parameters of type ProjectPaths | |
---|---|
OutletSaxHandler |
VelocityOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Returns a VelocityOutletSaxHandler for reading the configuration of Velocity outlets. |
OutletSaxHandler |
JavaOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Returns a JavaOutletSaxHandler for reading the configuration of Java outlets. |
OutletSaxHandler |
TypedOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Returns a OutletSaxHandler for reading in the configuration of a outlet. |
OutletSaxHandler |
CopyOutletSaxHandlerFactory.getOutletSaxHandler(QualifiedName outletName,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Returns a JavaOutletSaxHandler for reading the configuration of Java outlets. |
OutletSaxHandler |
ReflectionOutletSaxHandlerFactory.getOutletSaxHandler(String outletType,
QualifiedName outletName,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Returns a OutletSaxHandler for reading the configuration of the outlet. |
OutletSaxHandler |
UntypedOutletSaxHandlerFactory.getOutletSaxHandler(String outletType,
QualifiedName outletName,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Returns a OutletSaxHandler for reading in the configuration of a outlet. |
Constructors in org.apache.torque.generator.configuration.outlet with parameters of type ProjectPaths | |
---|---|
OutletConfigurationSaxHandler(ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Constructor. |
|
OutletSaxHandler(QualifiedName outletName,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Creates a OutletSaxHandler. |
Uses of ProjectPaths in org.apache.torque.generator.configuration.paths |
---|
Classes in org.apache.torque.generator.configuration.paths that implement ProjectPaths | |
---|---|
class |
CustomProjectPaths
Implementation of ProjectPaths with custom paths. |
class |
Maven2DirectoryProjectPaths
Implementation of ProjectPaths if the configuration is located in a directory of a maven 2 project. |
class |
Maven2JarProjectPaths
Implementation of ProjectPaths if the configuration is located in a jar file inside of a Maven 2 project. |
class |
Maven2ProjectPaths
Contains information of the default integration of the Torque generator into a maven 2 project. |
Constructors in org.apache.torque.generator.configuration.paths with parameters of type ProjectPaths | |
---|---|
CustomProjectPaths(ProjectPaths toCopy)
Copy-constructor. |
Uses of ProjectPaths in org.apache.torque.generator.configuration.source |
---|
Methods in org.apache.torque.generator.configuration.source that return ProjectPaths | |
---|---|
ProjectPaths |
SourceSaxHandler.getProjectPaths()
Returns the paths of the surrounding project. |
Methods in org.apache.torque.generator.configuration.source with parameters of type ProjectPaths | |
---|---|
SourceSaxHandler |
FileSourceSaxHandlerFactory.getSourceSaxHandler(ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Returns a FileSourceSaxHandlers for reading the configuration of file sources. |
SourceSaxHandler |
SourceSaxHandlerFactory.getSourceSaxHandler(ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Returns a SourceSaxHandler for reading the configuration of sources. |
SourceSaxHandler |
JdbcMetadataSourceSaxHandlerFactory.getSourceSaxHandler(ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Returns a JdbcMetadataSourceSaxHandler for reading the configuration of JDBC metadata sources. |
Constructors in org.apache.torque.generator.configuration.source with parameters of type ProjectPaths | |
---|---|
EntityReferenceSaxHandler(ConfigurationProvider configurationProvider,
ProjectPaths projectPaths)
Constructor. |
|
FileSourceSaxHandler(ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Constructor. |
|
JdbcMetadataSourceSaxHandler(ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Constructor. |
|
SourceSaxHandler(ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Constructor. |
|
SourceTransformerSaxHandler(ConfigurationProvider configurationProvider,
ProjectPaths projectPaths)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |