org.eclipse.gmt.umlx.ecore
Class EcoreURI
java.lang.Object
org.eclipse.gmt.umlx.ecore.EcoreURI
public class EcoreURI
- extends java.lang.Object
EcoreURI maintains a URI and an indication of whether it should be read-only.
Constructor Summary |
EcoreURI(java.io.File file)
|
EcoreURI(org.eclipse.core.resources.IFile file)
|
EcoreURI(org.eclipse.emf.common.util.URI uri,
boolean isReadOnly,
boolean isCreate)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EcoreURI
public EcoreURI(org.eclipse.emf.common.util.URI uri,
boolean isReadOnly,
boolean isCreate)
EcoreURI
public EcoreURI(java.io.File file)
EcoreURI
public EcoreURI(org.eclipse.core.resources.IFile file)
getURI
public org.eclipse.emf.common.util.URI getURI()
isCreate
public boolean isCreate()
isReadOnly
public boolean isReadOnly()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object