@Incubating public class ProjectLibrary extends Object
| Constructor and Description | 
|---|
| ProjectLibrary() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addToNode(Node parentNode,
         PathFactory pathFactory) | 
| boolean | equals(Object obj) | 
| Set<File> | getClasses()A set of Jar files or directories containing compiled code. | 
| Set<File> | getCompilerClasspath()A set of Jar files containing compiler classes. | 
| Set<File> | getJavadoc()A set of Jar files or directories containing javadoc. | 
| String | getName()The name of the library. | 
| Set<File> | getSources()A set of directories containing sources. | 
| String | 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 | setName(String name) | 
| void | setSources(Set<File> sources) | 
| void | setType(String type) | 
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public Set<File> getCompilerClasspath()
public Set<File> getClasses()
public void setClasses(Set<File> classes)
public void addToNode(Node parentNode, PathFactory pathFactory)