|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoaderRepositoryType<T>
This interface defines the contract for the loader-repositoryType
xsd type
Method Summary | |
---|---|
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 |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
LoaderRepositoryType<T> text(String value)
loader-repositoryType
loaderRepositoryType
- the value for the body text loader-repositoryType
LoaderRepositoryType
String getText()
loader-repositoryType
loader-repositoryType
LoaderRepositoryConfigType<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-config
LoaderRepositoryConfigType<LoaderRepositoryType<T>> createLoaderRepositoryConfig()
loader-repository-config
element
LoaderRepositoryConfigType>
List<LoaderRepositoryConfigType<LoaderRepositoryType<T>>> getAllLoaderRepositoryConfig()
loader-repository-config
elements
loader-repository-config
LoaderRepositoryType<T> removeAllLoaderRepositoryConfig()
loader-repository-config
elements
LoaderRepositoryConfigType>
LoaderRepositoryType<T> id(String id)
id
attribute
id
- the value for the attribute id
LoaderRepositoryType
String getId()
id
attribute
id
LoaderRepositoryType<T> removeId()
id
attribute
LoaderRepositoryType
LoaderRepositoryType<T> loaderRepositoryClass(String loaderRepositoryClass)
loaderRepositoryClass
attribute
loaderRepositoryClass
- the value for the attribute loaderRepositoryClass
LoaderRepositoryType
String getLoaderRepositoryClass()
loaderRepositoryClass
attribute
loaderRepositoryClass
LoaderRepositoryType<T> removeLoaderRepositoryClass()
loaderRepositoryClass
attribute
LoaderRepositoryType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |