|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BootClasspathConfigurable<T extends BootClasspathConfigurable<T>>
This interface defines an object that can be configured with a boot classpath. The classpath entries are stored in a list that contains the entries in the order that they were added.
Method Summary | |
---|---|
T |
addBootClasspathEntries(Object o)
This method does the same as addBootClasspathEntry(Object) . |
T |
addBootClasspathEntry(Object o)
Add one or several entries to the boot classpath. |
T |
clearBootClasspathEntries()
|
Method Detail |
---|
T addBootClasspathEntry(Object o)
o
- The boot classpath entry or entries. If this object is an array
or a collection, it is flattened (see
FlatteningList
). It is up to the object
implementing this to decide how each object should be interpreted.
this
T addBootClasspathEntries(Object o)
addBootClasspathEntry(Object)
.
o
- The boot classpath entry or entries. See
addBootClasspathEntry(Object)
.
this
T clearBootClasspathEntries()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |