Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.beans11 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
Scan<BeansDescriptor> |
BeansDescriptor.createScan()
Creates a new
scan element |
Scan<BeansDescriptor> |
BeansDescriptor.getOrCreateScan()
If not already created, a new
scan element will be created and returned. |
Scan<T> |
Scan.removeAllExclude()
Removes all
exclude elements |
Modifier and Type | Method and Description |
---|---|
Exclude<Scan<T>> |
Scan.createExclude()
Creates a new
exclude element |
List<Exclude<Scan<T>>> |
Scan.getAllExclude()
Returns all
exclude elements |
List<Scan<BeansDescriptor>> |
BeansDescriptor.getAllScan()
Returns all
scan elements |
Exclude<Scan<T>> |
Scan.getOrCreateExclude()
If not already created, a new
exclude element will be created and returned. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.