Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-mtj-dev] How retrieve saved MTJ project configuration

Dear all, How are you?

I'm developing an Eclipse Plug that extends Mobile Tools for Java plug
in features.
I need to retrieve all specific information regarding a MTJ project
saved on users' workspace.
For instance, If the user has a MTJ project on his/her workspace, then
I need to retrieve its MTJ specific configuration like device, and so
on.

I'm able to get all workspace project using the source code bellow,
but I couldn't figure out how to retrieve all particular MTJ
configuration through IProject interface.

IProject[] projects = ResourcesPlugin.getWorkspace().getRoot().getProjects();

Please, May someone help me with this issue?

I appreciate any help you can give me,
thanks,
Roger


Back to the top