Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jboss51.ResourceManagersType

Packages that use ResourceManagersType
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jboss51 Provides the implementation classes as defined in the schema jboss_5_1.xsd 
 

Uses of ResourceManagersType in org.jboss.shrinkwrap.descriptor.api.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return ResourceManagersType
 ResourceManagersType<T> ResourceManagersType.removeAllDescription()
          Removes the description element
 ResourceManagersType<T> ResourceManagersType.removeAllResourceManager()
          Removes all resource-manager elements
 ResourceManagersType<JbossType<T>> JbossType.resourceManagers()
          If not already created, a new resource-managers element will be created and returned.
 ResourceManagersType<Jboss51Descriptor> Jboss51Descriptor.resourceManagers()
          If not already created, a new resource-managers element will be created and returned.
 ResourceManagersType<T> ResourceManagersType.setDescription(java.lang.String description)
          Creates a new description element
 ResourceManagersType<T> ResourceManagersType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type ResourceManagersType
 java.util.List<ResourceManagerType<ResourceManagersType<T>>> ResourceManagersType.getResourceManagerList()
          Returns all resource-manager elements
 ResourceManagerType<ResourceManagersType<T>> ResourceManagersType.resourceManager()
          Returns the resource-manager element
 

Uses of ResourceManagersType in org.jboss.shrinkwrap.descriptor.impl.jboss51
 

Classes in org.jboss.shrinkwrap.descriptor.impl.jboss51 that implement ResourceManagersType
 class ResourceManagersTypeImpl<T>
          This class implements the resource-managersType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return ResourceManagersType
 ResourceManagersType<T> ResourceManagersTypeImpl.removeAllDescription()
          Removes the description element
 ResourceManagersType<T> ResourceManagersTypeImpl.removeAllResourceManager()
          Removes all resource-manager elements
 ResourceManagersType<Jboss51Descriptor> Jboss51DescriptorImpl.resourceManagers()
          If not already created, a new resource-managers element will be created and returned.
 ResourceManagersType<JbossType<T>> JbossTypeImpl.resourceManagers()
          If not already created, a new resource-managers element will be created and returned.
 ResourceManagersType<T> ResourceManagersTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 ResourceManagersType<T> ResourceManagersTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type ResourceManagersType
 java.util.List<ResourceManagerType<ResourceManagersType<T>>> ResourceManagersTypeImpl.getResourceManagerList()
          Returns all resource-manager elements
 ResourceManagerType<ResourceManagersType<T>> ResourceManagersTypeImpl.resourceManager()
          Returns the resource-manager element