PlatformResourceURIHandlerImpl.WorkbenchHelper
directly.@Deprecated public static class URIConverterImpl.WorkbenchHelper extends PlatformResourceURIHandlerImpl.WorkbenchHelper
Constructor and Description |
---|
URIConverterImpl.WorkbenchHelper()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static java.io.InputStream |
createPlatformResourceInputStream(java.lang.String platformResourcePath)
Deprecated.
since 2.4; use
PlatformResourceURIHandlerImpl.WorkbenchHelper.createPlatformResourceInputStream(String, Map) directly. |
static java.io.OutputStream |
createPlatformResourceOutputStream(java.lang.String platformResourcePath)
Deprecated.
since 2.4; use
PlatformResourceURIHandlerImpl.WorkbenchHelper.createPlatformResourceOutputStream(String, Map) directly. |
attributes, createPlatformResourceInputStream, createPlatformResourceOutputStream, delete, exists, getCharset, getContentDescription, getLineDelimiter, updateAttributes
public URIConverterImpl.WorkbenchHelper()
@Deprecated public static java.io.OutputStream createPlatformResourceOutputStream(java.lang.String platformResourcePath) throws java.io.IOException
PlatformResourceURIHandlerImpl.WorkbenchHelper.createPlatformResourceOutputStream(String, Map)
directly.IFile
path.
This implementation uses a PlatformResourceURIHandlerImpl.PlatformResourceOutputStream
.
java.io.IOException
- if there is a problem obtaining an open output stream.IWorkspaceRoot#getFile(org.eclipse.core.runtime.IPath)
,
PlatformResourceURIHandlerImpl.PlatformResourceOutputStream
,
IFile#setContents(InputStream, boolean, boolean, IProgressMonitor)
@Deprecated public static java.io.InputStream createPlatformResourceInputStream(java.lang.String platformResourcePath) throws java.io.IOException
PlatformResourceURIHandlerImpl.WorkbenchHelper.createPlatformResourceInputStream(String, Map)
directly.IFile
path.
This implementation uses IFile.getContents
.
java.io.IOException
- if there is a problem obtaining an open input stream.IWorkspaceRoot#getFile(org.eclipse.core.runtime.IPath)
,
IFile#getContents()