Uses of Class
org.apache.torque.generator.source.SourceException
Packages that use SourceException
Package
Description
This package implements the torque generator Controller .
This package contains the handling of source files.
This package implements sources which read from jdbc.
This package contains the definition and implementations of source
filters.
This package contains the handling of stream-based sources,
such as file sources.
This package contains the handling of velocity outlets in the
Torque generator.
-
Uses of SourceException in org.apache.torque.generator.control
Methods in org.apache.torque.generator.control that throw SourceExceptionModifier and TypeMethodDescriptionController.transformSource(Object sourceRoot, List<SourceTransformerDefinition> transformerDefinitions, ControllerState controllerState) Applies all transformer definitions to the current source. -
Uses of SourceException in org.apache.torque.generator.source
Methods in org.apache.torque.generator.source that throw SourceExceptionModifier and TypeMethodDescriptionprotected abstract SourceElementSourceImpl.createRootElement()Reads the root element and the whole untransformed source tree.Source.getRootElement()Returns the root element of the source.SourceImpl.getRootElement() -
Uses of SourceException in org.apache.torque.generator.source.jdbc
Methods in org.apache.torque.generator.source.jdbc that throw SourceException -
Uses of SourceException in org.apache.torque.generator.source.skipDecider
Methods in org.apache.torque.generator.source.skipDecider that throw SourceExceptionModifier and TypeMethodDescriptionbooleanSkipDecider.proceed(ControllerState controllerState) Decides whether the source file should be skipped and not used for generation. -
Uses of SourceException in org.apache.torque.generator.source.stream
Methods in org.apache.torque.generator.source.stream that throw SourceExceptionModifier and TypeMethodDescriptionCombinedFileSource.createRootElement()Reads and parses the input file and creates the element tree from it.FileSource.createRootElement()Reads and parses the input file and creates the element tree from it.PropertiesSourceFormat.parse(InputStream inputStream, ControllerState controllerState) Parses a Stream in Properties format and returns the root element of the created element tree.StreamSourceFormat.parse(InputStream inputStream, ControllerState controllerState) Parses a source file and returns its root element.XmlSourceFormat.parse(InputStream xmlStream, ControllerState controllerState) Parses a stream containing xml data and creates a source element hierarchy from it.SourceToXml.toXml(SourceElement rootElement, boolean createIdAttributes) Renders a source element and its children as XML. -
Uses of SourceException in org.apache.torque.generator.template.velocity
Methods in org.apache.torque.generator.template.velocity that throw SourceExceptionModifier and TypeMethodDescriptionReturns the first child of the current source element with the given name.TorqueGenVelocity.getChildren()Returns all children of the current source element.TorqueGenVelocity.getChildren(String name) Returns the children of the current source element with a certain name.TorqueGenVelocity.getParent()Returns the parent of the current source element.TorqueGenVelocity.getSourceElement()Returns the current source element, if it is a SourceElement.