Uses of Interface
edu.umd.cs.findbugs.util.StringMatcher
-
Packages that use StringMatcher Package Description edu.umd.cs.findbugs.ba.obl Implementation of dataflow analysis for checking whether obligations to close streams and other resources (e.g., database objects) are satisfied.edu.umd.cs.findbugs.util -
-
Uses of StringMatcher in edu.umd.cs.findbugs.ba.obl
Fields in edu.umd.cs.findbugs.ba.obl declared as StringMatcher Modifier and Type Field Description private StringMatcherMatchMethodEntry. methodNameprivate StringMatcherMatchMethodEntry. signatureConstructors in edu.umd.cs.findbugs.ba.obl with parameters of type StringMatcher Constructor Description MatchMethodEntry(TypeMatcher receiverType, StringMatcher methodName, StringMatcher signature, boolean isStatic, ObligationPolicyDatabaseActionType action, ObligationPolicyDatabaseEntryType entryType, Obligation... obligations)Constructor. -
Uses of StringMatcher in edu.umd.cs.findbugs.util
Classes in edu.umd.cs.findbugs.util that implement StringMatcher Modifier and Type Class Description classContainsCamelCaseWordStringMatcherA StringMatcher that checks to see if a candidate string (assumed to be a camel-case word), when broken into components, contains a given word.classExactStringMatcherExact String-matching predicate.classRegexStringMatcherStringMatcher that matches based on a regular expression.
-