|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoaderRepositoryConfigType<T>
This interface defines the contract for the loader-repository-configType
xsd type
Original Documentation:
The loader-repository-config element specifies any arbitrary configuration
fragment for use in configuring the loader-repository instance. The actual content of this
element is specific to the loaderRepositoryClass and the code parsing the element.
Method Summary | |
---|---|
java.lang.String |
getConfigParserClass()
Returns the configParserClass element |
LoaderRepositoryConfigType<T> |
removeConfigParserClass()
Removes the configParserClass attribute |
LoaderRepositoryConfigType<T> |
setConfigParserClass(java.lang.String configParserClass)
Sets the configParserClass attribute |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
LoaderRepositoryConfigType<T> setConfigParserClass(java.lang.String configParserClass)
configParserClass
attribute
configParserClass
- the value for the attribute configParserClass
LoaderRepositoryConfigType
LoaderRepositoryConfigType<T> removeConfigParserClass()
configParserClass
attribute
LoaderRepositoryConfigType
java.lang.String getConfigParserClass()
configParserClass
element
configParserClass
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |