public class TestFilter extends java.lang.Object implements Filter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
description_ |
static java.lang.String |
name_ |
static java.lang.String |
provider_ |
static java.lang.String |
version_ |
Constructor and Description |
---|
TestFilter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Return a description of the extension.
|
java.lang.String |
getName()
Return the name assigned to this service extension.
|
java.lang.String |
getProvider()
Return an identifier for the extension provider.
|
java.lang.String |
getVersion()
Return version information about the extension.
|
boolean |
match(ResolvedConceptReference ref)
Indicates whether or not the given reference satisfies criteria
for this filter.
|
static void |
register() |
public static java.lang.String provider_
public static java.lang.String description_
public static java.lang.String name_
public static java.lang.String version_
public boolean match(ResolvedConceptReference ref)
Filter
public java.lang.String getDescription()
Extendable
getDescription
in interface Extendable
public java.lang.String getName()
Extendable
getName
in interface Extendable
public java.lang.String getProvider()
Extendable
getProvider
in interface Extendable
public java.lang.String getVersion()
Extendable
getVersion
in interface Extendable
public static void register() throws LBParameterException, LBException
LBParameterException
LBException