|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.ant4eclipse.model.userlibrary.UserLibrary
public class UserLibrary
Description of an user library.
| Constructor Summary | |
|---|---|
UserLibrary(java.lang.String name,
boolean syslib)
Creates a new user library entry with a specific name. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserLibrary(java.lang.String name,
boolean syslib)
name - The name of the user library.syslib - true <=> This library affects the boot class path.| Method Detail |
|---|
public java.lang.String getName()
public boolean isSystemLibrary()
public void addArchive(Archive arc)
arc - The archive that will be added.public Archive[] getArchives()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||