Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossweb60 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ClassLoadingType<JbossWebDescriptor> |
JbossWebDescriptor.getOrCreateClassLoading()
If not already created, a new
class-loading element with the given value will be created. |
ClassLoadingType<JbossWebType<T>> |
JbossWebType.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 |
Modifier and Type | Method and Description |
---|---|
LoaderRepositoryType<ClassLoadingType<T>> |
ClassLoadingType.getOrCreateLoaderRepository()
If not already created, a new
loader-repository element with the given value will be created. |
Copyright © 2015 JBoss by Red Hat. All rights reserved.