org.eclipse.cdt.launch.internal
Class CPropertyTester

java.lang.Object
  extended by org.eclipse.core.expressions.PropertyTester
      extended by org.eclipse.cdt.launch.internal.CPropertyTester
All Implemented Interfaces:
org.eclipse.core.expressions.IPropertyTester

public class CPropertyTester
extends org.eclipse.core.expressions.PropertyTester

A property tester that determines if a file is an executable.


Constructor Summary
CPropertyTester()
           
 
Method Summary
 boolean test(java.lang.Object receiver, java.lang.String property, 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

CPropertyTester

public CPropertyTester()
Method Detail

test

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