| Package | Description |
|---|---|
| com.google.cloud.tools.jib.api |
| 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.
|
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).
|
Copyright © 2019. All rights reserved.