Modifier and Type | Class and Description |
---|---|
class |
AbstractEmulatorMojo
AbstractEmulatorMojo contains all code related to the interaction with the Android emulator.
|
class |
AbstractInstrumentationMojo
AbstractInstrumentationMojo implements running the instrumentation
tests.
|
class |
AbstractPublisherMojo |
Modifier and Type | Method and Description |
---|---|
Set<org.apache.maven.artifact.Artifact> |
NativeHelper.getNativeDependenciesArtifacts(AbstractAndroidMojo mojo,
File unpackDirectory,
boolean sharedLibraries) |
Modifier and Type | Class and Description |
---|---|
class |
GenerateSourcesMojo
Generates
R.java based on resources specified by the resources configuration parameter. |
Modifier and Type | Class and Description |
---|---|
class |
EmmaMojo
After compiled Java classes use emma tool
|
class |
ProguardMojo
Processes both application and dependency classes using the ProGuard byte code obfuscator,
minimzer, and optimizer.
|
Modifier and Type | Class and Description |
---|---|
class |
D8Mojo
Converts compiled Java classes (including those containing Java 8 syntax) to the Android dex format.
|
class |
DexMojo
Converts compiled Java classes to the Android dex format.
|
Modifier and Type | Class and Description |
---|---|
class |
AarMojo
Creates an Android Archive (aar) file.
|
class |
ApklibMojo
Deprecated.
Use Aar instead see
AarMojo |
class |
ApkMojo
Creates the apk file.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalPreIntegrationTestMojo
Internal.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalIntegrationTestMojo
Internal.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectMojo
Connect external IP addresses to the ADB server.
|
class |
DeployApkMojo
Deploys a specified Android application apk to attached devices and emulators.
|
class |
DeployDependenciesMojo
Deploys all directly declared dependencies of
<type>apk</type> in this project's pom.Usually used in a project with instrumentation tests, to deploy the apk to test onto the device before running the deploying and running the instrumentation tests apk. Automatically performed when running mvn integration-test (or mvn install ) on a project
with instrumentation tests. |
class |
DeployMojo
Deploys the apk(s) of the current project(s) to all attached devices and emulators.
|
class |
DevicesMojo
DevicesMojo lists all attached devices and emulators found with the android debug bridge.
|
class |
DisconnectMojo
Disconnect external IP addresses from the ADB server.
|
class |
EmulatorStartMojo
EmulatorStartMojo can start the Android Emulator with a specified Android Virtual Device (avd).
|
class |
EmulatorStopAllMojo
EmulatorStopeAllMojo will stop all attached devices.
|
class |
EmulatorStopMojo
EmulatorStartMojo can stop the Android Emulator with a specified Android Virtual Device (avd).
|
class |
InstrumentMojo
Runs the instrumentation apk on device.
|
class |
LintMojo
LintMojo can run the lint command against the project.
|
class |
ManifestMergerMojo
Manifest Merger V2
AndroidManifest.xml file. |
class |
ManifestUpdateMojo
Deprecated.
Use manifest-merger v2 mojo instead
ManifestMergerMojo |
class |
MonkeyMojo
Can execute tests using UI/Application Exerciser Monkey.
Implements parsing parameters from pom or command line arguments and sets useful defaults as well. |
class |
MonkeyRunnerMojo
Can execute monkey runner programs.
Implements parsing parameters from pom or command line arguments and sets useful defaults as well. |
class |
PublishApkMojo |
class |
PublishListingMojo |
class |
PullMojo
Copy file or directory from all the attached (or specified)
devices/emulators.
|
class |
PushMojo
Copy file to all the attached (or specified) devices/emulators.
|
class |
RedeployApkMojo
Reploys a specified Android application apk to attached devices and emulators.
|
class |
RedeployMojo
Undeploys and the deploys (= redeploys) the apk(s) of the current project(s) to all
attached devices and emulators.
|
class |
RunMojo
Runs the first Activity shown in the top-level launcher as determined by its Intent filters.
|
class |
UIAutomatorMojo
Can execute tests using ui uiautomator.
Implements parsing parameters from pom or command line arguments and sets useful defaults as well. |
class |
UndeployApkMojo
Undeploys a specified Android application apk from attached devices and emulators.
|
class |
UndeployMojo
Undeploys the apk(s) of the current project(s) to all attached devices and emulators.
|
class |
UnpackMojo
Unpack libraries code and dependencies into target.
|
class |
ZipalignMojo
ZipalignMojo can run the zipalign command against the apk.
|
Copyright © 2008–2019 simpligility technologies inc.. All rights reserved.