Uses of Class
org.eclipse.core.runtime.Path
-
Packages that use Path Package Description org.eclipse.core.runtime Provides support for the runtime platform, core utility methods and the extension registry. -
-
Uses of Path in org.eclipse.core.runtime
Fields in org.eclipse.core.runtime declared as Path Modifier and Type Field Description static PathPath. EMPTYConstant value containing the empty path with no device on the local file system.static PathPath. ROOTConstant value containing the root path with no device on the local file system.Methods in org.eclipse.core.runtime that return Path Modifier and Type Method Description static PathPath. forPosix(String fullPath)Constructs a new POSIX path from the given string path.static PathPath. forWindows(String fullPath)Constructs a new Windows path from the given string path.
-