Able to load and fill up an EclipseProject from Eclipse project
directory using a .project and .classpath file and eventually passed
workspace. It is also able to load the basic information from workspace.
author: mkrauskopf
Loads a project contained in the given projectDir and tries
if there is workspace in the parent directory (which works only for
eclipse internal projects)
throws: ProjectImporterException - if project in the givenprojectDir is not a valid Eclipse project.
Loads a project contained in the given projectDir.
throws: ProjectImporterException - if project in the givenprojectDir is not a valid Eclipse project.
Fullfill given project with all needed information.
throws: ProjectImporterException - if project in the givenprojectDir is not a valid Eclipse project.