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 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return ResourceManagersType
 ResourceManagersType<T> ResourceManagersType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 ResourceManagersType<JbossType<T>> JbossType.getOrCreateResourceManagers()
          If not already created, a new resource-managers element with the given value will be created.
 ResourceManagersType<JbossDescriptor> JbossDescriptor.getOrCreateResourceManagers()
          If not already created, a new resource-managers element with the given value will be created.
 ResourceManagersType<T> ResourceManagersType.id(String id)
          Sets the id attribute
 ResourceManagersType<T> ResourceManagersType.removeAllDescription()
          Removes the description element
 ResourceManagersType<T> ResourceManagersType.removeAllResourceManager()
          Removes all resource-manager elements
 ResourceManagersType<T> ResourceManagersType.removeId()
          Removes the id attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type ResourceManagersType
 ResourceManagerType<ResourceManagersType<T>> ResourceManagersType.createResourceManager()
          Creates a new resource-manager element
 List<ResourceManagerType<ResourceManagersType<T>>> ResourceManagersType.getAllResourceManager()
          Returns all resource-manager elements
 ResourceManagerType<ResourceManagersType<T>> ResourceManagersType.getOrCreateResourceManager()
          If not already created, a new resource-manager element will be created and returned.
 



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