ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.beans10.Decorators

Packages that use Decorators
org.jboss.shrinkwrap.descriptor.api.beans10 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of Decorators in org.jboss.shrinkwrap.descriptor.api.beans10
 

Methods in org.jboss.shrinkwrap.descriptor.api.beans10 that return Decorators
 Decorators<T> Decorators.clazz(String... values)
          Creates for all String objects representing class elements, a new class element
 Decorators<Beans<T>> Beans.createDecorators()
          Creates a new decorators element
 Decorators<BeansDescriptor> BeansDescriptor.createDecorators()
          Creates a new decorators element
 Decorators<Beans<T>> Beans.getOrCreateDecorators()
          If not already created, a new decorators element will be created and returned.
 Decorators<BeansDescriptor> BeansDescriptor.getOrCreateDecorators()
          If not already created, a new decorators element will be created and returned.
 Decorators<T> Decorators.removeAllClazz()
          Removes the class element
 

Methods in org.jboss.shrinkwrap.descriptor.api.beans10 that return types with arguments of type Decorators
 List<Decorators<Beans<T>>> Beans.getAllDecorators()
          Returns all decorators elements
 List<Decorators<BeansDescriptor>> BeansDescriptor.getAllDecorators()
          Returns all decorators elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.