Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.webapp30 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webcommon30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
AbsoluteOrderingType<WebAppDescriptor> |
WebAppDescriptor.createAbsoluteOrdering()
Creates a new
absolute-ordering element |
AbsoluteOrderingType<WebAppDescriptor> |
WebAppDescriptor.getOrCreateAbsoluteOrdering()
If not already created, a new
absolute-ordering element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<AbsoluteOrderingType<WebAppDescriptor>> |
WebAppDescriptor.getAllAbsoluteOrdering()
Returns all
absolute-ordering elements |
Modifier and Type | Method and Description |
---|---|
AbsoluteOrderingType<T> |
AbsoluteOrderingType.name(String... values)
Creates for all String objects representing
name elements,
a new name element |
AbsoluteOrderingType<T> |
AbsoluteOrderingType.others()
Sets the
others element |
AbsoluteOrderingType<T> |
AbsoluteOrderingType.removeAllName()
Removes the
name element |
AbsoluteOrderingType<T> |
AbsoluteOrderingType.removeOthers()
Removes the
others element |
Copyright © 2019 JBoss by Red Hat. All rights reserved.