Class ProjectLibrary
java.lang.Object
org.gradle.plugins.ide.idea.model.ProjectLibrary
Deprecated.
Will be removed in Gradle 10.
A project-level IDEA library.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToNode(Node parentNode, PathFactory pathFactory) Deprecated.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.voidsetJavadoc(Set<File> javadoc) Deprecated.voidDeprecated.voidsetSources(Set<File> sources) Deprecated.voidDeprecated.
-
Constructor Details
-
ProjectLibrary
public ProjectLibrary()Deprecated.
-
-
Method Details
-
getName
-
setName
Deprecated. -
getType
-
setType
Deprecated. -
getCompilerClasspath
-
setCompilerClasspath
-
getClasses
-
setClasses
-
getJavadoc
-
setJavadoc
-
getSources
-
setSources
-
addToNode
Deprecated. -
equals
-
hashCode
-