Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jbosscommon51.LoaderRepositoryType

Packages that use LoaderRepositoryType
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.jbosscommon51 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return LoaderRepositoryType
 LoaderRepositoryType<JbossType<T>> JbossType.getOrCreateLoaderRepository()
          If not already created, a new loader-repository element with the given value will be created.
 LoaderRepositoryType<JbossDescriptor> JbossDescriptor.getOrCreateLoaderRepository()
          If not already created, a new loader-repository element with the given value will be created.
 

Uses of LoaderRepositoryType in org.jboss.shrinkwrap.descriptor.api.jbosscommon51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return LoaderRepositoryType
 LoaderRepositoryType<T> LoaderRepositoryType.id(String id)
          Sets the id attribute
 LoaderRepositoryType<T> LoaderRepositoryType.loaderRepositoryClass(String loaderRepositoryClass)
          Sets the loaderRepositoryClass attribute
 LoaderRepositoryType<T> LoaderRepositoryType.removeAllLoaderRepositoryConfig()
          Removes all loader-repository-config elements
 LoaderRepositoryType<T> LoaderRepositoryType.removeId()
          Removes the id attribute
 LoaderRepositoryType<T> LoaderRepositoryType.removeLoaderRepositoryClass()
          Removes the loaderRepositoryClass attribute
 LoaderRepositoryType<T> LoaderRepositoryType.text(String value)
          Sets the body text for the element loader-repositoryType
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return types with arguments of type LoaderRepositoryType
 LoaderRepositoryConfigType<LoaderRepositoryType<T>> LoaderRepositoryType.createLoaderRepositoryConfig()
          Creates a new loader-repository-config element
 List<LoaderRepositoryConfigType<LoaderRepositoryType<T>>> LoaderRepositoryType.getAllLoaderRepositoryConfig()
          Returns all loader-repository-config elements
 LoaderRepositoryConfigType<LoaderRepositoryType<T>> LoaderRepositoryType.getOrCreateLoaderRepositoryConfig()
          If not already created, a new loader-repository-config element will be created and returned.
 



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