public
classPassThroughSourceExtractor
implements
SourceExtractor
Overview
Inheritance
Members
Usage
Source
Books
Since2.0
VersionNot specified.
Author(s)Rob Harrop
Simple implementation of the SourceExtractor that simply passes
the candidate source metadata object through for attachment. Using this
implementation means that tools will get raw access to the underlying
configuration source metadata provided by the tool.
This implementation should not be used in a production
application since it is likely to keep too much metadata in memory
unnecessarily.