|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceManagerType<T>
This interface defines the contract for the resource-managerType
xsd type
Method Summary | |
---|---|
ResourceManagerType<T> |
description(String... values)
Creates for all String objects representing description elements,
a new description element |
List<String> |
getAllDescription()
Returns all description elements |
String |
getId()
Returns the id attribute |
String |
getResClass()
Returns the res-class attribute |
String |
getResJndiName()
Returns the res-jndi-name element |
String |
getResName()
Returns the res-name element |
String |
getResUrl()
Returns the res-url element |
ResourceManagerType<T> |
id(String id)
Sets the id attribute |
ResourceManagerType<T> |
removeAllDescription()
Removes the description element |
ResourceManagerType<T> |
removeId()
Removes the id attribute |
ResourceManagerType<T> |
removeResClass()
Removes the res-class attribute |
ResourceManagerType<T> |
removeResJndiName()
Removes the res-jndi-name element |
ResourceManagerType<T> |
removeResName()
Removes the res-name element |
ResourceManagerType<T> |
removeResUrl()
Removes the res-url element |
ResourceManagerType<T> |
resClass(String resClass)
Sets the res-class attribute |
ResourceManagerType<T> |
resJndiName(String resJndiName)
Sets the res-jndi-name element |
ResourceManagerType<T> |
resName(String resName)
Sets the res-name element |
ResourceManagerType<T> |
resUrl(String resUrl)
Sets the res-url element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
ResourceManagerType<T> description(String... values)
description
elements,
a new description
element
values
- list of description
objects
ResourceManagerType
List<String> getAllDescription()
description
elements
description
ResourceManagerType<T> removeAllDescription()
description
element
ResourceManagerType
ResourceManagerType<T> resName(String resName)
res-name
element
resName
- the value for the element res-name
ResourceManagerType
String getResName()
res-name
element
res-name
ResourceManagerType<T> removeResName()
res-name
element
ResourceManagerType
ResourceManagerType<T> resJndiName(String resJndiName)
res-jndi-name
element
resJndiName
- the value for the element res-jndi-name
ResourceManagerType
String getResJndiName()
res-jndi-name
element
res-jndi-name
ResourceManagerType<T> removeResJndiName()
res-jndi-name
element
ResourceManagerType
ResourceManagerType<T> resUrl(String resUrl)
res-url
element
resUrl
- the value for the element res-url
ResourceManagerType
String getResUrl()
res-url
element
res-url
ResourceManagerType<T> removeResUrl()
res-url
element
ResourceManagerType
ResourceManagerType<T> id(String id)
id
attribute
id
- the value for the attribute id
ResourceManagerType
String getId()
id
attribute
id
ResourceManagerType<T> removeId()
id
attribute
ResourceManagerType
ResourceManagerType<T> resClass(String resClass)
res-class
attribute
resClass
- the value for the attribute res-class
ResourceManagerType
String getResClass()
res-class
attribute
res-class
ResourceManagerType<T> removeResClass()
res-class
attribute
ResourceManagerType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |