public class EclipseClasspath extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DO_VARIABLES |
| Constructor and Description |
|---|
EclipseClasspath(Reporter reporter,
File workspace,
File project) |
EclipseClasspath(Reporter reporter,
File workspace,
File project,
int options)
Parse an Eclipse project structure to discover the classpath.
|
| Modifier and Type | Method and Description |
|---|---|
Set<File> |
getAllSources() |
Set<File> |
getBootclasspath() |
Set<File> |
getClasspath() |
List<File> |
getDependents() |
Set<File> |
getExports() |
File |
getOutput() |
Set<File> |
getSourcepath() |
void |
setProperties(Map<String,String> map) |
void |
setRecurse(boolean recurse) |
public static final int DO_VARIABLES
public EclipseClasspath(Reporter reporter, File workspace, File project, int options) throws Exception
workspace - Points to workspaceproject - Points to projectParserConfigurationExceptionSAXExceptionIOExceptionExceptionpublic File getOutput()
public void setRecurse(boolean recurse)
Copyright © 2015 aQute SARL. All Rights Reserved.