Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-update-dev] How do I get the URL of a feature in the completeConfigure method of an InstallHandler?

Hi,
I need to access files inside a feature dir placed in
/eclipse/features/<feature-name>
from my own InstallHandler that extends
BaseInstallHandler and from inside
the completeConfigure() method.
How can I get to that? From the
completeInstall(IFeatureContentConsumer
consumer), I am able to access the feature dir using
the consumer's fields (using
consumer.getFeature().getSite().getURL().getPath())
But I dont know how I would do that from inside
completeConfigure??

Please help,
Thanks,
Suyog Mody


__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com


Back to the top