Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jbosscommon51 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
LoaderRepositoryType<JbossType<T>> |
JbossType.getOrCreateLoaderRepository()
If not already created, a new
loader-repository element with the given value will be created. |
LoaderRepositoryType<JbossDescriptor> |
JbossDescriptor.getOrCreateLoaderRepository()
If not already created, a new
loader-repository element with the given value will be created. |
Modifier and Type | Method and Description |
---|---|
LoaderRepositoryType<T> |
LoaderRepositoryType.loaderRepositoryClass(String loaderRepositoryClass)
Sets the
loaderRepositoryClass attribute |
LoaderRepositoryType<T> |
LoaderRepositoryType.removeAllLoaderRepositoryConfig()
Removes all
loader-repository-config elements |
LoaderRepositoryType<T> |
LoaderRepositoryType.removeLoaderRepositoryClass()
Removes the
loaderRepositoryClass attribute |
LoaderRepositoryType<T> |
LoaderRepositoryType.text(String value)
Sets the body text for the element
loader-repositoryType |
Modifier and Type | Method and Description |
---|---|
LoaderRepositoryConfigType<LoaderRepositoryType<T>> |
LoaderRepositoryType.createLoaderRepositoryConfig()
Creates a new
loader-repository-config element |
List<LoaderRepositoryConfigType<LoaderRepositoryType<T>>> |
LoaderRepositoryType.getAllLoaderRepositoryConfig()
Returns all
loader-repository-config elements |
LoaderRepositoryConfigType<LoaderRepositoryType<T>> |
LoaderRepositoryType.getOrCreateLoaderRepositoryConfig()
If not already created, a new
loader-repository-config element will be created and returned. |
Copyright © 2014 JBoss by Red Hat. All rights reserved.