org.eclipse.core.internal.propertytester
Class ResourceMappingPropertyTester

java.lang.Object
  extended by org.eclipse.core.expressions.PropertyTester
      extended by org.eclipse.core.internal.propertytester.ResourcePropertyTester
          extended by org.eclipse.core.internal.propertytester.ResourceMappingPropertyTester
All Implemented Interfaces:
org.eclipse.core.expressions.IPropertyTester

public class ResourceMappingPropertyTester
extends ResourcePropertyTester

A property tester for various properties of resource mappings

Since:
3.2

Constructor Summary
ResourceMappingPropertyTester()
           
 
Method Summary
 boolean test(java.lang.Object receiver, java.lang.String method, java.lang.Object[] args, java.lang.Object expectedValue)
           
 
Methods inherited from class org.eclipse.core.expressions.PropertyTester
handles, instantiate, internalCreateDescriptor, internalInitialize, isDeclaringPluginActive, isInstantiated
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceMappingPropertyTester

public ResourceMappingPropertyTester()
Method Detail

test

public boolean test(java.lang.Object receiver,
                    java.lang.String method,
                    java.lang.Object[] args,
                    java.lang.Object expectedValue)
Specified by:
test in interface org.eclipse.core.expressions.IPropertyTester
Overrides:
test in class ResourcePropertyTester