Class SourceRelativeURI
- java.lang.Object
-
- org.eclipse.xtext.generator.trace.AbstractURIWrapper
-
- org.eclipse.xtext.generator.trace.SourceRelativeURI
-
public class SourceRelativeURI extends AbstractURIWrapper
A source relative URI.
-
-
Constructor Summary
Constructors Constructor Description SourceRelativeURI(java.lang.String relativeURI)SourceRelativeURI(org.eclipse.emf.common.util.URI sourceRelativeURI)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)static SourceRelativeURIfromAbsolute(org.eclipse.emf.common.util.URI uri)-
Methods inherited from class org.eclipse.xtext.generator.trace.AbstractURIWrapper
getURI, hashCode, toString
-
-
-
-
Method Detail
-
fromAbsolute
public static SourceRelativeURI fromAbsolute(org.eclipse.emf.common.util.URI uri)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classAbstractURIWrapper
-
-