Bug 267931 - [api] Make ClassPathDetector API
Summary: [api] Make ClassPathDetector API
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.5   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: api, needinfo
Depends on:
Blocks: 267642
  Show dependency tree
 
Reported: 2009-03-10 14:09 EDT by Diego Madruga Sandin CLA
Modified: 2009-03-17 04:05 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Madruga Sandin CLA 2009-03-10 14:09:29 EDT
The class org.eclipse.jdt.internal.ui.wizards.ClassPathDetector is marked as internal.

MTJ uses this class on it's Import Project Wizard and would be nice if we could have a way to access this ClassPathDetector as an API.

Could ClassPathDetector be considered for inclusion in the JDT UI API?
Comment 1 Dani Megert CLA 2009-03-11 04:18:00 EDT
The idea is that you use/extend org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageTwo which gives you access to the requested information. Did you try this?

Also note that with this weeks 3.5 M6 API freeze is in place.
Comment 2 Dani Megert CLA 2009-03-17 04:05:35 EDT
Please reopen with explanation if the suggested way does not work for you.