
public interface ClassLoadingType<T> extends Child<T>
class-loadingType xsd type| Modifier 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 elementClassLoadingTypeClassLoadingType<T> javaClassLoadingCompliance(Boolean java2ClassLoadingCompliance)
java2ClassLoadingCompliance attributejava2ClassLoadingCompliance - the value for the attribute java2ClassLoadingComplianceClassLoadingTypeBoolean isJavaClassLoadingCompliance()
java2ClassLoadingCompliance attributejava2ClassLoadingComplianceClassLoadingType<T> removeJavaClassLoadingCompliance()
java2ClassLoadingCompliance attributeClassLoadingTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.