Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Profile for the running instance


I thought we already had this.  The current profile was called "this" I think (or perhaps "self").  I recall adding the function when I did the provisioning helper etc.  

Jeff



Pascal Rapicault/Ottawa/IBM@IBMCA
Sent by: equinox-dev-bounces@xxxxxxxxxxx

08/27/2007 09:16 PM

Please respond to
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

To
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>
cc
Subject
[equinox-dev] Profile for the running instance






Hello,

I just released code allowing access to the profile of the running system,
aka self.
To get it, simply query the profile registry with the special token SELF
available from the IProfileRegistry interface.
The value for self is derived from the value of the system property
eclipse.prov.profile. If this system property is not set then agent starts
"SELF" is unknown.

PaScaL

_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top