Class FileSystemAccessRequest

  • All Implemented Interfaces:
    java.lang.Runnable

    public class FileSystemAccessRequest
    extends java.lang.Object
    implements java.lang.Runnable
    Since:
    2.7
    • Constructor Summary

      Constructors 
      Constructor Description
      FileSystemAccessRequest​(org.eclipse.emf.common.util.URI uri, java.lang.Runnable runMe)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.emf.common.util.URI getUri()  
      void run()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • FileSystemAccessRequest

        public FileSystemAccessRequest​(org.eclipse.emf.common.util.URI uri,
                                       java.lang.Runnable runMe)
        Since:
        2.9
    • Method Detail

      • getUri

        public org.eclipse.emf.common.util.URI getUri()
        Since:
        2.8
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
        Since:
        2.9
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object