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

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

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

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

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

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



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