public class JkEclipseClasspathApplier
extends java.lang.Object
JkJavaProject
in order it reflects a given .classpath file.Constructor and Description |
---|
JkEclipseClasspathApplier(boolean smartScope)
Constructs a
JkEclipseClasspathApplier . |
Modifier and Type | Method and Description |
---|---|
void |
apply(JkJavaProject javaProject)
Modifies the specified javaProject in a way it reflects its eclipse .classpath file.
|
public JkEclipseClasspathApplier(boolean smartScope)
JkEclipseClasspathApplier
.smartScope
- if true
dependencies on test libraries will be affected with TEST scope.
Otherwise every libs is affected with default scope.public void apply(JkJavaProject javaProject)