|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.ant4eclipse.model.userlibrary.UserLibraries
public final class UserLibraries
This class provides the content of a user library configuration.
| Constructor Summary | |
|---|---|
UserLibraries()
Initialises this data structure used to collect the content of an eclipse user library configuration file. |
|
| Method Summary | |
|---|---|
void |
addLibrary(UserLibrary userlibrary)
Adds the supplied user library entry to this collecting data structure. |
java.lang.String[] |
getAvailableLibraries()
Returns a list with the names of the available libraries. |
UserLibrary |
getLibrary(java.lang.String name)
Returns a user library entry associated with the supplied name. |
boolean |
hasLibrary(java.lang.String name)
Returns true if there's a specific library entry available. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserLibraries()
| Method Detail |
|---|
public void addLibrary(UserLibrary userlibrary)
userlibrary - The user library entry which shall be added.public boolean hasLibrary(java.lang.String name)
name - The name of the desired library.
public UserLibrary getLibrary(java.lang.String name)
name - The name used to access this user library.
public java.lang.String[] getAvailableLibraries()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||