类 PassThroughSourceExtractor

  • 所有已实现的接口:
    SourceExtractor

    public class PassThroughSourceExtractor
    extends Object
    implements SourceExtractor
    Simple SourceExtractor implementation that just 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).

    从以下版本开始:
    2.0
    作者:
    Rob Harrop