@Component(role=Packager.class, hint="ios") public class IosPackager extends BasePackager
request| Constructor and Description |
|---|
IosPackager() |
| 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.
|
copyArtifactToLocation, getAdtCommand, makeExecutableIfExists, makeSymlink, runAdt, setRequest, unpackArtifactToLocation, validateConfigurationpublic boolean prepare()
throws PackagingException
Packagerprepare in interface Packagerprepare in class BasePackagerPackagingException - something went wrong.public File execute() throws PackagingException
PackagerPackagingException - something went wrong.Copyright © 2008–2017 Sonatype, Inc.. All rights reserved.