setAbsolutePathForEntry(ClassPathEntry entry) Inteligently sets absolute path for a given entry with recongnizing of
links, projects, variables, relative and absolute entries.
If it is not possible (e.g.
Returns EclipseProject instance representing Eclipse project
found in the given projectDir. If a project is not found in
the specified directory, null is returned.
either a EclipseProject instance or null if a givenprojectDir doesn't contain valid Eclipse project.
Returns metadata file containing information about this projects. I.e.
normally .classpath file withing the project's directory. See
EclipseProject.CLASSPATH_FILE .
Returns JDK directory for platform this project uses. Can be null in a
case when a JDK was set for an eclipse project in Eclipse then the
directory with JDK was deleted from filesystem and then a project is
imported to NetBeans.
JDK directory for the project
Returns metadata file containing information about this projects. I.e.
normally .project file withing the project's directory. See
EclipseProject.PROJECT_FILE .
Inteligently sets absolute path for a given entry with recongnizing of
links, projects, variables, relative and absolute entries.
If it is not possible (e.g. workspace Varible is not found) sets abs.
path to null.