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

public class DistributionSupportTester extends AbstractDtPropertyTester
  • Constructor Details

    • DistributionSupportTester

      public DistributionSupportTester()
  • Method Details

    • isDistributive

      public boolean isDistributive(Object context)
      Checks distributive.
      Parameters:
      context - the context object, cannot be null
      Returns:
      true if distributive, false otherwise
    • isOnDistribution

      public boolean isOnDistribution(Object context)
      Checks isOnDistribution
      Parameters:
      context - the context object, cannot be null
      Returns:
      true if isOnDistribution, false otherwise
    • test

      public boolean test(Object receiver, String property, Object[] args, Object expectedValue)