Class ProjectLibrary
java.lang.Object
org.gradle.plugins.ide.idea.model.ProjectLibrary
Deprecated.
Will be removed in Gradle 10.
A project-level IDEA library.
- Since:
- 1.5
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToNode(Node parentNode, PathFactory pathFactory) Deprecated.Add to node.booleanDeprecated.Deprecated.A set of Jar files or directories containing compiled code.Deprecated.A set of Jar files containing compiler classes.Deprecated.A set of Jar files or directories containing javadoc.getName()Deprecated.The name of the library.Deprecated.A set of directories containing sources.getType()Deprecated.The type of the library.inthashCode()Deprecated.voidsetClasses(Set<File> classes) Deprecated.A set of Jar files or directories containing source code.voidsetCompilerClasspath(Set<File> compilerClasspath) Deprecated.Sets the compiler classpath.voidsetJavadoc(Set<File> javadoc) Deprecated.Sets the javadoc.voidDeprecated.Sets the name.voidsetSources(Set<File> sources) Deprecated.Sets the sources.voidDeprecated.Sets the type.
-
Constructor Details
-
ProjectLibrary
public ProjectLibrary()Deprecated.
-
-
Method Details
-
getName
-
setName
-
getType
-
setType
-
getCompilerClasspath
-
setCompilerClasspath
-
getClasses
-
setClasses
-
getJavadoc
-
setJavadoc
-
getSources
-
setSources
-
addToNode
-
equals
-
hashCode
-