Verwendungen von Klasse
org.apache.torque.generator.source.SourceException
Packages, die SourceException verwenden
Package
Beschreibung
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.
-
Verwendungen von SourceException in org.apache.torque.generator.control
Methoden in org.apache.torque.generator.control, die SourceException auslösenModifizierer und TypMethodeBeschreibungController.transformSource
(Object sourceRoot, List<SourceTransformerDefinition> transformerDefinitions, ControllerState controllerState) Applies all transformer definitions to the current source. -
Verwendungen von SourceException in org.apache.torque.generator.source
Methoden in org.apache.torque.generator.source, die SourceException auslösenModifizierer und TypMethodeBeschreibungprotected abstract SourceElement
SourceImpl.createRootElement()
Reads the root element and the whole untransformed source tree.Source.getRootElement()
Returns the root element of the source.SourceImpl.getRootElement()
-
Verwendungen von SourceException in org.apache.torque.generator.source.jdbc
Methoden in org.apache.torque.generator.source.jdbc, die SourceException auslösenModifizierer und TypMethodeBeschreibungprotected SourceElement
JdbcMetadataSource.createRootElement()
-
Verwendungen von SourceException in org.apache.torque.generator.source.skipDecider
Methoden in org.apache.torque.generator.source.skipDecider, die SourceException auslösenModifizierer und TypMethodeBeschreibungboolean
SkipDecider.proceed
(ControllerState controllerState) Decides whether the source file should be skipped and not used for generation. -
Verwendungen von SourceException in org.apache.torque.generator.source.stream
Methoden in org.apache.torque.generator.source.stream, die SourceException auslösenModifizierer und TypMethodeBeschreibungCombinedFileSource.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. -
Verwendungen von SourceException in org.apache.torque.generator.template.velocity
Methoden in org.apache.torque.generator.template.velocity, die SourceException auslösenModifizierer und TypMethodeBeschreibungReturns 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.