public class FileProvider
extends java.lang.Object
| Constructor and Description |
|---|
FileProvider() |
| Modifier and Type | Method and Description |
|---|---|
static FileProvider |
getDefault()
Gets the sole instance.
|
java.util.Optional<java.io.File> |
getFile(org.eclipse.core.runtime.IPath fullPath)
Gets the file for the given full path in the workspace or in the plugins.
|
public static FileProvider getDefault()
public java.util.Optional<java.io.File> getFile(org.eclipse.core.runtime.IPath fullPath)
fullPath - is the full path of the file