|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetscape.ldap.util.LDAPIntFilterSet
Represents an LDAPIntFilterSet object. This is an internal object that should never be instantiated directly by the developer.
Constructor Summary | |
LDAPIntFilterSet(java.lang.String strTag)
Create an LDAPIntFilterSet with a given Tag string. |
Method Summary | |
(package private) void |
appendFilter(LDAPFilter filter)
Append a new filter to the existing set. |
(package private) java.util.Vector |
getFilters(org.apache.oro.text.regex.Perl5Pattern patTag,
org.apache.oro.text.regex.PatternMatcherInput matcherValue)
Return a Vector of filters that match botht the tag pattern (in Perl5Pattern form), and the string strValue. |
(package private) boolean |
match(java.lang.String strTagPat)
Return true if this filter set matches the regular expression string that is passed in. |
(package private) void |
newFilter(LDAPFilter filter)
Add a new filter to this filter set. |
java.lang.String |
toString()
Print out the String representation of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LDAPIntFilterSet(java.lang.String strTag)
For more information about the filter configuration file, see the man page for ldapfilter.conf.
Method Detail |
java.util.Vector getFilters(org.apache.oro.text.regex.Perl5Pattern patTag, org.apache.oro.text.regex.PatternMatcherInput matcherValue)
void newFilter(LDAPFilter filter) throws BadFilterException
BadFilterException
- If the regular expression pattern given in the first token
is bad.void appendFilter(LDAPFilter filter)
boolean match(java.lang.String strTagPat)
public java.lang.String toString()
LDAPFilter.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |