Uses of Class
org.forgerock.opendj.ldap.Matcher
Packages that use Matcher
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for reading and writing LDIF.
-
Uses of Matcher in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return MatcherModifier and TypeMethodDescriptionFilter.matcher()Returns aMatcherwhich can be used to compare thisFilteragainst entries using the default schema.Returns aMatcherwhich can be used to compare thisFilteragainst entries using the providedSchema. -
Uses of Matcher in org.forgerock.opendj.ldif
Methods in org.forgerock.opendj.ldif with parameters of type MatcherModifier and TypeMethodDescriptionLDIFEntryReader.setExcludeFilter(Matcher excludeFilter) Excludes all entries which match the provided filter matcher from being read from LDIF.LDIFEntryWriter.setExcludeFilter(Matcher excludeFilter) Excludes all entries which match the provided filter matcher from being written to LDIF.LDIFEntryReader.setIncludeFilter(Matcher includeFilter) Ensures that all entries which match the provided filter matcher are read from LDIF.LDIFEntryWriter.setIncludeFilter(Matcher includeFilter) Ensures that all entries which match the provided filter matcher are written to LDIF.