Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse JET Guide
Previous Page Home Next Page

Predefined XPath Variables

When a JET transformation loads a model from an Eclipse resource, the following XPath variables are set.

Variable Contents
org.eclipse.jet.resource.name the name of the loaded resource
org.eclipse.jet.resource.type the resource type (file, folder, project)
org.eclipse.jet.resource.location the resource location (absolute file system path)
org.eclipse.jet.resource.rawLocation the resource raw location. See IResource.getRawLocation().
org.eclipse.jet.resource.project.name the name of the project containing the resource.
org.eclipse.jet.resource.fullPath the Eclipse workspace relative path of the resource.
org.eclipse.jet.resource.projectRelativePath the Eclipse project relative path of the resource.
org.eclipse.jet.resource.fileExtension the resource file extension
org.eclipse.jet.resource.fileName the resource file name (without path).

The following variables are defined if the loaded resource is a file or folder.

Variable Contents
org.eclipse.jet.resource.parent.name The resource's parent name (files and folders only)
org.eclipse.jet.resource.parent.location The resource's parent location (files and folders only).
org.eclipse.jet.resource.parent.rawLocation the resource's parent raw location (files and folders only).
org.eclipse.jet.resource.parent.fullPath the resource's parent full path (files and folders only).
org.eclipse.jet.resource.parent.projectRelativePath the resource's parent project relative path (files and folders only).

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire