Class SourceImpl

java.lang.Object
org.apache.torque.generator.source.SourceImpl
All Implemented Interfaces:
Source
Direct Known Subclasses:
CombinedFileSource, FileSource, JdbcMetadataSource

public abstract class SourceImpl extends Object implements Source
The base implementation of the source interface.
Version:
$Id: SourceImpl.java 1839288 2018-08-27 09:48:33Z tv $
  • Constructor Details

    • SourceImpl

      public SourceImpl()
  • Method Details

    • createRootElement

      protected abstract SourceElement createRootElement() throws SourceException
      Reads the root element and the whole untransformed source tree.
      Returns:
      the root element, not null.
      Throws:
      SourceException - if the SourceElement cannot be created.
    • getRootElement

      public SourceElement getRootElement() throws SourceException
      Description copied from interface: Source
      Returns the root element of the source.
      Specified by:
      getRootElement in interface Source
      Returns:
      the root element of the source, not null.
      Throws:
      SourceException - if the source cannot be constructed.