Package | Description |
---|---|
org.eclipse.core.runtime |
Provides support for the runtime platform, core utility methods and the extension registry.
|
Modifier and Type | Field and Description |
---|---|
static Path |
Path.EMPTY
Constant value containing the empty path with no device on the local file system.
|
static Path |
Path.ROOT
Constant value containing the root path with no device on the local file system.
|
Modifier and Type | Method and Description |
---|---|
static Path |
Path.forPosix(String fullPath)
Constructs a new POSIX path from the given string path.
|
static Path |
Path.forWindows(String fullPath)
Constructs a new Windows path from the given string path.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.