Verwendungen von Klasse
org.apache.torque.generator.configuration.ConfigurationException
Packages, die ConfigurationException verwenden
Package
Beschreibung
This package contains the classes for configuring the Torque generator.
This package contains the classes for reading the control configuration of
the Torque generator units of generation.
This package contains the classes for reading the mergepoint mappings for
the Torque generator units of generation.
This package contains the classes for reading the options for
Torque generator units of generation.
This package contains the classes for reading the outlet mappings for
torque-generator's units of generation.
This package provides SAXhandlers for reading the source configuration
snippets in the control file.
This package defines torque generator outlets which produce output
snippets from the source.
This package defines and implements copy outlets.
This package defines java outlets and provides some implementations.
This package contains the handling of source files.
This package implements sources which read from jdbc.
This package contains the handling of stream-based sources,
such as file sources.
This package contains the handling of template-based outlets
in the Torque generator.
This package contains the handling of groovy outlets in the
Torque generator.
This package contains the handling of velocity outlets in the
Torque generator.
-
Verwendungen von ConfigurationException in org.apache.torque.generator.configuration
Methoden in org.apache.torque.generator.configuration, die ConfigurationException auslösenModifizierer und TypMethodeBeschreibungAbstractConfigurationProvider.getControlConfigurationInputStream()
ConfigurationProvider.getControlConfigurationInputStream()
Creates a reader to access the control configuration.ConfigurationProvider.getControlConfigurationLocation()
Returns the location of the control configuration as human readable String for debugging and error tracking purposes.DirectoryConfigurationProvider.getControlConfigurationLocation()
JarConfigurationProvider.getControlConfigurationLocation()
protected abstract InputStream
AbstractConfigurationProvider.getInputStream
(String name, String directory, String fileDescription) protected InputStream
ClasspathConfigurationProvider.getInputStream
(String name, String directory, String fileDescription) protected InputStream
DirectoryConfigurationProvider.getInputStream
(String name, String directory, String description) protected InputStream
JarConfigurationProvider.getInputStream
(String name, String directory, String description) static Object
ClassHelper.getInstance
(String className, Class<?> isInstanceOf, UnitDescriptor unitDescriptor) Creates an instance of a class and checks whether it can be casted to another classAbstractConfigurationProvider.getOptionsInputStream
(String name) ConfigurationProvider.getOptionsInputStream
(String name) Creates a reader to access an options file.AbstractConfigurationProvider.getOutletConfigurationInputStream
(String name) ConfigurationProvider.getOutletConfigurationInputStream
(String name) Creates a reader to access the configuration for one outlet.ClasspathConfigurationProvider.getOutletConfigurationNames()
ConfigurationProvider.getOutletConfigurationNames()
Returns a list of all found outlet configuration files in the generation unit.DirectoryConfigurationProvider.getOutletConfigurationNames()
JarConfigurationProvider.getOutletConfigurationNames()
AbstractConfigurationProvider.getResourceInputStream
(String name) ConfigurationProvider.getResourceInputStream
(String path) Creates a reader to access a resource file.AbstractConfigurationProvider.getTemplateInputStream
(String name) ConfigurationProvider.getTemplateInputStream
(String name) Creates a reader to access a template.ClasspathConfigurationProvider.getTemplateNames()
ConfigurationProvider.getTemplateNames()
Lists all available template names.DirectoryConfigurationProvider.getTemplateNames()
JarConfigurationProvider.getTemplateNames()
void
Configuration.read()
Reads the configuration.void
OutletTypes.registerTypedOutletHandlerFactory
(TypedOutletSaxHandlerFactory factory) Registers a handler for a new type of outlets.void
OutletTypes.registerUntypedOutletHandlerFactory
(UntypedOutletSaxHandlerFactory factory) Registers a untyped handler.Konstruktoren in org.apache.torque.generator.configuration, die ConfigurationException auslösenModifiziererKonstruktorBeschreibungJarConfigurationProvider
(ProjectPaths projectPaths, TorqueGeneratorPaths configurationPaths) Constructor.PackageResources
(String packageToFind, ClassLoader classLoader) Constructor, finds the resources for a certain package. -
Verwendungen von ConfigurationException in org.apache.torque.generator.configuration.controller
Methoden in org.apache.torque.generator.configuration.controller, die ConfigurationException auslösenModifizierer und TypMethodeBeschreibungControlConfigurationXmlParser.readControllerConfiguration
(ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Reads the controller configuration out of a configurationProvider. -
Verwendungen von ConfigurationException in org.apache.torque.generator.configuration.mergepoint
Methoden in org.apache.torque.generator.configuration.mergepoint, die ConfigurationException auslösenModifizierer und TypMethodeBeschreibungvoid
ActionSaxHandlerFactories.register
(ActionSaxHandlerFactory factory) Registers a handler for a new action type.void
OptionsSaxHandlerFactories.register
(OptionsSaxHandlerFactory optionsSaxHandlerFactory) Registers a new OptionsSaxHandlerFactory. -
Verwendungen von ConfigurationException in org.apache.torque.generator.configuration.option
Methoden in org.apache.torque.generator.configuration.option, die ConfigurationException auslösenModifizierer und TypMethodeBeschreibungMapOptionsConfiguration.getOptions
(ConfigurationProvider configurationProvider) Returns the contained options.OptionsConfiguration.getOptions
(ConfigurationProvider configurationProvider) Retrieves the configured options and returns them.PropertiesOptionConfiguration.getOptions
(ConfigurationProvider configurationProvider) Reads the options from the property file given in the path and returns them.XmlOptionConfiguration.getOptions
(ConfigurationProvider configurationProvider) Reads the options from the XML file given in the path and returns them. -
Verwendungen von ConfigurationException in org.apache.torque.generator.configuration.outlet
Methoden in org.apache.torque.generator.configuration.outlet, die ConfigurationException auslösenModifizierer und TypMethodeBeschreibungvoid
OutletConfiguration.addOutlet
(Outlet outlet, UnitDescriptor unitDescriptor) Adds a outlet.GroovyOutletSaxHandlerFactory.createOutletForTemplate
(String templatePath, ConfigurationProvider configurationProvider) Creates an outlet for a template with the given file name.TypedOutletSaxHandlerFactory.createOutletForTemplate
(String templatePath, ConfigurationProvider configurationProvider) Creates an outlet for a template with the given file name.VelocityOutletSaxHandlerFactory.createOutletForTemplate
(String templatePath, ConfigurationProvider configurationProvider) Creates an outlet for a template with the given file name.OutletConfigurationXmlParser.readOutletConfiguration
(ConfigurationProvider configurationProvider, ConfigurationHandlers configurationHandlers, UnitDescriptor unitDescriptor) Reads all outlet configuration files and creates the outlet configuration from them.void
OutletConfiguration.resolveMergepointMappings()
Resolves the isolated merge point mappings and adds them to the relevant outlets.Konstruktoren in org.apache.torque.generator.configuration.outlet, die ConfigurationException auslösenModifiziererKonstruktorBeschreibungOutletConfiguration
(Collection<Outlet> outlets, Collection<MergepointMapping> mergepointMappings, UnitDescriptor unitDescriptor) Creates a OutletConfiguration containing a list of Outlets. -
Verwendungen von ConfigurationException in org.apache.torque.generator.configuration.source
Methoden in org.apache.torque.generator.configuration.source, die ConfigurationException auslösenModifizierer und TypMethodeBeschreibungbyte[]
EntityReferenceSaxHandler.readResource()
Reads the resource defined in the parsed XML .void
SourceSaxHandlerFactories.register
(SourceSaxHandlerFactory sourceSaxHandlerFactory) Registers a new SourcseSaxHandlerFactory. -
Verwendungen von ConfigurationException in org.apache.torque.generator.outlet
Methoden in org.apache.torque.generator.outlet, die ConfigurationException auslösenModifizierer und TypMethodeBeschreibungvoid
DebuggingOutletWrapper.addMergepointMapping
(MergepointMapping mergepointMapping) Adds the mergepoint mapping to the delegate.void
Outlet.addMergepointMapping
(MergepointMapping mergepointMapping) Adds an mergepoint mapping to the outlet.void
OutletImpl.addMergepointMapping
(MergepointMapping mergepointMapping) Adds an mergepoint mapping to the outlet. -
Verwendungen von ConfigurationException in org.apache.torque.generator.outlet.copy
Konstruktoren in org.apache.torque.generator.outlet.copy, die ConfigurationException auslösenModifiziererKonstruktorBeschreibungCopyOutlet
(QualifiedName name, ConfigurationProvider configurationProvider, String path) Constructs a new CopyOutlet. -
Verwendungen von ConfigurationException in org.apache.torque.generator.outlet.java
Methoden in org.apache.torque.generator.outlet.java, die ConfigurationException auslösenModifizierer und TypMethodeBeschreibungfinal void
OutletWithoutMergepoints.addMergepointMapping
(MergepointMapping mergepointMapping) -
Verwendungen von ConfigurationException in org.apache.torque.generator.source
Methoden in org.apache.torque.generator.source, die ConfigurationException auslösenModifizierer und TypMethodeBeschreibungabstract SourceProvider
SourceProvider.copy()
Returns a copy of this source provider in its initial state.final void
SourceProvider.init
(ConfigurationHandlers configurationHandlers, ControllerState controllerState) Initializes the source provider.protected abstract void
SourceProvider.initInternal
(ConfigurationHandlers configurationHandlers, ControllerState controllerState) Initializes the sources provided by this SourceProvider.final void
SourceProvider.reset
(ConfigurationHandlers configurationHandlers, ControllerState controllerState) Resets the source provider.protected abstract void
SourceProvider.resetInternal
(ConfigurationHandlers configurationHandlers, ControllerState controllerState) Resets the sources provided by this SourceProvider.void
SourceProcessConfiguration.setSkipDecider
(String skipDecider, UnitDescriptor unitDescriptor) Sets and instantiates the source filter class. -
Verwendungen von ConfigurationException in org.apache.torque.generator.source.jdbc
Methoden in org.apache.torque.generator.source.jdbc, die ConfigurationException auslösenModifizierer und TypMethodeBeschreibungJdbcMetadataSourceProvider.copy()
Returns a copy of this source provider in its initial state.void
JdbcMetadataSourceProvider.initInternal
(ConfigurationHandlers configurationHandlers, ControllerState controllerState) protected void
JdbcMetadataSourceProvider.resetInternal
(ConfigurationHandlers configurationHandlers, ControllerState controllerState) Konstruktoren in org.apache.torque.generator.source.jdbc, die ConfigurationException auslösen -
Verwendungen von ConfigurationException in org.apache.torque.generator.source.stream
Methoden in org.apache.torque.generator.source.stream, die ConfigurationException auslösenModifizierer und TypMethodeBeschreibungFileSourceProvider.copy()
Returns a copy of this source provider in its initial state.protected void
FileSourceProvider.initInternal
(ConfigurationHandlers configurationHandlers, ControllerState controllerState) Determines the files which match the source fileset.Konstruktoren in org.apache.torque.generator.source.stream, die ConfigurationException auslösenModifiziererKonstruktorBeschreibungFileSourceProvider
(StreamSourceFormat sourceFormat, Fileset sourceFileset, Boolean combineFiles) Constructor. -
Verwendungen von ConfigurationException in org.apache.torque.generator.template
Methoden in org.apache.torque.generator.template, die ConfigurationException auslösenModifizierer und TypMethodeBeschreibungTemplateOutlet.getContent
(ControllerState controllerState) Returns the contents as a Template as a String.TemplateOutletImpl.getContent
(ControllerState controllerState) Konstruktoren in org.apache.torque.generator.template, die ConfigurationException auslösenModifiziererKonstruktorBeschreibungprotected
TemplateOutletImpl
(QualifiedName name, ConfigurationProvider configurationProvider, String path, String encoding, TemplateFilter templateFilter) Constructs a TemplateOutletImpl with the given name. -
Verwendungen von ConfigurationException in org.apache.torque.generator.template.groovy
Konstruktoren in org.apache.torque.generator.template.groovy, die ConfigurationException auslösenModifiziererKonstruktorBeschreibungGroovyOutlet
(QualifiedName name, ConfigurationProvider configurationProvider, String path, String encoding) Constructs a new GroovyOutlet.GroovyScriptOutlet
(QualifiedName name, ConfigurationProvider configurationProvider, String path, String encoding) Constructs a new GroovyScriptOutlet.GroovyTemplateOutlet
(QualifiedName name, ConfigurationProvider configurationProvider, String path, String encoding) Constructs a new GroovyTemplateOutlet. -
Verwendungen von ConfigurationException in org.apache.torque.generator.template.velocity
Konstruktoren in org.apache.torque.generator.template.velocity, die ConfigurationException auslösenModifiziererKonstruktorBeschreibungVelocityOutlet
(QualifiedName name, ConfigurationProvider configurationProvider, String path, String encoding) Constructs a new VelocityTemplateOutlet.