| Package | Description |
|---|---|
| org.springframework.cloud.skipper.domain |
Core domain classes for Skipper covering Packages, Releases, and Install/Upgrade Requests.
|
| org.springframework.cloud.skipper.io |
| Modifier and Type | Method and Description |
|---|---|
Package |
Release.getPkg() |
| Modifier and Type | Method and Description |
|---|---|
List<Package> |
Package.getDependencies() |
| Modifier and Type | Method and Description |
|---|---|
void |
Release.setPkg(Package pkg) |
| Modifier and Type | Method and Description |
|---|---|
void |
Package.setDependencies(List<Package> dependencies) |
| Modifier and Type | Method and Description |
|---|---|
Package |
PackageReader.read(File directory)
Reads the Package from the specified file
|
Package |
DefaultPackageReader.read(File packageDirectory) |
| Modifier and Type | Method and Description |
|---|---|
File |
PackageWriter.write(Package pkg,
File directory)
Writes the package to the specified directory.
|
File |
DefaultPackageWriter.write(Package pkg,
File targetDirectory) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.