Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jobXML10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
PartitionPlan<Partition<T>> |
Partition.getOrCreatePlan()
If not already created, a new
plan element with the given value will be created. |
PartitionPlan<T> |
PartitionPlan.partitions(String partitions)
Sets the
partitions attribute |
PartitionPlan<T> |
PartitionPlan.removeAllProperties()
Removes all
properties elements |
PartitionPlan<T> |
PartitionPlan.removePartitions()
Removes the
partitions attribute |
PartitionPlan<T> |
PartitionPlan.removeThreads()
Removes the
threads attribute |
PartitionPlan<T> |
PartitionPlan.threads(String threads)
Sets the
threads attribute |
Modifier and Type | Method and Description |
---|---|
Properties<PartitionPlan<T>> |
PartitionPlan.createProperties()
Creates a new
properties element |
List<Properties<PartitionPlan<T>>> |
PartitionPlan.getAllProperties()
Returns all
properties elements |
Properties<PartitionPlan<T>> |
PartitionPlan.getOrCreateProperties()
If not already created, a new
properties element will be created and returned. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.