Class DistributionSupportTester
java.lang.Object
org.eclipse.core.expressions.PropertyTester
com._1c.g5.v8.dt.core.expressions.AbstractDtPropertyTester
com.e1c.g5.v8.dt.internal.distribution.ui.DistributionSupportTester
- All Implemented Interfaces:
org.eclipse.core.expressions.IPropertyTester
Tests
DistributionSupportEditor.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisDistributive(Object context) Checks distributive.booleanisOnDistribution(Object context) Checks isOnDistributionbooleanMethods inherited from class com._1c.g5.v8.dt.core.expressions.AbstractDtPropertyTester
isAliveMethods inherited from class org.eclipse.core.expressions.PropertyTester
handles, instantiate, internalCreateDescriptor, internalInitialize, isDeclaringPluginActive, isInstantiated
-
Constructor Details
-
DistributionSupportTester
public DistributionSupportTester()
-
-
Method Details
-
isDistributive
Checks distributive.- Parameters:
context- the context object, cannot benull- Returns:
trueif distributive,falseotherwise
-
isOnDistribution
Checks isOnDistribution- Parameters:
context- the context object, cannot benull- Returns:
trueif isOnDistribution,falseotherwise
-
test
-