| Package | Description |
|---|---|
| com.google.cloud.tools.jib.configuration |
| Modifier and Type | Method and Description |
|---|---|
LayerConfiguration.Builder |
LayerConfiguration.Builder.addEntry(Path sourceFile,
AbsoluteUnixPath pathInContainer)
Adds an entry to the layer.
|
LayerConfiguration.Builder |
LayerConfiguration.Builder.addEntry(Path sourceFile,
AbsoluteUnixPath pathInContainer,
FilePermissions permissions)
Adds an entry to the layer with the given permissions.
|
LayerConfiguration.Builder |
LayerConfiguration.Builder.addEntryRecursive(Path sourceFile,
AbsoluteUnixPath pathInContainer)
Adds an entry to the layer.
|
static LayerConfiguration.Builder |
LayerConfiguration.builder()
Gets a new
LayerConfiguration.Builder for LayerConfiguration. |
LayerConfiguration.Builder |
LayerConfiguration.Builder.setName(String name)
Sets a name for this layer.
|
Copyright © 2018. All rights reserved.