Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.javaee7 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.impl.javaee7 |
Provides the implementation classes 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<T> |
RunAsType.id(String id)
Sets the
id attribute |
RunAsType<T> |
RunAsType.removeAllDescription()
Removes the
description element |
RunAsType<T> |
RunAsType.removeId()
Removes the
id attribute |
RunAsType<T> |
RunAsType.removeRoleName()
Removes the
role-name element |
RunAsType<T> |
RunAsType.roleName(String roleName)
Sets the
role-name element |
Modifier and Type | Method and Description |
---|---|
RunAsType<T> |
RunAsTypeImpl.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
RunAsType<T> |
RunAsTypeImpl.id(String id)
Sets the
id attribute |
RunAsType<T> |
RunAsTypeImpl.removeAllDescription()
Removes the
description element |
RunAsType<T> |
RunAsTypeImpl.removeId()
Removes the
id attribute |
RunAsType<T> |
RunAsTypeImpl.removeRoleName()
Removes the
role-name element |
RunAsType<T> |
RunAsTypeImpl.roleName(String roleName)
Sets the
role-name element |
Copyright © 2021 JBoss by Red Hat. All rights reserved.