Klasse SourceImpl

java.lang.Object
org.apache.torque.generator.source.SourceImpl
Alle implementierten Schnittstellen:
Source
Bekannte direkte Unterklassen:
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 $
  • Konstruktordetails

    • SourceImpl

      public SourceImpl()
  • Methodendetails

    • createRootElement

      protected abstract SourceElement createRootElement() throws SourceException
      Reads the root element and the whole untransformed source tree.
      Gibt zurück:
      the root element, not null.
      Löst aus:
      SourceException - if the SourceElement cannot be created.
    • getRootElement

      public SourceElement getRootElement() throws SourceException
      Beschreibung aus Schnittstelle kopiert: Source
      Returns the root element of the source.
      Angegeben von:
      getRootElement in Schnittstelle Source
      Gibt zurück:
      the root element of the source, not null.
      Löst aus:
      SourceException - if the source cannot be constructed.