| Package | Description |
|---|---|
| de.smartics.maven.plugin.jboss.modules.domain |
Provides domain objects.
|
| Modifier and Type | Method and Description |
|---|---|
static SlotStrategy |
SlotStrategy.fromString(java.lang.String id)
Returns the slot strategy identified by the given
id. |
SlotStrategy |
ExecutionContext.getSlotStrategy()
Returns the slot strategy for modules.
|
static SlotStrategy |
SlotStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SlotStrategy[] |
SlotStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionContext.Builder |
ExecutionContext.Builder.with(SlotStrategy slotStrategy)
Sets the slot strategy for modules.
|
Copyright © 2013-2016 FuseSource. All Rights Reserved.