|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.eclipse.emf.ecore.resource.impl.URIConverterImpl.WorkbenchHelper
Isolated Eclipse workbench utilities.
| Constructor Summary | |
URIConverterImpl.WorkbenchHelper()
|
|
| Method Summary | |
static java.io.InputStream |
createPlatformResourceInputStream(java.lang.String platformResourcePath)
Creates an input stream for the given IFile path. |
static java.io.OutputStream |
createPlatformResourceOutputStream(java.lang.String platformResourcePath)
Creates an output stream for the given IFile path. |
| 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 |
public static java.io.OutputStream createPlatformResourceOutputStream(java.lang.String platformResourcePath)
throws java.io.IOException
IFile path.
This implementation uses a URIConverterImpl.PlatformResourceOutputStream.
java.io.IOException - if there is a problem obtaining an open output stream.IContainer.getFile(IPath),
URIConverterImpl.PlatformResourceOutputStream,
IFile.setContents(InputStream, boolean, boolean, IProgressMonitor)
public static java.io.InputStream createPlatformResourceInputStream(java.lang.String platformResourcePath)
throws java.io.IOException
IFile path.
This implementation uses IFile.getContents.
java.io.IOException - if there is a problem obtaining an open input stream.IContainer.getFile(IPath),
IFile.getContents()
|
Copyright 2001-2003 IBM Corporation and others. All Rights Reserved. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||