Package aQute.bnd.osgi.eclipse
Class EclipseClasspath
java.lang.Object
aQute.bnd.osgi.eclipse.EclipseClasspath
Parse the Eclipse project information for the classpath. Unfortunately, it is
impossible to read the variables. They are ignored but that can cause
problems. @version $Revision: 1.2 $
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEclipseClasspath
(aQute.service.reporter.Reporter reporter, File workspace, File project) EclipseClasspath
(aQute.service.reporter.Reporter reporter, File workspace, File project, int options) Parse an Eclipse project structure to discover the classpath. -
Method Summary
Modifier and TypeMethodDescriptionvoid
setProperties
(Map<String, String> map) void
setRecurse
(boolean recurse)
-
Field Details
-
DO_VARIABLES
public static final int DO_VARIABLES- See Also:
-
-
Constructor Details
-
EclipseClasspath
public EclipseClasspath(aQute.service.reporter.Reporter reporter, File workspace, File project, int options) throws Exception Parse an Eclipse project structure to discover the classpath.- Parameters:
workspace
- Points to workspaceproject
- Points to project- Throws:
ParserConfigurationException
SAXException
IOException
Exception
-
EclipseClasspath
public EclipseClasspath(aQute.service.reporter.Reporter reporter, File workspace, File project) throws Exception - Throws:
Exception
-
-
Method Details
-
getClasspath
-
getSourcepath
-
getOutput
-
getDependents
-
setRecurse
public void setRecurse(boolean recurse) -
getExports
-
setProperties
-
getBootclasspath
-
getAllSources
-