Class EmfStoreLocalServerAndNotRunningTester

  • All Implemented Interfaces:
    org.eclipse.core.expressions.IPropertyTester

    public class EmfStoreLocalServerAndNotRunningTester
    extends org.eclipse.core.expressions.PropertyTester
    Tests, whether a repository is a local EMFStore server, which can be directly started.
    Author:
    Jonas
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • EmfStoreLocalServerAndNotRunningTester

        public EmfStoreLocalServerAndNotRunningTester()
    • Method Detail

      • test

        public boolean test​(java.lang.Object receiver,
                            java.lang.String property,
                            java.lang.Object[] args,
                            java.lang.Object expectedValue)
        See Also:
        IPropertyTester.test(java.lang.Object, java.lang.String, java.lang.Object[], java.lang.Object)