Interface SourceFilter

All Known Implementing Classes:
JavaSourceFilter, PathSourceFilter

public interface SourceFilter
Author:
thevpc
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(Source source)
     
    boolean
    lookInto(Source source)
     
  • Method Details

    • accept

      boolean accept(Source source)
    • lookInto

      boolean lookInto(Source source)