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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 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.id(String id)
          Sets the id attribute
 ExcludeListType<T> ExcludeListType.removeAllDescription()
          Removes the description element
 ExcludeListType<T> ExcludeListType.removeAllMethod()
          Removes all method elements
 ExcludeListType<T> ExcludeListType.removeId()
          Removes the id attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 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.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.