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 |
---|---|
BeansDescriptor |
BeansDescriptor.beanDiscoveryMode(String beanDiscoveryMode)
Sets the
bean-discovery-mode attribute |
BeansDescriptor |
BeansDescriptor.removeAllAlternatives()
Removes all
alternatives elements |
BeansDescriptor |
BeansDescriptor.removeAllDecorators()
Removes all
decorators elements |
BeansDescriptor |
BeansDescriptor.removeAllInterceptors()
Removes all
interceptors elements |
BeansDescriptor |
BeansDescriptor.removeAllScan()
Removes all
scan elements |
BeansDescriptor |
BeansDescriptor.removeBeanDiscoveryMode()
Removes the
bean-discovery-mode attribute |
BeansDescriptor |
BeansDescriptor.removeVersion()
Removes the
version attribute |
BeansDescriptor |
BeansDescriptor.version(String version)
Sets the
version attribute |
Modifier and Type | Method and Description |
---|---|
Alternatives<BeansDescriptor> |
BeansDescriptor.createAlternatives()
Creates a new
alternatives element |
Decorators<BeansDescriptor> |
BeansDescriptor.createDecorators()
Creates a new
decorators element |
Interceptors<BeansDescriptor> |
BeansDescriptor.createInterceptors()
Creates a new
interceptors element |
Scan<BeansDescriptor> |
BeansDescriptor.createScan()
Creates a new
scan element |
List<Alternatives<BeansDescriptor>> |
BeansDescriptor.getAllAlternatives()
Returns all
alternatives elements |
List<Decorators<BeansDescriptor>> |
BeansDescriptor.getAllDecorators()
Returns all
decorators elements |
List<Interceptors<BeansDescriptor>> |
BeansDescriptor.getAllInterceptors()
Returns all
interceptors elements |
List<Scan<BeansDescriptor>> |
BeansDescriptor.getAllScan()
Returns all
scan elements |
Alternatives<BeansDescriptor> |
BeansDescriptor.getOrCreateAlternatives()
If not already created, a new
alternatives element will be created and returned. |
Decorators<BeansDescriptor> |
BeansDescriptor.getOrCreateDecorators()
If not already created, a new
decorators element will be created and returned. |
Interceptors<BeansDescriptor> |
BeansDescriptor.getOrCreateInterceptors()
If not already created, a new
interceptors element will be created and returned. |
Scan<BeansDescriptor> |
BeansDescriptor.getOrCreateScan()
If not already created, a new
scan element will be created and returned. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.