Class DefaultPropertyTester<RECEIVER>
java.lang.Object
org.eclipse.core.expressions.PropertyTester
org.eclipse.net4j.util.properties.DefaultPropertyTester<RECEIVER>
- All Implemented Interfaces:
IPropertyTester
,IProperties<RECEIVER>
,IPropertyProvider<RECEIVER>
public class DefaultPropertyTester<RECEIVER>
extends PropertyTester
implements IProperties<RECEIVER>
Tests properties of receiver objects against expected values.
- Since:
- 3.2
- Author:
- Eike Stepper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
protected RECEIVER
convertReceiver
(Object receiver) void
final String
getProperty
(String name) protected String
boolean
Methods inherited from class org.eclipse.core.expressions.PropertyTester
handles, instantiate, internalCreateDescriptor, internalInitialize, isDeclaringPluginActive, isInstantiated
-
Constructor Details
-
DefaultPropertyTester
-
-
Method Details
-
getNamespace
-
getReceiverType
- Specified by:
getReceiverType
in interfaceIProperties<RECEIVER>
-
getProperty
- Specified by:
getProperty
in interfaceIProperties<RECEIVER>
-
getProperties
- Specified by:
getProperties
in interfaceIPropertyProvider<RECEIVER>
-
add
- Specified by:
add
in interfaceIProperties<RECEIVER>
-
test
- Specified by:
test
in interfaceIPropertyTester
-
convertReceiver
- Since:
- 3.5
-
getReceiverTypeName
- Since:
- 3.5
-
dumpContributionMarkup
public void dumpContributionMarkup()
-