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<WebAppType<T>> |
WebAppType.createAbsoluteOrdering()
Creates a new
absolute-ordering element |
AbsoluteOrderingType<WebAppType<T>> |
WebAppType.getOrCreateAbsoluteOrdering()
If not already created, a new
absolute-ordering element will be created and returned. |
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 |
Modifier and Type | Method and Description |
---|---|
List<AbsoluteOrderingType<WebAppType<T>>> |
WebAppType.getAllAbsoluteOrdering()
Returns all
absolute-ordering elements |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.