Class FileSystemAccessQueue

  • All Implemented Interfaces:
    org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal

    public class FileSystemAccessQueue
    extends org.eclipse.emf.common.notify.impl.AdapterImpl
    Since:
    2.7
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter

        org.eclipse.emf.common.notify.Adapter.Internal
    • Field Summary

      • Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl

        target
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected FileSystemAccessRequest send​(FileSystemAccessRequest request)  
      void sendAsync​(org.eclipse.emf.common.util.URI uri, java.lang.Runnable runMe)  
      void waitForEmptyQueue()  
      • Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl

        getTarget, isAdapterForType, notifyChanged, setTarget, unsetTarget
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileSystemAccessQueue

        public FileSystemAccessQueue​(java.util.concurrent.BlockingQueue<FileSystemAccessRequest> requestQueue,
                                     org.eclipse.core.runtime.IProgressMonitor monitor)
        Since:
        2.8
    • Method Detail

      • sendAsync

        public void sendAsync​(org.eclipse.emf.common.util.URI uri,
                              java.lang.Runnable runMe)
        Since:
        2.9
      • waitForEmptyQueue

        @Beta
        public void waitForEmptyQueue()
        Since:
        2.14