public final class LibraryPaths
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object obj)  | 
Path | 
getClassPath()
Get the class path of the library. 
 | 
static LibraryPaths | 
getInstance(java.lang.String name,
           Path sourcePath,
           Path classPath)
Get an instance of this class. 
 | 
java.lang.String | 
getLibraryName()
Get the library name. 
 | 
Path | 
getSourcePath()
Get the source path of the library. 
 | 
int | 
hashCode()  | 
public static LibraryPaths getInstance(java.lang.String name, Path sourcePath, Path classPath)
name - the library namesourcePath - the library source pathclassPath - the library class pathpublic java.lang.String getLibraryName()
public Path getSourcePath()
public Path getClassPath()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object