| Package | Description |
|---|---|
| com.google.cloud.tools.jib.api | |
| com.google.cloud.tools.jib.filesystem | |
| com.google.cloud.tools.jib.frontend |
| Modifier and Type | Method and Description |
|---|---|
JavaContainerBuilder |
JavaContainerBuilder.setClassesDestination(RelativeUnixPath classesDestination)
Sets the destination directory of the classes added to the container (relative to the app
root).
|
JavaContainerBuilder |
JavaContainerBuilder.setDependenciesDestination(RelativeUnixPath dependenciesDestination)
Sets the destination directory of the dependencies added to the container (relative to the app
root).
|
JavaContainerBuilder |
JavaContainerBuilder.setOthersDestination(RelativeUnixPath othersDestination)
Sets the destination directory of additional classpath files added to the container (relative
to the app root).
|
JavaContainerBuilder |
JavaContainerBuilder.setResourcesDestination(RelativeUnixPath resourcesDestination)
Sets the destination directory of the resources added to the container (relative to the app
root).
|
| Modifier and Type | Method and Description |
|---|---|
static RelativeUnixPath |
RelativeUnixPath.get(String relativePath)
Gets a new
RelativeUnixPath from a Unix-style path in relative form. |
| Modifier and Type | Method and Description |
|---|---|
AbsoluteUnixPath |
AbsoluteUnixPath.resolve(RelativeUnixPath relativeUnixPath)
Resolves this path against another relative path.
|
| Modifier and Type | Field and Description |
|---|---|
static RelativeUnixPath |
JavaEntrypointConstructor.DEFAULT_RELATIVE_CLASSES_PATH_ON_IMAGE |
static RelativeUnixPath |
JavaEntrypointConstructor.DEFAULT_RELATIVE_DEPENDENCIES_PATH_ON_IMAGE |
static RelativeUnixPath |
JavaEntrypointConstructor.DEFAULT_RELATIVE_RESOURCES_PATH_ON_IMAGE |
Copyright © 2019. All rights reserved.