public class UserLibrary
extends java.lang.Object
| Constructor and Description |
|---|
UserLibrary(java.lang.String name,
boolean syslib)
Creates a new user library entry with a specific name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addArchive(Archive arc)
Adds an archive to this library entry.
|
Archive[] |
getArchives()
Returns a list of archives that are registered with this library entry.
|
java.lang.String |
getName()
Returns the name of this user library.
|
boolean |
isSystemLibrary()
Returns true if this library affects the boot class path.
|
public UserLibrary(java.lang.String name,
boolean syslib)
name - The name of the user library.syslib - true <=> This library affects the boot class path.public java.lang.String getName()
public boolean isSystemLibrary()
public void addArchive(Archive arc)
arc - The archive that will be added.public Archive[] getArchives()