Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jbossweb60.ClassLoadingType

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 that return ClassLoadingType
 ClassLoadingType<JbossWebType<T>> JbossWebType.getOrCreateClassLoading()
          If not already created, a new class-loading element with the given value will be created.
 ClassLoadingType<JbossWebDescriptor> JbossWebDescriptor.getOrCreateClassLoading()
          If not already created, a new class-loading element with the given value will be created.
 ClassLoadingType<T> ClassLoadingType.javaClassLoadingCompliance(Boolean java2ClassLoadingCompliance)
          Sets the java2ClassLoadingCompliance attribute
 ClassLoadingType<T> ClassLoadingType.removeJavaClassLoadingCompliance()
          Removes the java2ClassLoadingCompliance attribute
 ClassLoadingType<T> ClassLoadingType.removeLoaderRepository()
          Removes the loader-repository element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 that return types with arguments of type ClassLoadingType
 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.