public interface Packager
| Modifier and Type | Method and Description |
|---|---|
File |
execute()
Actually perform the packaging.
|
boolean |
prepare()
Method to setup the work-directory as the adt packaging requires
a directory structure similar to the AIR sdk we only want to copy
and unpack stuff if it's not already there.
|
void |
setRequest(PackagingRequest request) |
void |
validateConfiguration()
Method that allows implmenting platform dependant validation of the
configuration.
|
void setRequest(PackagingRequest request)
void validateConfiguration()
throws PackagingException
PackagingExceptionboolean prepare()
throws PackagingException
PackagingException - something went wrong.File execute() throws PackagingException
PackagingException - something went wrong.Copyright © 2008–2017 Sonatype, Inc.. All rights reserved.