public class EFSFileStorage
extends org.eclipse.core.runtime.PlatformObject
implements org.eclipse.core.resources.IStorage
| Constructor and Description |
|---|
EFSFileStorage(URI locationURI) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
InputStream |
getContents() |
org.eclipse.core.runtime.IPath |
getFullPath() |
URI |
getLocationURI()
Returns the location URI corresponding to the EFS resource that
backs this storage.
|
String |
getName() |
boolean |
isReadOnly() |
public EFSFileStorage(URI locationURI)
public InputStream getContents() throws org.eclipse.core.runtime.CoreException
getContents in interface org.eclipse.core.resources.IStorageorg.eclipse.core.runtime.CoreExceptionpublic org.eclipse.core.runtime.IPath getFullPath()
getFullPath in interface org.eclipse.core.resources.IStoragepublic String getName()
getName in interface org.eclipse.core.resources.IStoragepublic boolean isReadOnly()
isReadOnly in interface org.eclipse.core.resources.IStoragepublic URI getLocationURI()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.