| Package | Description |
|---|---|
| com.google.cloud.tools.jib.frontend |
| Modifier and Type | Method and Description |
|---|---|
static JavaLayerConfigurations.LayerType |
JavaLayerConfigurations.LayerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaLayerConfigurations.LayerType[] |
JavaLayerConfigurations.LayerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JavaLayerConfigurations.Builder |
JavaLayerConfigurations.Builder.addDirectoryContents(JavaLayerConfigurations.LayerType layerType,
Path sourceRoot,
Predicate<Path> pathFilter,
AbsoluteUnixPath basePathInContainer)
Adds directory contents to a layer selectively (via
pathFilter) and recursively. |
JavaLayerConfigurations.Builder |
JavaLayerConfigurations.Builder.addDirectoryContents(JavaLayerConfigurations.LayerType layerType,
Path sourceRoot,
Predicate<Path> pathFilter,
AbsoluteUnixPath basePathInContainer,
Map<AbsoluteUnixPath,FilePermissions> permissionsMap)
Adds directory contents to a layer selectively (via
pathFilter) and recursively. |
JavaLayerConfigurations.Builder |
JavaLayerConfigurations.Builder.addFile(JavaLayerConfigurations.LayerType layerType,
Path sourceFile,
AbsoluteUnixPath pathInContainer)
Adds a file to a layer.
|
JavaLayerConfigurations.Builder |
JavaLayerConfigurations.Builder.addFile(JavaLayerConfigurations.LayerType layerType,
Path sourceFile,
AbsoluteUnixPath pathInContainer,
FilePermissions permissions)
Adds a file to a layer.
|
Copyright © 2018. All rights reserved.