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.createDescriptorFilter(Descriptor descriptorImpl) |
|
static IndexedFilter |
BuilderHelper.createDescriptorFilter(Descriptor descriptorImpl,
boolean deepCopy) |
|
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.
|
static IndexedFilter |
BuilderHelper.createTokenizedFilter(String tokenString) |
Creates a filter from a token string as per the following rules.
The token delimiter is ;
The first token is the contract.
|