public abstract class StandardLayers extends Object implements Layers
Layers
. Defines the following layers:
Modifier and Type | Field and Description |
---|---|
static Layer |
APPLICATION
The application layer.
|
static Layer |
DEPENDENCIES
The dependencies layer.
|
static Layer |
RESOURCES
The resources layer.
|
static Layer |
SNAPSHOT_DEPENDENCIES
The snapshot dependencies layer.
|
Constructor and Description |
---|
StandardLayers() |
Modifier and Type | Method and Description |
---|---|
Iterator<Layer> |
iterator()
Return the jar layers in the order that they should be added (starting with the
least frequently changed layer).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public static final Layer DEPENDENCIES
public static final Layer SNAPSHOT_DEPENDENCIES
public static final Layer RESOURCES
public static final Layer APPLICATION