
public interface LoaderRepositoryType<T> extends Child<T>
loader-repositoryType xsd type| Modifier and Type | Method and Description |
|---|---|
LoaderRepositoryConfigType<LoaderRepositoryType<T>> |
createLoaderRepositoryConfig()
Creates a new
loader-repository-config element |
List<LoaderRepositoryConfigType<LoaderRepositoryType<T>>> |
getAllLoaderRepositoryConfig()
Returns all
loader-repository-config elements |
String |
getId()
Returns the
id attribute |
String |
getLoaderRepositoryClass()
Returns the
loaderRepositoryClass attribute |
LoaderRepositoryConfigType<LoaderRepositoryType<T>> |
getOrCreateLoaderRepositoryConfig()
If not already created, a new
loader-repository-config element will be created and returned. |
String |
getText()
Returns the body text of the element
loader-repositoryType |
LoaderRepositoryType<T> |
id(String id)
Sets the
id attribute |
LoaderRepositoryType<T> |
loaderRepositoryClass(String loaderRepositoryClass)
Sets the
loaderRepositoryClass attribute |
LoaderRepositoryType<T> |
removeAllLoaderRepositoryConfig()
Removes all
loader-repository-config elements |
LoaderRepositoryType<T> |
removeId()
Removes the
id attribute |
LoaderRepositoryType<T> |
removeLoaderRepositoryClass()
Removes the
loaderRepositoryClass attribute |
LoaderRepositoryType<T> |
text(String value)
Sets the body text for the element
loader-repositoryType |
LoaderRepositoryType<T> text(String value)
loader-repositoryTypeloaderRepositoryType - the value for the body text loader-repositoryTypeLoaderRepositoryTypeString getText()
loader-repositoryTypeloader-repositoryTypeLoaderRepositoryConfigType<LoaderRepositoryType<T>> getOrCreateLoaderRepositoryConfig()
loader-repository-config element will be created and returned.
Otherwise, the first existing loader-repository-config element will be returned.loader-repository-configLoaderRepositoryConfigType<LoaderRepositoryType<T>> createLoaderRepositoryConfig()
loader-repository-config elementLoaderRepositoryConfigType> List<LoaderRepositoryConfigType<LoaderRepositoryType<T>>> getAllLoaderRepositoryConfig()
loader-repository-config elementsloader-repository-configLoaderRepositoryType<T> removeAllLoaderRepositoryConfig()
loader-repository-config elementsLoaderRepositoryConfigType> LoaderRepositoryType<T> id(String id)
id attributeid - the value for the attribute idLoaderRepositoryTypeString getId()
id attributeidLoaderRepositoryType<T> removeId()
id attributeLoaderRepositoryTypeLoaderRepositoryType<T> loaderRepositoryClass(String loaderRepositoryClass)
loaderRepositoryClass attributeloaderRepositoryClass - the value for the attribute loaderRepositoryClassLoaderRepositoryTypeString getLoaderRepositoryClass()
loaderRepositoryClass attributeloaderRepositoryClassLoaderRepositoryType<T> removeLoaderRepositoryClass()
loaderRepositoryClass attributeLoaderRepositoryTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.