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 |
---|---|
Decorators<T> |
Decorators.clazz(String... values)
Creates for all String objects representing
class elements,
a new class element |
Decorators<BeansDescriptor> |
BeansDescriptor.createDecorators()
Creates a new
decorators element |
Decorators<Beans<T>> |
Beans.createDecorators()
Creates a new
decorators element |
Decorators<BeansDescriptor> |
BeansDescriptor.getOrCreateDecorators()
If not already created, a new
decorators element will be created and returned. |
Decorators<Beans<T>> |
Beans.getOrCreateDecorators()
If not already created, a new
decorators element will be created and returned. |
Decorators<T> |
Decorators.removeAllClazz()
Removes the
class element |
Modifier and Type | Method and Description |
---|---|
List<Decorators<BeansDescriptor>> |
BeansDescriptor.getAllDecorators()
Returns all
decorators elements |
List<Decorators<Beans<T>>> |
Beans.getAllDecorators()
Returns all
decorators elements |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.