public class FileUtil extends java.lang.Object
| Constructor and Description |
|---|
FileUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.io.File |
getLocationFile(org.eclipse.core.resources.IResource resource) |
static java.lang.String |
getLocationPath(org.eclipse.core.resources.IResource resource) |
static java.net.URI |
getLocationURI(org.eclipse.core.resources.IResource resource) |
static org.eclipse.core.runtime.IPath |
makeRelativeTo(org.eclipse.core.runtime.IPath parent,
org.eclipse.core.runtime.IPath child) |
public FileUtil()
public static java.net.URI getLocationURI(org.eclipse.core.resources.IResource resource) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic static java.lang.String getLocationPath(org.eclipse.core.resources.IResource resource) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic static java.io.File getLocationFile(org.eclipse.core.resources.IResource resource) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic static org.eclipse.core.runtime.IPath makeRelativeTo(org.eclipse.core.runtime.IPath parent, org.eclipse.core.runtime.IPath child)