Class ResourceRelocationChange


  • public class ResourceRelocationChange
    extends java.lang.Object
    URIs can also refer to folders and non-Xtext resources.
    Since:
    2.13
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceRelocationChange​(org.eclipse.emf.common.util.URI fromURI, org.eclipse.emf.common.util.URI toURI, boolean isFile)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      org.eclipse.emf.common.util.URI getFromURI()  
      org.eclipse.emf.common.util.URI getToURI()  
      int hashCode()  
      boolean isFile()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • ResourceRelocationChange

        public ResourceRelocationChange​(org.eclipse.emf.common.util.URI fromURI,
                                        org.eclipse.emf.common.util.URI toURI,
                                        boolean isFile)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

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

        public org.eclipse.emf.common.util.URI getFromURI()
      • getToURI

        public org.eclipse.emf.common.util.URI getToURI()
      • isFile

        public boolean isFile()