org.eclipse.emf.ecp.emfstore.internal.ui.property
Class EMFStoreIsLoggedInTester

java.lang.Object
  extended by org.eclipse.core.expressions.PropertyTester
      extended by org.eclipse.emf.ecp.emfstore.internal.ui.property.EMFStoreIsLoggedInTester
All Implemented Interfaces:
org.eclipse.core.expressions.IPropertyTester

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

This tests whether a user is loggedIn to a specific repository.

Author:
Eugen Neufeld

Constructor Summary
EMFStoreIsLoggedInTester()
           
 
Method Summary
 boolean test(Object receiver, String property, Object[] args, 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

EMFStoreIsLoggedInTester

public EMFStoreIsLoggedInTester()
Method Detail

test

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

See Also:
IPropertyTester.test(java.lang.Object, java.lang.String, java.lang.Object[], java.lang.Object)


Copyright © 2015. All Rights Reserved.