EclipseLinkedResource

Linked resources are files and folders that are stored in locations in the file system outside of the project's location.

Since

1.0-milestone-4

Functions

Link copied to clipboard
abstract fun getLocation(): String
The local file system absolute path of the target of the linked resource.
Link copied to clipboard
abstract fun getLocationUri(): String
If the file is not in the local file system, this attribute contains the absolute URI of the resource in some backing file system.
Link copied to clipboard
abstract fun getName(): String
The project-relative path of the linked resource as it appears in the workspace.
Link copied to clipboard
abstract fun getType(): String
The resource type.