Package | Description |
---|---|
jreframeworker.atlas.projects | |
jreframeworker.common | |
jreframeworker.core |
Modifier and Type | Method and Description |
---|---|
JReFrameworkerProject |
JReFrameworkerAtlasProject.getProject()
Returns the Eclipse project resource
|
Constructor and Description |
---|
JReFrameworkerAtlasProject(JReFrameworkerProject project) |
Modifier and Type | Method and Description |
---|---|
static java.io.File |
RuntimeUtils.getClasspathJar(java.lang.String targetJarName,
JReFrameworkerProject jrefProject) |
Modifier and Type | Method and Description |
---|---|
JReFrameworkerProject |
IncrementalBuilder.getJReFrameworkerProject() |
Modifier and Type | Method and Description |
---|---|
static java.io.File |
BuilderUtils.getBuildPhaseDirectory(JReFrameworkerProject jrefProject,
int buildPhase) |
static java.io.File |
BuilderUtils.getBuildPhaseJar(java.lang.String targetJar,
JReFrameworkerProject jrefProject,
int buildPhase) |
static java.io.File |
BuilderUtils.getCorrespondingClassFile(JReFrameworkerProject jrefProject,
java.io.File sourceFile)
Returns the corresponding class file for the given compilation units of the project
|
static java.io.File |
BuilderUtils.getCorrespondingSourceFile(JReFrameworkerProject jrefProject,
java.io.File classFile)
Returns the corresponding source file for the given class files of a project
|
static int |
BuilderUtils.getLastBuildPhase(JReFrameworkerProject jrefProject) |
Constructor and Description |
---|
IncrementalBuilder(JReFrameworkerProject jrefProject) |