| Package | Description |
|---|---|
| com.google.cloud.tools.jib.api |
| Modifier and Type | Method and Description |
|---|---|
LayerConfiguration.Builder |
LayerConfiguration.Builder.addEntry(LayerEntry entry)
Adds an entry to the layer.
|
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.addEntry(Path sourceFile,
AbsoluteUnixPath pathInContainer,
FilePermissions permissions,
Instant modificationTime)
Adds an entry to the layer with the given permissions and file modification time.
|
LayerConfiguration.Builder |
LayerConfiguration.Builder.addEntry(Path sourceFile,
AbsoluteUnixPath pathInContainer,
Instant modificationTime)
Adds an entry to the layer with the given file modification time.
|
LayerConfiguration.Builder |
LayerConfiguration.Builder.addEntryRecursive(Path sourceFile,
AbsoluteUnixPath pathInContainer)
Adds an entry to the layer.
|
LayerConfiguration.Builder |
LayerConfiguration.Builder.addEntryRecursive(Path sourceFile,
AbsoluteUnixPath pathInContainer,
BiFunction<Path,AbsoluteUnixPath,FilePermissions> filePermissionProvider)
Adds an entry to the layer.
|
LayerConfiguration.Builder |
LayerConfiguration.Builder.addEntryRecursive(Path sourceFile,
AbsoluteUnixPath pathInContainer,
BiFunction<Path,AbsoluteUnixPath,FilePermissions> filePermissionProvider,
BiFunction<Path,AbsoluteUnixPath,Instant> modificationTimeProvider)
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 © 2019. All rights reserved.