public class JavaLayerConfigurations extends Object
LayerConfigurations for a Java application.| Modifier and Type | Class and Description |
|---|---|
static class |
JavaLayerConfigurations.Builder
Builds with each layer's files.
|
| Modifier and Type | Method and Description |
|---|---|
static JavaLayerConfigurations.Builder |
builder() |
LayerEntry |
getClassesLayerEntry() |
LayerEntry |
getDependenciesLayerEntry() |
LayerEntry |
getExtraFilesLayerEntry() |
com.google.common.collect.ImmutableList<LayerConfiguration> |
getLayerConfigurations() |
LayerEntry |
getResourcesLayerEntry() |
LayerEntry |
getSnapshotDependenciesLayerEntry() |
public static JavaLayerConfigurations.Builder builder()
public com.google.common.collect.ImmutableList<LayerConfiguration> getLayerConfigurations()
public LayerEntry getDependenciesLayerEntry()
public LayerEntry getSnapshotDependenciesLayerEntry()
public LayerEntry getResourcesLayerEntry()
public LayerEntry getClassesLayerEntry()
public LayerEntry getExtraFilesLayerEntry()
Copyright © 2018. All rights reserved.