The Eclipse function package contains just one linked element type, called
Eclipse Resource.
Attributes
The following specific rules apply to the element type Eclipse Resource:
Attribute
|
Meaning
|
ID Definition
|
The ID definition of an Eclipse resource must consist of just one string property which contains the Eclipse path to the resource.
|
Matchname
|
Match name provided by a tool type to identify the type of the Eclipse resource. The following three match names are default:
- ECLIPSE_PROJECT
- ECLIPSE_FOLDER
- ECLIPSE_FILE
The tool descriptors Get Resource Children and Get Eclipse Projects provide optional attributes to specify other match names.
|
Get Children
|
Reference to an action descriptor which contains tools to fetch the dependent files of the given Eclipse linked element (for example, the files contained in an Eclipse folder). The tool descriptor
Get Resource Children can be used to retrieve the Eclipse resource children.
|