| Package | Description |
|---|---|
| org.glassfish.hk2.internal | |
| org.glassfish.hk2.utilities |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexedFilterImpl |
class |
SpecificFilterImpl
This is a filter that matches an exact descriptor
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2013 Oracle Corporation. All Rights Reserved.