|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.WorkbenchHelper org.eclipse.emf.ecore.resource.impl.URIConverterImpl.WorkbenchHelper
PlatformResourceURIHandlerImpl.WorkbenchHelper
directly.
@Deprecated public static class URIConverterImpl.WorkbenchHelper
Isolated Eclipse workbench utilities.
Constructor Summary | |
---|---|
URIConverterImpl.WorkbenchHelper()
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.WorkbenchHelper |
---|
attributes, createPlatformResourceInputStream, createPlatformResourceOutputStream, delete, exists, getContentDescription, updateAttributes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public URIConverterImpl.WorkbenchHelper()
Method Detail |
---|
@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.IContainer.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.IContainer.getFile(org.eclipse.core.runtime.IPath)
,
IFile.getContents()
|
Copyright 2001-2012 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |