public static class LayeredSpec.IntoLayerSpec
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
IntoLayerSpec(java.lang.String intoLayer)
Creates a new
IntoLayerSpec that will control the content of the given
layer. |
Modifier and Type | Method and Description |
---|---|
void |
exclude(java.lang.String... patterns)
Adds patterns that control the content that is excluded from the layer.
|
void |
include(java.lang.String... patterns)
Adds patterns that control the content that is included in the layer.
|
public IntoLayerSpec(java.lang.String intoLayer)
IntoLayerSpec
that will control the content of the given
layer.intoLayer
- the layerpublic void include(java.lang.String... patterns)
patterns
- the patterns to be includedpublic void exclude(java.lang.String... patterns)
patterns
- the patterns to be excluded