org.eclipse.gmt.umlx.ecore
Class EcoreURI

java.lang.Object
  extended by 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)
           
 
Method Summary
 org.eclipse.emf.common.util.URI getURI()
           
 boolean isCreate()
           
 boolean isReadOnly()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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