org.eclipse.core.internal.propertytester
Class FilePropertyTester

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.FilePropertyTester
All Implemented Interfaces:
org.eclipse.core.expressions.IPropertyTester

public class FilePropertyTester
extends ResourcePropertyTester

A property tester for various properties of files.

Since:
3.2

Constructor Summary
FilePropertyTester()
           
 
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

FilePropertyTester

public FilePropertyTester()
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