Class ProjectLibrary
java.lang.Object
org.gradle.plugins.ide.idea.model.ProjectLibrary
A project-level IDEA library.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddToNode(Node parentNode, PathFactory pathFactory) booleanA 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.inthashCode()voidsetClasses(Set<File> classes) A set of Jar files or directories containing source code.voidsetCompilerClasspath(Set<File> compilerClasspath) voidsetJavadoc(Set<File> javadoc) voidvoidsetSources(Set<File> sources) void
- 
Constructor Details- 
ProjectLibrarypublic ProjectLibrary()
 
- 
- 
Method Details- 
getNameThe name of the library.
- 
setName
- 
getTypeThe type of the library.
- 
setType
- 
getCompilerClasspathA set of Jar files containing compiler classes.
- 
setCompilerClasspath
- 
getClassesA set of Jar files or directories containing compiled code.
- 
setClassesA set of Jar files or directories containing source code.
- 
getJavadocA set of Jar files or directories containing javadoc.
- 
setJavadoc
- 
getSourcesA set of directories containing sources.
- 
setSources
- 
addToNode
- 
equals
- 
hashCodepublic int hashCode()
 
-