public interface IFileStorage
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getInputStream(org.eclipse.core.resources.IFile file)
Fetches the contents of the given file from the storage system.
|
org.eclipse.core.resources.IResource[] |
getMembers(org.eclipse.core.resources.IContainer container)
Fetches the immediate children (file and folder) under the given
container.
|
StorageLocation |
getStorageLocation()
Fetches the storage location info.
|
boolean |
isFileExists(org.eclipse.core.resources.IFile file)
Determines whether the given file exists in the storage system.
|
java.io.InputStream getInputStream(org.eclipse.core.resources.IFile file)
file
- -
workspace file.boolean isFileExists(org.eclipse.core.resources.IFile file)
file
- -
workspace fileorg.eclipse.core.resources.IResource[] getMembers(org.eclipse.core.resources.IContainer container)
container
- -
The resource containerStorageLocation getStorageLocation()