|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClassLoadingType<T>
This interface defines the contract for the class-loadingType
xsd type
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 |
---|
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
element
ClassLoadingType
ClassLoadingType<T> javaClassLoadingCompliance(Boolean java2ClassLoadingCompliance)
java2ClassLoadingCompliance
attribute
java2ClassLoadingCompliance
- the value for the attribute java2ClassLoadingCompliance
ClassLoadingType
Boolean isJavaClassLoadingCompliance()
java2ClassLoadingCompliance
attribute
java2ClassLoadingCompliance
ClassLoadingType<T> removeJavaClassLoadingCompliance()
java2ClassLoadingCompliance
attribute
ClassLoadingType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |