| Modifier and Type | Method and Description |
|---|---|
Path |
CacheReader.getLayerFile(com.google.common.collect.ImmutableList<LayerEntry> layerEntries)
Finds the file that stores the content BLOB for an application layer.
|
CachedLayerWithMetadata |
CacheReader.getUpToDateLayerByLayerEntries(com.google.common.collect.ImmutableList<LayerEntry> layerEntries)
Gets an up-to-date layer that is built from the
sourceFiles. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<LayerEntry> |
LayerConfiguration.getLayerEntries() |
| Constructor and Description |
|---|
DockerContextGenerator(LayerEntry dependenciesLayerEntry,
LayerEntry snapshotDependenciesLayerEntry,
LayerEntry resourcesLayerEntry,
LayerEntry classesLayerEntry,
LayerEntry extraFilesLayerEntry) |
| Modifier and Type | Method and Description |
|---|---|
LayerEntry |
ProjectProperties.getClassesLayerEntry() |
LayerEntry |
ProjectProperties.getDependenciesLayerEntry() |
LayerEntry |
ProjectProperties.getExtraFilesLayerEntry() |
LayerEntry |
ProjectProperties.getResourcesLayerEntry() |
LayerEntry |
ProjectProperties.getSnapshotDependenciesLayerEntry() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<LayerEntry> |
ReproducibleLayerBuilder.getLayerEntries() |
Copyright © 2018. All rights reserved.