Package com._1c.g5.v8.dt.internal.ui
Class EObjectProjectVersionTester
java.lang.Object
org.eclipse.core.expressions.PropertyTester
com._1c.g5.v8.dt.core.expressions.AbstractDtPropertyTester
com._1c.g5.v8.dt.internal.ui.EObjectProjectVersionTester
- All Implemented Interfaces:
org.eclipse.core.expressions.IPropertyTester
Tests that selected
EObject
project runtime version greater or equals than expexted. Supports next
properties:
greaterOrEquals
property to check whether the project version is greater or equals to expected.lessOrEquals
property to check whether the project version is less or equals to expected.
Structured selection or EObject
receiver values are expected.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com._1c.g5.v8.dt.core.expressions.AbstractDtPropertyTester
isAlive
Methods inherited from class org.eclipse.core.expressions.PropertyTester
handles, instantiate, internalCreateDescriptor, internalInitialize, isDeclaringPluginActive, isInstantiated
-
Constructor Details
-
EObjectProjectVersionTester
public EObjectProjectVersionTester()
-
-
Method Details
-
test
-