public interface PackageBuilder
| Modifier and Type | Method and Description |
|---|---|
void |
createPackage(Path destinationPath)
Creates a package and leaves that in the destinationPath.
|
void |
createPackage(Path originFolderPath,
Path destinationPath)
Creates a package and leaves that in the destinationPath.
|
void createPackage(Path originFolderPath, Path destinationPath) throws org.codehaus.plexus.archiver.ArchiverException, IOException
originFolderPath - folder location where to look for resources. It's expected that the folder structure follows a
predefined structure.destinationPath - path where to leave the created package.org.codehaus.plexus.archiver.ArchiverExceptionIOExceptionvoid createPackage(Path destinationPath) throws org.codehaus.plexus.archiver.ArchiverException, IOException
destinationPath - path where to leave the created package.org.codehaus.plexus.archiver.ArchiverExceptionIOExceptionCopyright © 2019 MuleSoft Inc. All rights reserved.