|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationProvider | |
---|---|
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.option | This package contains the classes for reading the options for 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.source | This package provides SAXhandlers for reading the source configuration snippets in the control file. |
org.apache.torque.generator.outlet.copy | This package defines and implements copy outlets. |
org.apache.torque.generator.template | This package contains the handling of template-based outlets in the Torque generator. |
org.apache.torque.generator.template.velocity | This package contains the handling of velocity outlets in the Torque generator. |
Uses of ConfigurationProvider in org.apache.torque.generator.configuration |
---|
Classes in org.apache.torque.generator.configuration that implement ConfigurationProvider | |
---|---|
class |
AbstractConfigurationProvider
A base class for all ConfigurationProvider implementations. |
class |
ClasspathConfigurationProvider
Provides InputStreams to read a configuration of a unit of generation from a jar file. |
class |
DirectoryConfigurationProvider
Provides InputStreams to read the configuration from a directory. |
class |
JarConfigurationProvider
Provides InputStreams to read a configuration of a unit of generation from a jar file. |
Uses of ConfigurationProvider in org.apache.torque.generator.configuration.controller |
---|
Methods in org.apache.torque.generator.configuration.controller with parameters of type ConfigurationProvider | |
---|---|
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 ConfigurationProvider | |
---|---|
ControlConfigurationSaxHandler(ControlConfiguration controllerConfiguration,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Constructor. |
|
OutputSaxHandler(ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Constructor. |
Uses of ConfigurationProvider in org.apache.torque.generator.configuration.mergepoint |
---|
Methods in org.apache.torque.generator.configuration.mergepoint that return ConfigurationProvider | |
---|---|
protected ConfigurationProvider |
ActionSaxHandler.getConfigurationProvider()
Returns the configuration provider used by this handler. |
Methods in org.apache.torque.generator.configuration.mergepoint with parameters of type ConfigurationProvider | |
---|---|
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 ConfigurationProvider | |
---|---|
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 ConfigurationProvider in org.apache.torque.generator.configuration.option |
---|
Methods in org.apache.torque.generator.configuration.option with parameters of type ConfigurationProvider | |
---|---|
Collection<Option> |
XmlOptionConfiguration.getOptions(ConfigurationProvider configurationProvider)
Reads the options from the XML file given in the path and returns them. |
Collection<Option> |
PropertiesOptionConfiguration.getOptions(ConfigurationProvider configurationProvider)
Reads the options from the property file given in the path and returns them. |
Collection<Option> |
OptionsConfiguration.getOptions(ConfigurationProvider configurationProvider)
Retrieves the configured options and returns them. |
Collection<Option> |
MapOptionsConfiguration.getOptions(ConfigurationProvider configurationProvider)
Returns the contained options. |
Uses of ConfigurationProvider in org.apache.torque.generator.configuration.outlet |
---|
Methods in org.apache.torque.generator.configuration.outlet that return ConfigurationProvider | |
---|---|
ConfigurationProvider |
OutletSaxHandler.getConfigurationProvider()
Returns the ConfigurationProvider. |
Methods in org.apache.torque.generator.configuration.outlet with parameters of type ConfigurationProvider | |
---|---|
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. |
OutletConfiguration |
OutletConfigurationXmlParser.readOutletConfiguration(ConfigurationProvider configurationProvider,
ConfigurationHandlers configurationHandlers,
UnitDescriptor unitDescriptor)
Reads all outlet configuration files and creates the outlet configuration from them. |
Constructors in org.apache.torque.generator.configuration.outlet with parameters of type ConfigurationProvider | |
---|---|
OutletConfigurationSaxHandler(ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Constructor. |
|
OutletSaxHandler(QualifiedName outletName,
ConfigurationProvider configurationProvider,
ProjectPaths projectPaths,
ConfigurationHandlers configurationHandlers)
Creates a OutletSaxHandler. |
Uses of ConfigurationProvider in org.apache.torque.generator.configuration.source |
---|
Methods in org.apache.torque.generator.configuration.source that return ConfigurationProvider | |
---|---|
ConfigurationProvider |
SourceSaxHandler.getConfigurationProvider()
Returns the configurationProvider to access the configuration. |
Methods in org.apache.torque.generator.configuration.source with parameters of type ConfigurationProvider | |
---|---|
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 ConfigurationProvider | |
---|---|
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. |
Uses of ConfigurationProvider in org.apache.torque.generator.outlet.copy |
---|
Constructors in org.apache.torque.generator.outlet.copy with parameters of type ConfigurationProvider | |
---|---|
CopyOutlet(QualifiedName name,
ConfigurationProvider configurationProvider,
String path)
Constructs a new CopyOutlet. |
Uses of ConfigurationProvider in org.apache.torque.generator.template |
---|
Constructors in org.apache.torque.generator.template with parameters of type ConfigurationProvider | |
---|---|
TemplateOutletImpl(QualifiedName name,
ConfigurationProvider configurationProvider,
String path,
String encoding,
TemplateFilter templateFilter)
Constructs a TemplateOutletImpl with the given name. |
Uses of ConfigurationProvider in org.apache.torque.generator.template.velocity |
---|
Constructors in org.apache.torque.generator.template.velocity with parameters of type ConfigurationProvider | |
---|---|
VelocityOutlet(QualifiedName name,
ConfigurationProvider configurationProvider,
String path,
String encoding)
Constructs a new VelocityTemplateOutlet. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |