|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.ejbjar31.ExcludeListTypeImpl<T>
public class ExcludeListTypeImpl<T>
This class implements 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.
Constructor Summary | |
---|---|
ExcludeListTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
ExcludeListTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
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 |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExcludeListTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public ExcludeListTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public ExcludeListType<T> setDescription(java.lang.String description)
description
element
setDescription
in interface ExcludeListType<T>
ExcludeListType
public ExcludeListType<T> setDescriptionList(java.lang.String... values)
description
elements,
a new description
element
setDescriptionList
in interface ExcludeListType<T>
list
- of description
objects
ExcludeListType
public ExcludeListType<T> removeAllDescription()
description
element
removeAllDescription
in interface ExcludeListType<T>
ExcludeListType
public java.util.List<java.lang.String> getDescriptionList()
description
elements
getDescriptionList
in interface ExcludeListType<T>
description
public ExcludeListType<T> removeAllMethod()
method
elements
removeAllMethod
in interface ExcludeListType<T>
ExcludeListType
public MethodType<ExcludeListType<T>> method()
method
element
method
in interface ExcludeListType<T>
method
public java.util.List<MethodType<ExcludeListType<T>>> getMethodList()
method
elements
getMethodList
in interface ExcludeListType<T>
method
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |