com.aptana.ide.core.internal.ui
Class WebFilesPropertyTester

java.lang.Object
  extended by org.eclipse.core.expressions.PropertyTester
      extended by com.aptana.ide.core.internal.ui.WebFilesPropertyTester
All Implemented Interfaces:
org.eclipse.core.expressions.IPropertyTester

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

Author:
Max Stepanov

Constructor Summary
WebFilesPropertyTester()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebFilesPropertyTester

public WebFilesPropertyTester()
Method Detail

test

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