|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Scanning
Scanning is a data structures representing the <scan> element in Weld's
extensions to beans.xml. See the XSD for Weld's extensions to beans.xml for
details of the semantics of <scan>. Scanning contains an include
Filter list and an exclude Filter list.
| Field Summary | |
|---|---|
static Scanning |
EMPTY_SCANNING
|
| Method Summary | |
|---|---|
Collection<Metadata<Filter>> |
getExcludes()
The <exclude> element |
Collection<Metadata<Filter>> |
getIncludes()
The <include> element |
| Field Detail |
|---|
static final Scanning EMPTY_SCANNING
| Method Detail |
|---|
Collection<Metadata<Filter>> getIncludes()
Collection<Metadata<Filter>> getExcludes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||