public class DefaultPackageWriter extends Object implements PackageWriter
| Constructor and Description |
|---|
DefaultPackageWriter() |
| Modifier and Type | Method and Description |
|---|---|
File |
write(Package pkg,
File targetDirectory)
Writes the package to the specified directory.
|
public File write(Package pkg, File targetDirectory)
PackageWriterwrite in interface PackageWriterpkg - the package to writetargetDirectory - the directory where to create the zip file of the package.Copyright © 2021 Pivotal Software, Inc.. All rights reserved.