|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExcludeListType<T>
This interface defines the contract for the exclude-listType
xsd type
Original Documentation:
The exclude-listType specifies one or more methods which
the Assembler marks to be uncallable.
If the method permission relation contains methods that are
in the exclude list, the Deployer should consider those
methods to be uncallable.
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getDescriptionList()
Returns all description elements |
java.util.List<MethodType<ExcludeListType<T>>> |
getMethodList()
Returns all method elements |
MethodType<ExcludeListType<T>> |
method()
Returns the method element |
ExcludeListType<T> |
removeAllDescription()
Removes the description element |
ExcludeListType<T> |
removeAllMethod()
Removes all method elements |
ExcludeListType<T> |
setDescription(java.lang.String description)
Creates a new description element |
ExcludeListType<T> |
setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
ExcludeListType<T> setDescription(java.lang.String description)
description
element
ExcludeListType
ExcludeListType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
list
- of description
objects
ExcludeListType
ExcludeListType<T> removeAllDescription()
description
element
ExcludeListType
java.util.List<java.lang.String> getDescriptionList()
description
elements
description
ExcludeListType<T> removeAllMethod()
method
elements
ExcludeListType
MethodType<ExcludeListType<T>> method()
method
element
method
java.util.List<MethodType<ExcludeListType<T>>> getMethodList()
method
elements
method
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |