public interface ILocationInResource
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.URI |
getAbsoluteResourceURI() |
java.io.InputStream |
getContents() |
org.eclipse.emf.common.util.URI |
getEObjectURI() |
LanguageInfo |
getLanguage() |
org.eclipse.core.resources.IProject |
getProject() |
org.eclipse.emf.common.util.URI |
getSrcRelativeResourceURI() |
org.eclipse.core.resources.IStorage |
getStorage() |
ITextRegionWithLineInformation |
getTextRegion() |
LanguageInfo getLanguage()
null
.org.eclipse.emf.common.util.URI getAbsoluteResourceURI()
null
if the
resource is not an EMF resource.org.eclipse.emf.common.util.URI getSrcRelativeResourceURI()
org.eclipse.emf.common.util.URI getEObjectURI()
object
URI
for this location. May be null
if the resource itself is empty or if this
resource is not an EMF resource.org.eclipse.core.resources.IStorage getStorage()
null
if the trace comes from a JAR's
source attachment zip file.java.io.InputStream getContents() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
org.eclipse.core.resources.IProject getProject()
null
.ITextRegionWithLineInformation getTextRegion()
null
.