Package org.jboss.weld.metadata
Class ScanningImpl
java.lang.Object
org.jboss.weld.metadata.ScanningImpl
- All Implemented Interfaces:
org.jboss.weld.bootstrap.spi.Scanning
-
Field Summary
Fields inherited from interface org.jboss.weld.bootstrap.spi.Scanning
EMPTY_SCANNING -
Constructor Summary
ConstructorsConstructorDescriptionScanningImpl(Collection<org.jboss.weld.bootstrap.spi.Metadata<org.jboss.weld.bootstrap.spi.Filter>> includes, Collection<org.jboss.weld.bootstrap.spi.Metadata<org.jboss.weld.bootstrap.spi.Filter>> excludes) -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.jboss.weld.bootstrap.spi.Metadata<org.jboss.weld.bootstrap.spi.Filter>>Collection<org.jboss.weld.bootstrap.spi.Metadata<org.jboss.weld.bootstrap.spi.Filter>>toString()
-
Constructor Details
-
ScanningImpl
public ScanningImpl(Collection<org.jboss.weld.bootstrap.spi.Metadata<org.jboss.weld.bootstrap.spi.Filter>> includes, Collection<org.jboss.weld.bootstrap.spi.Metadata<org.jboss.weld.bootstrap.spi.Filter>> excludes)
-
-
Method Details
-
getExcludes
public Collection<org.jboss.weld.bootstrap.spi.Metadata<org.jboss.weld.bootstrap.spi.Filter>> getExcludes()- Specified by:
getExcludesin interfaceorg.jboss.weld.bootstrap.spi.Scanning
-
getIncludes
public Collection<org.jboss.weld.bootstrap.spi.Metadata<org.jboss.weld.bootstrap.spi.Filter>> getIncludes()- Specified by:
getIncludesin interfaceorg.jboss.weld.bootstrap.spi.Scanning
-
toString
-