|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.hk2.internal.IndexedFilterImpl
public class IndexedFilterImpl
| Constructor Summary | |
|---|---|
IndexedFilterImpl(java.lang.String contract,
java.lang.String name)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAdvertisedContract()
If this returns non-null then this index will be used to limit the set of Descriptors that will be passed to the matches method. |
java.lang.String |
getName()
If this returns non-null then this name will be used to limit the set of Descriptors that will be passed to the matches method. |
boolean |
matches(Descriptor d)
Returns true if this filter matches the given object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexedFilterImpl(java.lang.String contract,
java.lang.String name)
| Method Detail |
|---|
public boolean matches(Descriptor d)
Filter
matches in interface Filterd - The object to match against
this filter. May not be null
public java.lang.String getAdvertisedContract()
IndexedFilter
getAdvertisedContract in interface IndexedFilterpublic java.lang.String getName()
IndexedFilter
getName in interface IndexedFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||