Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » API Tooling Filter IDs Explained?
API Tooling Filter IDs Explained? [message #34042] Thu, 20 November 2008 18:50
Philip Quitslund is currently offline Philip QuitslundFriend
Messages: 24
Registered: July 2009
Junior Member
Hey all,

Is the mapping of PI Tooling Filter IDs to their descriptions documented
anywhere? With detective work I've been able to reverse engineer some but it
would be much more convenient if I had a central place to look.

Here's my problem specifically with an example. Say I have this bit in a
..api_filters file:

<resource path="META-INF/MANIFEST.MF" type="org.acme.Foo">
<filter id="305324134">
<message_arguments>
<message_argument value="org.acme.Foo"/>
<message_argument value="org.acme_1.0.0/>
</message_arguments>
</filter>
</resource>

I'd like to be able to extract the message:

"The type org.acme.Foo has been removed ..."

I can see this when I go to the project properties but I'd like to do this
automatically (and headlessly) for documentation purposes.

Thanks in advance for any ideas!


-phil
Previous Topic:How to change plugin.xml programmatically?
Next Topic:API Tooling Filter IDs Explained?
Goto Forum:
  


Current Time: Tue Apr 23 17:04:28 GMT 2024

Powered by FUDForum. Page generated in 0.03265 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top