|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexedFilter | |
|---|---|
| org.glassfish.hk2.internal | |
| org.glassfish.hk2.utilities | |
| Uses of IndexedFilter in org.glassfish.hk2.internal |
|---|
| Classes in org.glassfish.hk2.internal that implement IndexedFilter | |
|---|---|
class |
IndexedFilterImpl
|
class |
SpecificFilterImpl
This is a filter that matches an exact descriptor |
| Uses of IndexedFilter in org.glassfish.hk2.utilities |
|---|
| Methods in org.glassfish.hk2.utilities that return IndexedFilter | |
|---|---|
static IndexedFilter |
BuilderHelper.createContractFilter(java.lang.String contract)
Returns an indexed filter that will return all descriptors that have contract as an advertised contract |
static IndexedFilter |
BuilderHelper.createNameAndContractFilter(java.lang.String contract,
java.lang.String name)
Returns an indexed filter that will return all descriptors that have the given name and given contract |
static IndexedFilter |
BuilderHelper.createNameFilter(java.lang.String name)
Returns an indexed filter that will return all descriptors that have the given name |
static IndexedFilter |
BuilderHelper.createSpecificDescriptorFilter(Descriptor descriptor)
This method creates a filter that will match one and only one descriptor. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||