Uses of Class
org.apache.torque.generator.configuration.ConfigurationException
Packages that use ConfigurationException
Package
Description
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.
-
Uses of ConfigurationException in org.apache.torque.generator.configuration
Methods in org.apache.torque.generator.configuration that throw ConfigurationExceptionModifier and TypeMethodDescriptionAbstractConfigurationProvider.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 InputStreamAbstractConfigurationProvider.getInputStream(String name, String directory, String fileDescription) protected InputStreamClasspathConfigurationProvider.getInputStream(String name, String directory, String fileDescription) protected InputStreamDirectoryConfigurationProvider.getInputStream(String name, String directory, String description) protected InputStreamJarConfigurationProvider.getInputStream(String name, String directory, String description) static ObjectClassHelper.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()voidConfiguration.read()Reads the configuration.voidOutletTypes.registerTypedOutletHandlerFactory(TypedOutletSaxHandlerFactory factory) Registers a handler for a new type of outlets.voidOutletTypes.registerUntypedOutletHandlerFactory(UntypedOutletSaxHandlerFactory factory) Registers a untyped handler.Constructors in org.apache.torque.generator.configuration that throw ConfigurationExceptionModifierConstructorDescriptionJarConfigurationProvider(ProjectPaths projectPaths, TorqueGeneratorPaths configurationPaths) Constructor.PackageResources(String packageToFind, ClassLoader classLoader) Constructor, finds the resources for a certain package. -
Uses of ConfigurationException in org.apache.torque.generator.configuration.controller
Methods in org.apache.torque.generator.configuration.controller that throw ConfigurationExceptionModifier and TypeMethodDescriptionControlConfigurationXmlParser.readControllerConfiguration(ConfigurationProvider configurationProvider, UnitDescriptor unitDescriptor, ConfigurationHandlers configurationHandlers) Reads the controller configuration out of a configurationProvider. -
Uses of ConfigurationException in org.apache.torque.generator.configuration.mergepoint
Methods in org.apache.torque.generator.configuration.mergepoint that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoidActionSaxHandlerFactories.register(ActionSaxHandlerFactory factory) Registers a handler for a new action type.voidOptionsSaxHandlerFactories.register(OptionsSaxHandlerFactory optionsSaxHandlerFactory) Registers a new OptionsSaxHandlerFactory. -
Uses of ConfigurationException in org.apache.torque.generator.configuration.option
Methods in org.apache.torque.generator.configuration.option that throw ConfigurationExceptionModifier and TypeMethodDescriptionMapOptionsConfiguration.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. -
Uses of ConfigurationException in org.apache.torque.generator.configuration.outlet
Methods in org.apache.torque.generator.configuration.outlet that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoidOutletConfiguration.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.voidOutletConfiguration.resolveMergepointMappings()Resolves the isolated merge point mappings and adds them to the relevant outlets.Constructors in org.apache.torque.generator.configuration.outlet that throw ConfigurationExceptionModifierConstructorDescriptionOutletConfiguration(Collection<Outlet> outlets, Collection<MergepointMapping> mergepointMappings, UnitDescriptor unitDescriptor) Creates a OutletConfiguration containing a list of Outlets. -
Uses of ConfigurationException in org.apache.torque.generator.configuration.source
Methods in org.apache.torque.generator.configuration.source that throw ConfigurationExceptionModifier and TypeMethodDescriptionbyte[]EntityReferenceSaxHandler.readResource()Reads the resource defined in the parsed XML .voidSourceSaxHandlerFactories.register(SourceSaxHandlerFactory sourceSaxHandlerFactory) Registers a new SourcseSaxHandlerFactory. -
Uses of ConfigurationException in org.apache.torque.generator.outlet
Methods in org.apache.torque.generator.outlet that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoidDebuggingOutletWrapper.addMergepointMapping(MergepointMapping mergepointMapping) Adds the mergepoint mapping to the delegate.voidOutlet.addMergepointMapping(MergepointMapping mergepointMapping) Adds an mergepoint mapping to the outlet.voidOutletImpl.addMergepointMapping(MergepointMapping mergepointMapping) Adds an mergepoint mapping to the outlet. -
Uses of ConfigurationException in org.apache.torque.generator.outlet.copy
Constructors in org.apache.torque.generator.outlet.copy that throw ConfigurationExceptionModifierConstructorDescriptionCopyOutlet(QualifiedName name, ConfigurationProvider configurationProvider, String path) Constructs a new CopyOutlet. -
Uses of ConfigurationException in org.apache.torque.generator.outlet.java
Methods in org.apache.torque.generator.outlet.java that throw ConfigurationExceptionModifier and TypeMethodDescriptionfinal voidOutletWithoutMergepoints.addMergepointMapping(MergepointMapping mergepointMapping) -
Uses of ConfigurationException in org.apache.torque.generator.source
Methods in org.apache.torque.generator.source that throw ConfigurationExceptionModifier and TypeMethodDescriptionabstract SourceProviderSourceProvider.copy()Returns a copy of this source provider in its initial state.final voidSourceProvider.init(ConfigurationHandlers configurationHandlers, ControllerState controllerState) Initializes the source provider.protected abstract voidSourceProvider.initInternal(ConfigurationHandlers configurationHandlers, ControllerState controllerState) Initializes the sources provided by this SourceProvider.final voidSourceProvider.reset(ConfigurationHandlers configurationHandlers, ControllerState controllerState) Resets the source provider.protected abstract voidSourceProvider.resetInternal(ConfigurationHandlers configurationHandlers, ControllerState controllerState) Resets the sources provided by this SourceProvider.voidSourceProcessConfiguration.setSkipDecider(String skipDecider, UnitDescriptor unitDescriptor) Sets and instantiates the source filter class. -
Uses of ConfigurationException in org.apache.torque.generator.source.jdbc
Methods in org.apache.torque.generator.source.jdbc that throw ConfigurationExceptionModifier and TypeMethodDescriptionJdbcMetadataSourceProvider.copy()Returns a copy of this source provider in its initial state.voidJdbcMetadataSourceProvider.initInternal(ConfigurationHandlers configurationHandlers, ControllerState controllerState) protected voidJdbcMetadataSourceProvider.resetInternal(ConfigurationHandlers configurationHandlers, ControllerState controllerState) Constructors in org.apache.torque.generator.source.jdbc that throw ConfigurationException -
Uses of ConfigurationException in org.apache.torque.generator.source.stream
Methods in org.apache.torque.generator.source.stream that throw ConfigurationExceptionModifier and TypeMethodDescriptionFileSourceProvider.copy()Returns a copy of this source provider in its initial state.protected voidFileSourceProvider.initInternal(ConfigurationHandlers configurationHandlers, ControllerState controllerState) Determines the files which match the source fileset.Constructors in org.apache.torque.generator.source.stream that throw ConfigurationExceptionModifierConstructorDescriptionFileSourceProvider(StreamSourceFormat sourceFormat, Fileset sourceFileset, Boolean combineFiles) Constructor. -
Uses of ConfigurationException in org.apache.torque.generator.template
Methods in org.apache.torque.generator.template that throw ConfigurationExceptionModifier and TypeMethodDescriptionTemplateOutlet.getContent(ControllerState controllerState) Returns the contents as a Template as a String.TemplateOutletImpl.getContent(ControllerState controllerState) Constructors in org.apache.torque.generator.template that throw ConfigurationExceptionModifierConstructorDescriptionprotectedTemplateOutletImpl(QualifiedName name, ConfigurationProvider configurationProvider, String path, String encoding, TemplateFilter templateFilter) Constructs a TemplateOutletImpl with the given name. -
Uses of ConfigurationException in org.apache.torque.generator.template.groovy
Constructors in org.apache.torque.generator.template.groovy that throw ConfigurationExceptionModifierConstructorDescriptionGroovyOutlet(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. -
Uses of ConfigurationException in org.apache.torque.generator.template.velocity
Constructors in org.apache.torque.generator.template.velocity that throw ConfigurationExceptionModifierConstructorDescriptionVelocityOutlet(QualifiedName name, ConfigurationProvider configurationProvider, String path, String encoding) Constructs a new VelocityTemplateOutlet.