Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.beans10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
BeansDescriptor |
BeansDescriptor.removeAllAlternatives()
Removes all
alternatives elements |
BeansDescriptor |
BeansDescriptor.removeAllDecorators()
Removes all
decorators elements |
BeansDescriptor |
BeansDescriptor.removeAllInterceptors()
Removes all
interceptors elements |
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 |
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 |
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. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.