Uses of Class
com.karuslabs.elementary.Finder
Packages that use Finder
Package
Description
Contains low-level classes that facilitate compilation of Java source files and
subsequent mapping of the results.
-
Uses of Finder in com.karuslabs.elementary
Methods in com.karuslabs.elementary that return FinderModifier and TypeMethodDescriptionFinder.at(long column) Retains only diagnostic messages that appear at the given column.Retain only diagnostic messages that contain the given substring.Finder.errors()Retains only errors.Results.find()Returns aFinderfor thisResults.Finder.in(JavaFileObject file) Retains only diagnostic messages in the given Java source file.Finder.kind(Collection<Diagnostic.Kind> kinds) Removes all diagnostic messages which kind does not match the given kinds.Finder.kind(Diagnostic.Kind... kinds) Removes all diagnostic messages which kind does not match the given kinds.Retains only diagnostic messages that exactly match the given message.Retain only diagnostic messages that match the given pattern.Finder.notes()Retains only notes.Finder.on(long line) Retains only diagnostic messages that appear on the given line.Finder.warnings()Retains only warnings.Finder.where(Predicate<Diagnostic<? extends JavaFileObject>> condition) Retains only diagnostic messages that satisfy the given predicate.