public static class LayeredSpec.DependenciesIntoLayerSpec extends LayeredSpec.IntoLayerSpec
Constructor and Description |
---|
DependenciesIntoLayerSpec(java.lang.String intoLayer)
Creates a new
IntoLayerSpec that will control the content of the given
layer. |
Modifier and Type | Method and Description |
---|---|
void |
excludeProjectDependencies()
Configures the layer to exclude project dependencies.
|
void |
includeProjectDependencies()
Configures the layer to include project dependencies.
|
exclude, include
public DependenciesIntoLayerSpec(java.lang.String intoLayer)
IntoLayerSpec
that will control the content of the given
layer.intoLayer
- the layerpublic void includeProjectDependencies()
public void excludeProjectDependencies()