| Package | Description |
|---|---|
| net.flexmojos.oss.plugin.air.packager |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasePackager.copyArtifactToLocation(org.apache.maven.artifact.Artifact artifact,
File target) |
File |
WindowsPackager.execute() |
File |
Packager.execute()
Actually perform the packaging.
|
File |
IosPackager.execute() |
File |
DesktopPackager.execute() |
File |
AndroidPackager.execute() |
File |
AirPackager.execute() |
protected void |
BasePackager.makeExecutableIfExists(File file) |
protected void |
BasePackager.makeSymlink(File source,
File target) |
boolean |
Packager.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.
|
boolean |
IosPackager.prepare() |
boolean |
DesktopPackager.prepare() |
boolean |
BasePackager.prepare() |
boolean |
AndroidPackager.prepare() |
protected void |
BasePackager.runAdt(List<String> adtArgs) |
protected void |
BasePackager.unpackArtifactToLocation(org.apache.maven.artifact.Artifact artifact,
File target) |
void |
Packager.validateConfiguration()
Method that allows implmenting platform dependant validation of the
configuration.
|
void |
BasePackager.validateConfiguration() |
Copyright © 2008–2017 Sonatype, Inc.. All rights reserved.