ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar30.ExcludeListType

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

Uses of ExcludeListType in org.jboss.shrinkwrap.descriptor.api.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return ExcludeListType
 ExcludeListType<T> ExcludeListType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 ExcludeListType<AssemblyDescriptorType<T>> AssemblyDescriptorType.getOrCreateExcludeList()
          If not already created, a new exclude-list element with the given value will be created.
 ExcludeListType<T> ExcludeListType.removeAllDescription()
          Removes the description element
 ExcludeListType<T> ExcludeListType.removeAllMethod()
          Removes all method elements
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type ExcludeListType
 MethodType<ExcludeListType<T>> ExcludeListType.createMethod()
          Creates a new method element
 List<MethodType<ExcludeListType<T>>> ExcludeListType.getAllMethod()
          Returns all method elements
 MethodType<ExcludeListType<T>> ExcludeListType.getOrCreateMethod()
          If not already created, a new method element will be created and returned.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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