Class ClasspathFile
java.lang.Object
org.javamodularity.moduleplugin.tasks.ClasspathFile
This class provides functionality to improve the content of
.classpath file created
by the Gradle's eclipse-plugin.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(org.gradle.api.Task task) Configures appropriate action if project has task "eclipseClasspath".
-
Constructor Details
-
ClasspathFile
public ClasspathFile()
-
-
Method Details
-
configure
public void configure(org.gradle.api.Task task) Configures appropriate action if project has task "eclipseClasspath".- Parameters:
task- responsible for generating.classpathfile
-