Previous Topic Next topic Print topic


Get Eclipse Projects

Function:

This tool returns a file descriptor pointing to a file that contains all Eclipse projects that meet the specified nature criterion.

Tool Attribute:

Attribute Type Description
Eclipse Project Matchname String The match name to be used by the tool to identify Eclipse projects. The default value is ECLIPSE_PROJECT.

Parameters:

Parameter # I/O Type Description
1 [M] I String A regular expression filtering the Eclipse projects to be returned.
2 [M] O File A file descriptor pointing to the result file containing the returned Eclipse projects.

The output file descriptor should be of type InputStream and have the following structure:

Number Target ID
1 [M] The Eclipse Resource ID of the project.
2 [M] A Match Name identifying the AWM element type.
Previous Topic Next topic Print topic