Class ResourceRelocationChange
- java.lang.Object
-
- org.eclipse.xtext.ide.refactoring.ResourceRelocationChange
-
public class ResourceRelocationChange extends java.lang.ObjectURIs 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 booleanequals(java.lang.Object obj)org.eclipse.emf.common.util.URIgetFromURI()org.eclipse.emf.common.util.URIgetToURI()inthashCode()booleanisFile()java.lang.StringtoString()
-
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getFromURI
public org.eclipse.emf.common.util.URI getFromURI()
-
getToURI
public org.eclipse.emf.common.util.URI getToURI()
-
isFile
public boolean isFile()
-
-