|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gradle.plugins.ide.idea.model.ProjectLibrary
@Incubating class ProjectLibrary
A project-level IDEA library.
Property Summary | |
---|---|
Set |
classes
A set of Jar files or directories containing compiled code. |
Set |
javadoc
A set of Jar files or directories containing Javadoc. |
String |
name
The name of the library. |
Set |
sources
A set of Jar files or directories containing source code. |
Method Summary | |
---|---|
void
|
addToNode(Node parentNode, PathFactory pathFactory)
|
boolean
|
equals(Object obj)
|
int
|
hashCode()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
Set classes
Set javadoc
String name
Set sources
Method Detail |
---|
void addToNode(Node parentNode, PathFactory pathFactory)
boolean equals(Object obj)
int hashCode()
Gradle API 1.12