Package org.eclipse.core.filebuffers
Class LocationKind
java.lang.Object
org.eclipse.core.filebuffers.LocationKind
Type-safe enum of the available location kinds.
- Since:
- 3.3
- Restriction:
- This class is not intended to be instantiated by clients.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LocationKind
The corresponding argument is the full path of anIFile
.static final LocationKind
The corresponding argument is a location in a file system.static final LocationKind
Tells to normalize the corresponding argument according toFileBuffers.normalizeLocation(IPath)
. -
Method Summary
-
Field Details
-
LOCATION
The corresponding argument is a location in a file system.Note: File buffers that are connected using a file store will not be found.
-
IFILE
The corresponding argument is the full path of anIFile
.- See Also:
-
NORMALIZE
Tells to normalize the corresponding argument according toFileBuffers.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.
-
-
Method Details