PathUtil
, instead.@Deprecated public class PathUtil extends Object
Constructor and Description |
---|
PathUtil()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static org.eclipse.core.runtime.IPath |
getCanonicalPath(org.eclipse.core.runtime.IPath fullPath)
Deprecated.
|
static ICProject |
getEnclosingProject(org.eclipse.core.runtime.IPath fullPath)
Deprecated.
|
static org.eclipse.core.runtime.IPath |
getProjectRelativePath(org.eclipse.core.runtime.IPath fullPath,
org.eclipse.core.resources.IProject project)
Deprecated.
|
static org.eclipse.core.runtime.IPath |
getRawLocation(org.eclipse.core.runtime.IPath wsRelativePath)
Deprecated.
|
static org.eclipse.core.runtime.IPath |
getValidEnclosingFolder(org.eclipse.core.runtime.IPath fullPath)
Deprecated.
|
static org.eclipse.core.runtime.IPath |
getWorkspaceRelativePath(org.eclipse.core.runtime.IPath fullPath)
Deprecated.
|
static org.eclipse.core.runtime.IPath |
getWorkspaceRelativePath(String fullPath)
Deprecated.
|
static org.eclipse.core.resources.IWorkspaceRoot |
getWorkspaceRoot()
Deprecated.
|
static boolean |
isWindowsFileSystem()
Deprecated.
|
static org.eclipse.core.runtime.IPath |
makeRelativePath(org.eclipse.core.runtime.IPath path,
org.eclipse.core.runtime.IPath relativeTo)
Deprecated.
|
static org.eclipse.core.runtime.IPath |
makeRelativePathToIncludes(org.eclipse.core.runtime.IPath fullPath,
String[] includePaths)
Deprecated.
|
static org.eclipse.core.runtime.IPath |
makeRelativePathToProjectIncludes(org.eclipse.core.runtime.IPath fullPath,
org.eclipse.core.resources.IProject project)
Deprecated.
|
public static boolean isWindowsFileSystem()
public static org.eclipse.core.resources.IWorkspaceRoot getWorkspaceRoot()
public static org.eclipse.core.runtime.IPath getCanonicalPath(org.eclipse.core.runtime.IPath fullPath)
public static org.eclipse.core.runtime.IPath getWorkspaceRelativePath(org.eclipse.core.runtime.IPath fullPath)
public static org.eclipse.core.runtime.IPath getProjectRelativePath(org.eclipse.core.runtime.IPath fullPath, org.eclipse.core.resources.IProject project)
public static org.eclipse.core.runtime.IPath getWorkspaceRelativePath(String fullPath)
public static org.eclipse.core.runtime.IPath getRawLocation(org.eclipse.core.runtime.IPath wsRelativePath)
public static org.eclipse.core.runtime.IPath makeRelativePath(org.eclipse.core.runtime.IPath path, org.eclipse.core.runtime.IPath relativeTo)
public static org.eclipse.core.runtime.IPath makeRelativePathToProjectIncludes(org.eclipse.core.runtime.IPath fullPath, org.eclipse.core.resources.IProject project)
public static org.eclipse.core.runtime.IPath makeRelativePathToIncludes(org.eclipse.core.runtime.IPath fullPath, String[] includePaths)
public static ICProject getEnclosingProject(org.eclipse.core.runtime.IPath fullPath)
public static org.eclipse.core.runtime.IPath getValidEnclosingFolder(org.eclipse.core.runtime.IPath fullPath)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.