|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetscape.ldap.util.LDAPIntFilterList
Represents an Internal LDAPFilterList object. This is an internal object that should never be instantiated directly by the developer. We store all filters that have the same match pattern here.
Constructor Summary | |
(package private) |
LDAPIntFilterList(LDAPFilter filter)
|
Method Summary | |
(package private) void |
AddFilter(LDAPFilter filter)
Add a "relative" filter to an existing filter list. |
(package private) LDAPFilter |
getFilter(int nFilter)
Return the requested filter. |
(package private) boolean |
MatchFilter(org.apache.oro.text.regex.PatternMatcherInput matcherValue)
Try to match the filter to the given string. |
(package private) int |
numFilters()
Return the number of Filters this InternalFilterList contains. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
LDAPIntFilterList(LDAPFilter filter) throws BadFilterException
Method Detail |
void AddFilter(LDAPFilter filter)
int numFilters()
public java.lang.String toString()
LDAPFilter getFilter(int nFilter)
boolean MatchFilter(org.apache.oro.text.regex.PatternMatcherInput matcherValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |