Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbossmodule13 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
PropertyListType<ModuleDescriptor> |
ModuleDescriptor.getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
PropertyListType<ModuleType<T>> |
ModuleType.getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
PropertyListType<T> |
PropertyListType.removeAllProperty()
Removes all
property elements |
Modifier and Type | Method and Description |
---|---|
PropertyType<PropertyListType<T>> |
PropertyListType.createProperty()
Creates a new
property element |
List<PropertyType<PropertyListType<T>>> |
PropertyListType.getAllProperty()
Returns all
property elements |
PropertyType<PropertyListType<T>> |
PropertyListType.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.