org.jboss.shrinkwrap.descriptor.api.jbossweb60
Interface ClassLoadingType<T>

All Superinterfaces:
Child<T>

public interface ClassLoadingType<T>
extends Child<T>

This interface defines the contract for the class-loadingType xsd type

Since:
Generation date :2013-01-26T19:27:01.083+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 LoaderRepositoryType<ClassLoadingType<T>> getOrCreateLoaderRepository()
          If not already created, a new loader-repository element with the given value will be created.
 Boolean isJavaClassLoadingCompliance()
          Returns the java2ClassLoadingCompliance attribute
 ClassLoadingType<T> javaClassLoadingCompliance(Boolean java2ClassLoadingCompliance)
          Sets the java2ClassLoadingCompliance attribute
 ClassLoadingType<T> removeJavaClassLoadingCompliance()
          Removes the java2ClassLoadingCompliance attribute
 ClassLoadingType<T> removeLoaderRepository()
          Removes the loader-repository element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

getOrCreateLoaderRepository

LoaderRepositoryType<ClassLoadingType<T>> getOrCreateLoaderRepository()
If not already created, a new loader-repository element with the given value will be created. Otherwise, the existing loader-repository element will be returned.

Returns:
a new or existing instance of LoaderRepositoryType>

removeLoaderRepository

ClassLoadingType<T> removeLoaderRepository()
Removes the loader-repository element

Returns:
the current instance of ClassLoadingType

javaClassLoadingCompliance

ClassLoadingType<T> javaClassLoadingCompliance(Boolean java2ClassLoadingCompliance)
Sets the java2ClassLoadingCompliance attribute

Parameters:
java2ClassLoadingCompliance - the value for the attribute java2ClassLoadingCompliance
Returns:
the current instance of ClassLoadingType

isJavaClassLoadingCompliance

Boolean isJavaClassLoadingCompliance()
Returns the java2ClassLoadingCompliance attribute

Returns:
the value defined for the attribute java2ClassLoadingCompliance

removeJavaClassLoadingCompliance

ClassLoadingType<T> removeJavaClassLoadingCompliance()
Removes the java2ClassLoadingCompliance attribute

Returns:
the current instance of ClassLoadingType


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