Class ProjectLibrary
java.lang.Object
org.gradle.plugins.ide.idea.model.ProjectLibrary
A project-level IDEA library.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addToNode
(Node parentNode, PathFactory pathFactory) boolean
A set of Jar files or directories containing compiled code.A set of Jar files containing compiler classes.A set of Jar files or directories containing javadoc.getName()
The name of the library.A set of directories containing sources.getType()
The type of the library.int
hashCode()
void
setClasses
(Set<File> classes) A set of Jar files or directories containing source code.void
setCompilerClasspath
(Set<File> compilerClasspath) void
setJavadoc
(Set<File> javadoc) void
void
setSources
(Set<File> sources) void
-
Constructor Details
-
ProjectLibrary
public ProjectLibrary()
-
-
Method Details
-
getName
The name of the library. -
setName
-
getType
The type of the library. -
setType
-
getCompilerClasspath
A set of Jar files containing compiler classes. -
setCompilerClasspath
-
getClasses
A set of Jar files or directories containing compiled code. -
setClasses
A set of Jar files or directories containing source code. -
getJavadoc
A set of Jar files or directories containing javadoc. -
setJavadoc
-
getSources
A set of directories containing sources. -
setSources
-
addToNode
-
equals
-
hashCode
public int hashCode()
-