|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.schmant.support.AbstractArgumentChecker
org.schmant.project.java.Library
public class Library
A Library represents a JavaProject dependency that has a list
of zero or more Jar files and/or class directories.
The methods of this object are not thread safe.
| Constructor Summary | |
|---|---|
Library()
|
|
| Method Summary | |
|---|---|
Library |
addEntries(Collection<?> c)
Add a collection of library files and/or class directories. |
Library |
addEntry(Object o)
Add one library file or class directory. |
List<Object> |
getEntries()
Get this library's dependency entries. |
| Methods inherited from class org.schmant.support.AbstractArgumentChecker |
|---|
check, check, check, check |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Library()
| Method Detail |
|---|
public Library addEntry(Object o)
o - The dependency entry.
thispublic Library addEntries(Collection<?> c)
c - The collection of dependencies.
thispublic List<Object> getEntries()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||