public final class LocationKind extends Object
Modifier and Type | Field and Description |
---|---|
static LocationKind |
IFILE
The corresponding argument is the full path
of an
IFile . |
static LocationKind |
LOCATION
The corresponding argument is a location
in a file system.
|
static LocationKind |
NORMALIZE
Tells to normalize the corresponding argument according
to
FileBuffers.normalizeLocation(IPath) . |
public static final LocationKind LOCATION
Note: File buffers that are connected using a file store will not be found.
public static final LocationKind IFILE
IFile
.IFile.getFullPath()
public static final LocationKind NORMALIZE
FileBuffers.normalizeLocation(IPath)
.
Note:: If the normalized path is not in the workspace then a file buffer that might be connected using a file store will not be found.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.