public interface ILocationInResource
| Modifier and Type | Method and Description |
|---|---|
AbsoluteURI |
getAbsoluteResourceURI() |
InputStream |
getContents()
Returns the contents of the resource.
|
LanguageInfo |
getLanguage() |
IProjectConfig |
getProjectConfig() |
SourceRelativeURI |
getSrcRelativeResourceURI()
Returns the URI of this resource relative to the classpath if applicable.
|
ITextRegionWithLineInformation |
getTextRegion() |
LanguageInfo getLanguage()
null.AbsoluteURI getAbsoluteResourceURI()
null if the
resource is not an EMF resource.SourceRelativeURI getSrcRelativeResourceURI()
InputStream getContents() throws IOException
null.IOExceptionIProjectConfig getProjectConfig()
null.ITextRegionWithLineInformation getTextRegion()
null.Copyright © 2015. All Rights Reserved.