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(String contract)
Returns an indexed filter that will return all descriptors that
have contract as an advertised contract
|
static IndexedFilter |
BuilderHelper.createNameAndContractFilter(String contract,
String name)
Returns an indexed filter that will return all descriptors that
have the given name and given contract
|
static IndexedFilter |
BuilderHelper.createNameFilter(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 © 2015 Oracle Corporation. All rights reserved.