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.
Modifier and Type | Field and Description |
---|---|
static Scanning |
EMPTY_SCANNING |
Modifier and Type | Method and Description |
---|---|
Collection<Metadata<Filter>> |
getExcludes()
The <exclude> element
|
Collection<Metadata<Filter>> |
getIncludes()
The <include> element
|
static final Scanning EMPTY_SCANNING
Collection<Metadata<Filter>> getIncludes()
Collection<Metadata<Filter>> getExcludes()
Copyright © 2013 Seam Framework. All Rights Reserved.