Package | Description |
---|---|
jreframeworker.core |
Modifier and Type | Class and Description |
---|---|
static class |
BuildFile.LibraryTarget
For all practical purposes, we say a runtime target has a path
and we know where it is absolutely or relative to the project
|
static class |
BuildFile.RuntimeTarget
For all practical purposes, we say a runtime target does not have a path
since it is located depending on the current project runtime.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<BuildFile.Target> |
BuildFile.getTargets()
Returns a set of all the target jars in the xml file
|
Modifier and Type | Method and Description |
---|---|
void |
BuildFile.addTarget(BuildFile.Target targetToAdd)
Adds a target jar to the build file
|
static org.eclipse.core.runtime.IStatus |
JReFrameworker.createProject(java.lang.String projectName,
org.eclipse.core.runtime.IPath projectPath,
org.eclipse.core.runtime.IProgressMonitor monitor,
BuildFile.Target... targets) |