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.IStorage
org.eclipse.core.runtime.CoreException
public org.eclipse.core.runtime.IPath getFullPath()
getFullPath
in interface org.eclipse.core.resources.IStorage
public String getName()
getName
in interface org.eclipse.core.resources.IStorage
public boolean isReadOnly()
isReadOnly
in interface org.eclipse.core.resources.IStorage
public URI getLocationURI()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.