public interface ClassLoadingType<T> extends Child<T>
class-loadingType
xsd typeModifier and Type | Method and Description |
---|---|
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 |
LoaderRepositoryType<ClassLoadingType<T>> getOrCreateLoaderRepository()
loader-repository
element with the given value will be created.
Otherwise, the existing loader-repository
element will be returned.LoaderRepositoryType>
ClassLoadingType<T> removeLoaderRepository()
loader-repository
elementClassLoadingType
ClassLoadingType<T> javaClassLoadingCompliance(Boolean java2ClassLoadingCompliance)
java2ClassLoadingCompliance
attributejava2ClassLoadingCompliance
- the value for the attribute java2ClassLoadingCompliance
ClassLoadingType
Boolean isJavaClassLoadingCompliance()
java2ClassLoadingCompliance
attributejava2ClassLoadingCompliance
ClassLoadingType<T> removeJavaClassLoadingCompliance()
java2ClassLoadingCompliance
attributeClassLoadingType
Copyright © 2016 JBoss by Red Hat. All rights reserved.