Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Touchpoint class question


I think this exists because touchpoint action ids were not originally fully qualified because they were local to a given touchpoint. When we introduced the ability to share actions across touchpoints, the qualifier became necessary. So, this is for use by those touchpoints that published actions prior to the introduction of touchpoint qualifiers, so you shouldn't need it.

And, there is no ITouchpoint class, so that is a documentation bug that needs fixing.

John



James D Miles <jdmiles@xxxxxxxxxx>
Sent by: p2-dev-bounces@xxxxxxxxxxx

08/12/2009 05:52 PM

Please respond to
P2 developer discussions <p2-dev@xxxxxxxxxxx>

To
p2-dev@xxxxxxxxxxx
cc
Subject
[p2-dev] Touchpoint class question





In the class we have
/** NOT API
-- this is for backwards compatibility only */
public
String qualifyAction(String actionId) {

Why is this method tagged as not API?
_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/p2-dev


Back to the top