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
|
org.jboss.shrinkwrap.descriptor.api.webfragment30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
WebAppVersionType |
WebAppDescriptor.getVersion()
Returns the
version attribute |
Modifier and Type | Method and Description |
---|---|
WebAppDescriptor |
WebAppDescriptor.version(WebAppVersionType version)
Sets the
version attribute |
Modifier and Type | Method and Description |
---|---|
static WebAppVersionType |
WebAppVersionType.getFromStringValue(String value) |
static WebAppVersionType |
WebAppVersionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebAppVersionType[] |
WebAppVersionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WebAppVersionType |
WebFragmentDescriptor.getVersion()
Returns the
version attribute |
Modifier and Type | Method and Description |
---|---|
WebFragmentDescriptor |
WebFragmentDescriptor.version(WebAppVersionType version)
Sets the
version attribute |
Copyright © 2021 JBoss by Red Hat. All rights reserved.