Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossweb60 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
RunAsType<T> |
RunAsType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
RunAsType<AnnotationType<T>> |
AnnotationType.getOrCreateRunAs()
If not already created, a new
run-as element with the given value will be created. |
RunAsType<T> |
RunAsType.removeAllDescription()
Removes the
description element |
RunAsType<T> |
RunAsType.removeRoleName()
Removes the
role-name element |
RunAsType<T> |
RunAsType.roleName(String roleName)
Sets the
role-name element |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.