- AaptCommandBuilder - Class in com.simpligility.maven.plugins.android.common
-
Collates commands used to invoke Aapt.
- AaptCommandBuilder(Log) - Constructor for class com.simpligility.maven.plugins.android.common.AaptCommandBuilder
-
- AaptCommandBuilder.AaptDumpCommandBuilder - Class in com.simpligility.maven.plugins.android.common
-
Class that responsible for building aapt commands for dumping information from apk file
- AaptCommandBuilder.AaptPackageCommandBuilder - Class in com.simpligility.maven.plugins.android.common
-
Class that responsible for building appt commands for packaging resources
- AaptDumpCommandBuilder(Log) - Constructor for class com.simpligility.maven.plugins.android.common.AaptCommandBuilder.AaptDumpCommandBuilder
-
- aaptExtraArgs - Variable in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
A list of extra arguments that must be passed to aapt.
- AaptPackageCommandBuilder(Log) - Constructor for class com.simpligility.maven.plugins.android.common.AaptCommandBuilder.AaptPackageCommandBuilder
-
- aaptVerbose - Variable in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
Activate verbose output for the aapt execution in Maven debug mode.
- AAR - Static variable in class com.simpligility.maven.plugins.android.common.AndroidExtension
-
Android archive as introduced by the Gradle Android build system (modelled after apklib with extensions and some
differences).
- AarMojo - Class in com.simpligility.maven.plugins.android.phase09package
-
Creates an Android Archive (aar) file.
- AarMojo() - Constructor for class com.simpligility.maven.plugins.android.phase09package.AarMojo
-
- AbstractAndroidMojo - Class in com.simpligility.maven.plugins.android
-
Contains common fields and methods for android mojos.
- AbstractAndroidMojo() - Constructor for class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- AbstractEmulatorMojo - Class in com.simpligility.maven.plugins.android
-
AbstractEmulatorMojo contains all code related to the interaction with the Android emulator.
- AbstractEmulatorMojo() - Constructor for class com.simpligility.maven.plugins.android.AbstractEmulatorMojo
-
- AbstractInstrumentationMojo - Class in com.simpligility.maven.plugins.android
-
AbstractInstrumentationMojo implements running the instrumentation
tests.
- AbstractInstrumentationMojo() - Constructor for class com.simpligility.maven.plugins.android.AbstractInstrumentationMojo
-
- AbstractPublisherMojo - Class in com.simpligility.maven.plugins.android
-
- AbstractPublisherMojo() - Constructor for class com.simpligility.maven.plugins.android.AbstractPublisherMojo
-
- adbConnectionTimeout - Variable in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
The timeout value for an adb connection in milliseconds.
- addArg(String, String) - Method in class com.android.ddmlib.testrunner.MonkeyTestRunner
- addAssetFile(String) - Method in class com.simpligility.maven.plugins.android.common.AaptCommandBuilder.AaptDumpCommandBuilder
-
- addBooleanArg(String, boolean) - Method in class com.android.ddmlib.testrunner.MonkeyTestRunner
- addBooleanArg(String, boolean) - Method in class com.android.ddmlib.testrunner.UIAutomatorRemoteAndroidTestRunner
- addConfigurations(String) - Method in class com.simpligility.maven.plugins.android.common.AaptCommandBuilder.AaptPackageCommandBuilder
-
Specify which configurations to include.
- addDirectory(JarArchiver, File, String) - Method in class com.simpligility.maven.plugins.android.phase08preparepackage.D8Mojo
-
Adds a directory to a JarArchiver
with a directory prefix.
- addDirectory(JarArchiver, File, String) - Method in class com.simpligility.maven.plugins.android.phase08preparepackage.DexMojo
-
Adds a directory to a JarArchiver
with a directory prefix.
- addDirectory(ZipArchiver, File, String, boolean) - Method in class com.simpligility.maven.plugins.android.phase09package.AarMojo
-
Adds a directory to a JarArchiver
with a directory prefix.
- addDirectory(JarArchiver, File, String) - Method in class com.simpligility.maven.plugins.android.phase09package.ApklibMojo
-
Deprecated.
Adds a directory to a JarArchiver
with a directory prefix.
- addEnvironment(String, String) - Method in interface com.simpligility.maven.plugins.android.CommandExecutor
-
Adds an environment variable with the specified name and value to the executor.
- addExistingPackageToBaseIncludeSet(File) - Method in class com.simpligility.maven.plugins.android.common.AaptCommandBuilder.AaptPackageCommandBuilder
-
Add an existing package to base include set.
- addExtraArguments(String[]) - Method in class com.simpligility.maven.plugins.android.common.AaptCommandBuilder.AaptPackageCommandBuilder
-
Adds some additional aapt arguments that are not represented as separate parameters
android-maven-plugin configuration.
- addInstrumentationArg(String, String) - Method in class com.android.ddmlib.testrunner.UIAutomatorRemoteAndroidTestRunner
- addJavaResource(JarArchiver, Resource) - Method in class com.simpligility.maven.plugins.android.phase08preparepackage.D8Mojo
-
Adds a Java Resources directory (typically "src/main/resources") to a JarArchiver
.
- addJavaResource(JarArchiver, Resource) - Method in class com.simpligility.maven.plugins.android.phase08preparepackage.DexMojo
-
Adds a Java Resources directory (typically "src/main/resources") to a JarArchiver
.
- addJavaResource(JarArchiver, Resource, String) - Method in class com.simpligility.maven.plugins.android.phase09package.ApklibMojo
-
Deprecated.
Adds a Java Resources directory (typically "src/main/resources") to a JarArchiver
.
- addJavaResources(JarArchiver, List<Resource>) - Method in class com.simpligility.maven.plugins.android.phase08preparepackage.D8Mojo
-
- addJavaResources(JarArchiver, List<Resource>) - Method in class com.simpligility.maven.plugins.android.phase08preparepackage.DexMojo
-
- addJavaResources(JarArchiver, List<Resource>, String) - Method in class com.simpligility.maven.plugins.android.phase09package.ApklibMojo
-
Deprecated.
- addLongArg(String, long) - Method in class com.android.ddmlib.testrunner.MonkeyTestRunner
- addRawAssetsDirectoryIfExists(File) - Method in class com.simpligility.maven.plugins.android.common.AaptCommandBuilder.AaptPackageCommandBuilder
-
Additional directory in which to find raw asset files.
- addResourceDirectoriesIfExists(List<File>) - Method in class com.simpligility.maven.plugins.android.common.AaptCommandBuilder.AaptPackageCommandBuilder
-
Directories in which to find resources.
- addResourceDirectoriesIfExists(File[]) - Method in class com.simpligility.maven.plugins.android.common.AaptCommandBuilder.AaptPackageCommandBuilder
-
Directories in which to find resources.
- addResourceDirectoryIfExists(File) - Method in class com.simpligility.maven.plugins.android.common.AaptCommandBuilder.AaptPackageCommandBuilder
-
Directory in which to find resources.
- addSharedLibraries(ZipArchiver, File, String) - Method in class com.simpligility.maven.plugins.android.phase09package.AarMojo
-
Adds all shared libraries (.so) to a JarArchiver
under 'jni'.
- addSharedLibraries(JarArchiver, File, String) - Method in class com.simpligility.maven.plugins.android.phase09package.ApklibMojo
-
Deprecated.
Adds all shared libraries (.so) to a JarArchiver
under 'libs'.
- advance(int) - Method in class com.simpligility.maven.plugins.android.common.LogSyncProgressMonitor
-
- afterProjectsRead(MavenSession) - Method in class com.simpligility.maven.plugins.android.phase_prebuild.ClasspathModifierLifecycleParticipant
-
- aidlSourceDirectory - Variable in class com.simpligility.maven.plugins.android.phase01generatesources.GenerateSourcesMojo
-
The directory containing the aidl files.
- AndroidExtension - Class in com.simpligility.maven.plugins.android.common
-
The file system extension for the Android artifact also used for the packaging type of an Android Maven Project.
- androidManifestFile - Variable in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
The AndroidManifest.xml
file.
- AndroidNdk - Class in com.simpligility.maven.plugins.android
-
Represents an Android NDK.
- AndroidNdk(File) - Constructor for class com.simpligility.maven.plugins.android.AndroidNdk
-
- AndroidPublisherHelper - Class in com.simpligility.maven.plugins.android.common
-
Helper class to initialize the publisher APIs client library.
- AndroidPublisherHelper() - Constructor for class com.simpligility.maven.plugins.android.common.AndroidPublisherHelper
-
- AndroidSdk - Class in com.simpligility.maven.plugins.android
-
Represents an Android SDK.
- AndroidSdk(File, String) - Constructor for class com.simpligility.maven.plugins.android.AndroidSdk
-
- AndroidSdk(File, String, String) - Constructor for class com.simpligility.maven.plugins.android.AndroidSdk
-
- AndroidSigner - Class in com.simpligility.maven.plugins.android
-
Can sign Android applications (apk's).
- AndroidSigner(String) - Constructor for class com.simpligility.maven.plugins.android.AndroidSigner
-
- AndroidSigner(AndroidSigner.Debug) - Constructor for class com.simpligility.maven.plugins.android.AndroidSigner
-
- AndroidSigner.Debug - Enum in com.simpligility.maven.plugins.android
-
- AndroidTestFinder - Class in com.simpligility.maven.plugins.android.asm
-
Finds Android instrumentation test classes to be run by InstrumentationTestRunner
in a directory of compiled Java classes.
- AndroidTestFinder() - Constructor for class com.simpligility.maven.plugins.android.asm.AndroidTestFinder
-
- AndroidTestRunListener - Class in com.simpligility.maven.plugins.android
-
AndroidTestRunListener produces a nice output for the log for the test run as well as an xml file compatible with
the junit xml report file format understood by many tools.
- AndroidTestRunListener(IDevice, Log, Boolean, Boolean, String, String, File) - Constructor for class com.simpligility.maven.plugins.android.AndroidTestRunListener
-
Create a new test run listener.
- AnnotatedFinder - Class in com.simpligility.maven.plugins.android.asm
-
Finds classes annotated with a set of annotations.
- AnnotatedFinder(String[]) - Constructor for class com.simpligility.maven.plugins.android.asm.AnnotatedFinder
-
- APK - Static variable in class com.simpligility.maven.plugins.android.common.AndroidExtension
-
Android application.
- Apk - Class in com.simpligility.maven.plugins.android.configuration
-
- Apk() - Constructor for class com.simpligility.maven.plugins.android.configuration.Apk
-
- APKLIB - Static variable in class com.simpligility.maven.plugins.android.common.AndroidExtension
-
- ApklibMojo - Class in com.simpligility.maven.plugins.android.phase09package
-
- ApklibMojo() - Constructor for class com.simpligility.maven.plugins.android.phase09package.ApklibMojo
-
Deprecated.
- ApkMojo - Class in com.simpligility.maven.plugins.android.phase09package
-
Creates the apk file.
- ApkMojo() - Constructor for class com.simpligility.maven.plugins.android.phase09package.ApkMojo
-
- APKSOURCES - Static variable in class com.simpligility.maven.plugins.android.common.AndroidExtension
-
- applicationIcon - Variable in class com.simpligility.maven.plugins.android.configuration.Manifest
-
Deprecated.
- applicationLabel - Variable in class com.simpligility.maven.plugins.android.configuration.Manifest
-
Deprecated.
- applicationTheme - Variable in class com.simpligility.maven.plugins.android.configuration.Manifest
-
Deprecated.
- ARM64_TOOLCHAIN - Static variable in class com.simpligility.maven.plugins.android.AndroidNdk
-
Arm64 toolchain implementations.
- ARM_TOOLCHAIN - Static variable in class com.simpligility.maven.plugins.android.AndroidNdk
-
Arm toolchain implementations.
- artifactHasHardwareArchitecture(Artifact, String, String) - Static method in class com.simpligility.maven.plugins.android.common.NativeHelper
-
Helper method for determining whether the specified architecture is a match for the
artifact using its classifier.
- ArtifactResolverHelper - Class in com.simpligility.maven.plugins.android.common
-
Provides convenient functions for resolving artifacts.
- ArtifactResolverHelper(ArtifactResolver, Logger) - Constructor for class com.simpligility.maven.plugins.android.common.ArtifactResolverHelper
-
Creates an ArtifactResolver that has no remote repositories to resolve against.
- ArtifactResolverHelper(ArtifactResolver, Logger, List<ArtifactRepository>) - Constructor for class com.simpligility.maven.plugins.android.common.ArtifactResolverHelper
-
- ArtifactType() - Constructor for class com.simpligility.maven.plugins.android.common.Const.ArtifactType
-
- assertThatBuildToolsVersionIsAtLeast(String, String) - Method in class com.simpligility.maven.plugins.android.AndroidSdk
-
- assetsDirectory - Variable in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
The android assets directory.
- attachJar - Variable in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
Whether to attach the normal .jar file to the build, so it can be depended on by for example integration-tests
which may then access R.java
from this project.
- attachSources - Variable in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
Whether to attach sources to the build, which can be depended on by other apk
projects, for including
them in their builds.
- autoAddOverlay() - Method in class com.simpligility.maven.plugins.android.common.AaptCommandBuilder.AaptPackageCommandBuilder
-
Automatically add resources that are only in overlays.
- D8 - Class in com.simpligility.maven.plugins.android.configuration
-
Configuration for the D8 execution.
- D8() - Constructor for class com.simpligility.maven.plugins.android.configuration.D8
-
- D8Mojo - Class in com.simpligility.maven.plugins.android.phase08preparepackage
-
Converts compiled Java classes (including those containing Java 8 syntax) to the Android dex format.
- D8Mojo() - Constructor for class com.simpligility.maven.plugins.android.phase08preparepackage.D8Mojo
-
- debug(String) - Method in class com.simpligility.maven.plugins.android.common.MavenToPlexusLogAdapter
-
- debug(String, Throwable) - Method in class com.simpligility.maven.plugins.android.common.MavenToPlexusLogAdapter
-
- debug - Variable in class com.simpligility.maven.plugins.android.configuration.Run
-
- debuggable - Variable in class com.simpligility.maven.plugins.android.configuration.Manifest
-
Deprecated.
- DefaultJavaProcessExecutor - Class in com.simpligility.maven.plugins.android
-
Simple implementation of ProcessExecutor, using the standard Java Process(Builder) API.
- DefaultJavaProcessExecutor(ILogger) - Constructor for class com.simpligility.maven.plugins.android.DefaultJavaProcessExecutor
-
- dependencyGraphBuilder - Variable in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
Dependency graph builder component.
- DependencyResolver - Class in com.simpligility.maven.plugins.android.common
-
Resolves the aar and apklib dependencies for an Artifact.
- DependencyResolver(Logger, DependencyGraphBuilder) - Constructor for class com.simpligility.maven.plugins.android.common.DependencyResolver
-
- deployApk(File) - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
Deploys an apk file to a connected emulator or usb device.
- DeployApk - Class in com.simpligility.maven.plugins.android.configuration
-
DeployApk is the configuration pojo for the DeployApk, UndeployApk and RedeployApk mojos.
- DeployApk() - Constructor for class com.simpligility.maven.plugins.android.configuration.DeployApk
-
- deployapk - Variable in class com.simpligility.maven.plugins.android.standalonemojos.DeployApkMojo
-
Configuration for apk file deployment within a pom file.
- deployapk - Variable in class com.simpligility.maven.plugins.android.standalonemojos.RedeployApkMojo
-
Configuration for apk file redeployment within a pom file.
- deployapk - Variable in class com.simpligility.maven.plugins.android.standalonemojos.UndeployApkMojo
-
Configuration for apk file undeployment within a pom file.
- DeployApkMojo - Class in com.simpligility.maven.plugins.android.standalonemojos
-
Deploys a specified Android application apk to attached devices and emulators.
- DeployApkMojo() - Constructor for class com.simpligility.maven.plugins.android.standalonemojos.DeployApkMojo
-
- deployBuiltApk() - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
Deploy the apk built with the current projects to all attached devices and emulators.
- deployDependencies() - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- DeployDependenciesMojo - Class in com.simpligility.maven.plugins.android.standalonemojos
-
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.
- DeployDependenciesMojo() - Constructor for class com.simpligility.maven.plugins.android.standalonemojos.DeployDependenciesMojo
-
- DeployMojo - Class in com.simpligility.maven.plugins.android.standalonemojos
-
Deploys the apk(s) of the current project(s) to all attached devices and emulators.
- DeployMojo() - Constructor for class com.simpligility.maven.plugins.android.standalonemojos.DeployMojo
-
- destinationManifestFile - Variable in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
Path to which to save the result of updating/merging/processing the source AndroidManifest.xml
file (androidManifestFile
).
- device - Variable in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
Specifies which the serial number of the device to connect to.
- DeviceCallback - Interface in com.simpligility.maven.plugins.android
-
Used for declare an action to perform on one or several IDevice
s.
- DeviceHelper - Class in com.simpligility.maven.plugins.android.common
-
A bunch of helper methods for dealing with IDevice instances.
- DeviceHelper() - Constructor for class com.simpligility.maven.plugins.android.common.DeviceHelper
-
- devices - Variable in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
Specifies a list of serial numbers of each device you want to connect to.
- DevicesMojo - Class in com.simpligility.maven.plugins.android.standalonemojos
-
DevicesMojo lists all attached devices and emulators found with the android debug bridge.
- DevicesMojo() - Constructor for class com.simpligility.maven.plugins.android.standalonemojos.DevicesMojo
-
- deviceThreads - Variable in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
Specifies the number of threads to use for deploying and testing on attached devices.
- Dex - Class in com.simpligility.maven.plugins.android.configuration
-
Configuration for the dex test execution.
- Dex() - Constructor for class com.simpligility.maven.plugins.android.configuration.Dex
-
- DexCompiler - Enum in com.simpligility.maven.plugins.android.phase08preparepackage
-
Which compiler to use to dex the classes.
- DexMojo - Class in com.simpligility.maven.plugins.android.phase08preparepackage
-
Converts compiled Java classes to the Android dex format.
- DexMojo() - Constructor for class com.simpligility.maven.plugins.android.phase08preparepackage.DexMojo
-
- disablePngCrunching() - Method in class com.simpligility.maven.plugins.android.common.AaptCommandBuilder.AaptPackageCommandBuilder
-
Disable PNG crunching.
- DisconnectMojo - Class in com.simpligility.maven.plugins.android.standalonemojos
-
Disconnect external IP addresses from the ADB server.
- DisconnectMojo() - Constructor for class com.simpligility.maven.plugins.android.standalonemojos.DisconnectMojo
-
- doWithDevice(IDevice) - Method in interface com.simpligility.maven.plugins.android.DeviceCallback
-
What to do with an IDevice
.
- doWithDevice(IDevice) - Method in class com.simpligility.maven.plugins.android.ScreenshotServiceWrapper
-
- doWithDevices(DeviceCallback) - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- dump(Log) - Static method in class com.simpligility.maven.plugins.android.common.AaptCommandBuilder
-
Dump label, icon, permissions, compiled xmls etc.
- editId - Variable in class com.simpligility.maven.plugins.android.AbstractPublisherMojo
-
- edits - Variable in class com.simpligility.maven.plugins.android.AbstractPublisherMojo
-
- Emma - Class in com.simpligility.maven.plugins.android.configuration
-
Configuration for the emma test execution.
- Emma() - Constructor for class com.simpligility.maven.plugins.android.configuration.Emma
-
- EmmaMojo - Class in com.simpligility.maven.plugins.android.phase04processclasses
-
After compiled Java classes use emma tool
- EmmaMojo() - Constructor for class com.simpligility.maven.plugins.android.phase04processclasses.EmmaMojo
-
- Emulator - Class in com.simpligility.maven.plugins.android.configuration
-
Configuration for the Android Emulator.
- Emulator() - Constructor for class com.simpligility.maven.plugins.android.configuration.Emulator
-
- EmulatorStartMojo - Class in com.simpligility.maven.plugins.android.standalonemojos
-
EmulatorStartMojo can start the Android Emulator with a specified Android Virtual Device (avd).
- EmulatorStartMojo() - Constructor for class com.simpligility.maven.plugins.android.standalonemojos.EmulatorStartMojo
-
- EmulatorStopAllMojo - Class in com.simpligility.maven.plugins.android.standalonemojos
-
EmulatorStopeAllMojo will stop all attached devices.
- EmulatorStopAllMojo() - Constructor for class com.simpligility.maven.plugins.android.standalonemojos.EmulatorStopAllMojo
-
- EmulatorStopMojo - Class in com.simpligility.maven.plugins.android.standalonemojos
-
EmulatorStartMojo can stop the Android Emulator with a specified Android Virtual Device (avd).
- EmulatorStopMojo() - Constructor for class com.simpligility.maven.plugins.android.standalonemojos.EmulatorStopMojo
-
- endWithSlash(String) - Method in class com.simpligility.maven.plugins.android.phase08preparepackage.D8Mojo
-
Makes sure the string ends with "/"
- endWithSlash(String) - Method in class com.simpligility.maven.plugins.android.phase08preparepackage.DexMojo
-
Makes sure the string ends with "/"
- endWithSlash(String) - Method in class com.simpligility.maven.plugins.android.phase09package.AarMojo
-
Makes sure the string ends with "/"
- endWithSlash(String) - Method in class com.simpligility.maven.plugins.android.phase09package.ApklibMojo
-
Deprecated.
Makes sure the string ends with "/"
- ENV_ANDROID_HOME - Static variable in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
The ANDROID_HOME
environment variable name.
- ENV_ANDROID_NDK_HOME - Static variable in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
The ANDROID_NDK_HOME
environment variable name.
- equals(Object) - Method in class com.simpligility.maven.plugins.android.configuration.MetaInf
-
- equals(Object) - Method in class com.simpligility.maven.plugins.android.configuration.Program
-
- equals(Object) - Method in class com.simpligility.maven.plugins.android.configuration.UsesSdk
-
- equals(Object) - Method in class com.simpligility.maven.plugins.android.standalonemojos.CompatibleScreen
-
- error(String, Throwable) - Method in class com.simpligility.maven.plugins.android.common.MavenToPlexusLogAdapter
-
- error(String) - Method in class com.simpligility.maven.plugins.android.common.MavenToPlexusLogAdapter
-
- error(Throwable, String, Object...) - Method in class com.simpligility.maven.plugins.android.phase01generatesources.MavenILogger
-
- error - Variable in class org.apache.maven.surefire.Testsuite.Testcase
-
- Error() - Constructor for class org.apache.maven.surefire.Testsuite.Testcase.Error
-
- errors - Variable in class org.apache.maven.surefire.Testsuite
-
- exclude(String...) - Method in class com.simpligility.maven.plugins.android.configuration.MetaInf
-
- EXCLUDE_NON_PACKAGED_SCOPES - Static variable in class com.simpligility.maven.plugins.android.common.ArtifactResolverHelper
-
Which dependency scopes should be excluded when packing dependencies into the apk.
- EXCLUDED_DEPENDENCY_SCOPES_FOR_EXTRACTION - Static variable in class com.simpligility.maven.plugins.android.phase01generatesources.GenerateSourcesMojo
-
Which dependency scopes should not be included when unpacking dependencies
- execute(JavaProcessInfo, ProcessOutputHandler) - Method in class com.simpligility.maven.plugins.android.DefaultJavaProcessExecutor
-
- execute() - Method in class com.simpligility.maven.plugins.android.phase01generatesources.GenerateSourcesMojo
-
Generates the sources.
- execute() - Method in class com.simpligility.maven.plugins.android.phase04processclasses.EmmaMojo
-
- execute() - Method in class com.simpligility.maven.plugins.android.phase04processclasses.ProguardMojo
-
- execute() - Method in class com.simpligility.maven.plugins.android.phase08preparepackage.D8Mojo
-
- execute() - Method in class com.simpligility.maven.plugins.android.phase08preparepackage.DexMojo
-
- execute() - Method in class com.simpligility.maven.plugins.android.phase09package.AarMojo
-
- execute() - Method in class com.simpligility.maven.plugins.android.phase09package.ApklibMojo
-
Deprecated.
- execute() - Method in class com.simpligility.maven.plugins.android.phase09package.ApkMojo
-
- execute() - Method in class com.simpligility.maven.plugins.android.phase11preintegrationtest.InternalPreIntegrationTestMojo
-
- execute() - Method in class com.simpligility.maven.plugins.android.phase12integrationtest.InternalIntegrationTestMojo
-
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.ConnectMojo
-
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.DeployApkMojo
-
Deploy the app to the attached devices and emulators.
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.DeployDependenciesMojo
-
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.DeployMojo
-
Deploy the apk built with the current projects to all attached devices and emulators.
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.DevicesMojo
-
Display a list of attached devices.
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.DisconnectMojo
-
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.EmulatorStartMojo
-
Start the Android Emulator.
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.EmulatorStopAllMojo
-
Stop all attached emulators.
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.EmulatorStopMojo
-
Stop the emulator(s).
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.HelpMojo
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.InstrumentMojo
-
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.LintMojo
-
Execute the mojo by parsing the config and actually invoking the lint command from the Android SDK.
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.ManifestMergerMojo
-
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.ManifestUpdateMojo
-
Deprecated.
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.MonkeyMojo
-
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.MonkeyRunnerMojo
-
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.PublishApkMojo
-
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.PublishListingMojo
-
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.PullMojo
-
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.PushMojo
-
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.RedeployApkMojo
-
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.RedeployMojo
-
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.RunMojo
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.UIAutomatorMojo
-
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.UndeployApkMojo
-
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.UndeployMojo
-
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.UnpackMojo
-
- execute() - Method in class com.simpligility.maven.plugins.android.standalonemojos.ZipalignMojo
-
Execute the mojo by parsing the confign and actually doing the zipalign.
- executeCommand(String, List<String>) - Method in interface com.simpligility.maven.plugins.android.CommandExecutor
-
Executes the command for the specified executable and list of command options.
- executeCommand(String, List<String>, boolean) - Method in interface com.simpligility.maven.plugins.android.CommandExecutor
-
Executes the command for the specified executable and list of command options.
- executeCommand(String, List<String>, File, boolean) - Method in interface com.simpligility.maven.plugins.android.CommandExecutor
-
Executes the command for the specified executable and list of command options.
- execution - Variable in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- ExecutionException - Exception in com.simpligility.maven.plugins.android
-
- ExecutionException() - Constructor for exception com.simpligility.maven.plugins.android.ExecutionException
-
Constructs an ExecutionException
with no exception message.
- ExecutionException(String) - Constructor for exception com.simpligility.maven.plugins.android.ExecutionException
-
Constructs an ExecutionException
with the specified exception message.
- ExecutionException(String, Throwable) - Constructor for exception com.simpligility.maven.plugins.android.ExecutionException
-
Constructs an ExecutionException
with the specified exception message and cause of the exception.
- ExecutionException(Throwable) - Constructor for exception com.simpligility.maven.plugins.android.ExecutionException
-
Constructs an ExecutionException
with the cause of the exception.
- exerciseApp() - Method in class com.simpligility.maven.plugins.android.standalonemojos.MonkeyMojo
-
Actually plays tests.
- extract(File, File, String) - Method in class com.simpligility.maven.plugins.android.common.ZipExtractor
-
- extractAarLib(Artifact) - Method in class com.simpligility.maven.plugins.android.common.UnpackedLibHelper
-
- extractApklib(Artifact) - Method in class com.simpligility.maven.plugins.android.common.UnpackedLibHelper
-
- extractArchitectureFromArtifact(Artifact, String) - Static method in class com.simpligility.maven.plugins.android.common.NativeHelper
-
Extracts, if embedded correctly, the artifacts architecture from its classifier.
- extractedDependenciesDirectory - Variable in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- extractedDependenciesJavaResources - Variable in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- extractedDependenciesJavaSources - Variable in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- extractInstrumentationRunnerFromAndroidManifest(File) - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
Attempts to find the instrumentation test runner from inside the AndroidManifest.xml file.
- extractPackageNameFromAndroidArtifact(Artifact) - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
Provides package name for android artifact.
- extractPackageNameFromAndroidManifest(File) - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- extractPackageNameFromAndroidManifestXmlTree(String) - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
Extracts the package name from an XmlTree dump of AndroidManifest.xml by the aapt
tool.
- extractPackageNameFromApk(File) - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
Extracts the package name from an apk file.
- extractSourceDependencies() - Method in class com.simpligility.maven.plugins.android.phase01generatesources.GenerateSourcesMojo
-
Extract the source dependencies.
- genDirectory - Variable in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
Override default generated folder containing R.java
- genDirectoryAidl - Variable in class com.simpligility.maven.plugins.android.phase01generatesources.GenerateSourcesMojo
-
Override default generated folder containing aidl classes
- generate(String) - Method in class com.simpligility.maven.plugins.android.configuration.VersionGenerator
-
- generateApk - Variable in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
Decides whether the Apk should be generated or not.
- generateRIntoPackage(String) - Method in class com.simpligility.maven.plugins.android.common.AaptCommandBuilder.AaptPackageCommandBuilder
-
Generates R java into a different package.
- generateRTextFile(File) - Method in class com.simpligility.maven.plugins.android.common.AaptCommandBuilder.AaptPackageCommandBuilder
-
Generates a text file containing the resource symbols of the R class in the
specified folder.
- GenerateSourcesMojo - Class in com.simpligility.maven.plugins.android.phase01generatesources
-
Generates R.java
based on resources specified by the resources
configuration parameter.
- GenerateSourcesMojo() - Constructor for class com.simpligility.maven.plugins.android.phase01generatesources.GenerateSourcesMojo
-
- getAaptPath() - Method in class com.simpligility.maven.plugins.android.AndroidSdk
-
Get the aapt tool path.
- getAdbPath() - Method in class com.simpligility.maven.plugins.android.AndroidSdk
-
Get the android debug tool path (adb).
- getAidlPath() - Method in class com.simpligility.maven.plugins.android.AndroidSdk
-
Get the aild tool path
- getAndroidJar() - Method in class com.simpligility.maven.plugins.android.AndroidSdk
-
Resolves the android.jar from this SDK.
- getAndroidManifestPackageName() - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- getAndroidNdk() - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
Returns the Android NDK to use.
- getAndroidPath() - Method in class com.simpligility.maven.plugins.android.AndroidSdk
-
Get the android tool path.
- getAndroidSdk() - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
Returns the Android SDK to use.
- getAndroidSigner() - Method in class com.simpligility.maven.plugins.android.phase09package.ApkMojo
-
- getAnnotations() - Method in class com.simpligility.maven.plugins.android.configuration.Test
-
- getAnyDensity() - Method in class com.simpligility.maven.plugins.android.standalonemojos.SupportsScreens
-
- getApkBuilderPath() - Method in class com.simpligility.maven.plugins.android.AndroidSdk
-
Get the apkbuilder path.
- getAppAbi(File) - Static method in class com.simpligility.maven.plugins.android.common.NativeHelper
-
- getApplicationIcon() - Method in class com.simpligility.maven.plugins.android.configuration.Manifest
-
Deprecated.
- getApplicationLabel() - Method in class com.simpligility.maven.plugins.android.configuration.Manifest
-
Deprecated.
- getApplicationTheme() - Method in class com.simpligility.maven.plugins.android.configuration.Manifest
-
Deprecated.
- getArguments() - Method in class com.simpligility.maven.plugins.android.configuration.D8
-
- getArtifactId() - Static method in class com.simpligility.maven.plugins.android.PluginInfo
-
- getArtifactResolverHelper() - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- getArtifactToFile(Artifact) - Method in class com.simpligility.maven.plugins.android.common.UnpackedLibHelper
-
- getAvd() - Method in class com.simpligility.maven.plugins.android.configuration.Emulator
-
- getBuildTools() - Method in class com.simpligility.maven.plugins.android.configuration.Sdk
-
- getBuildToolsLibDirectoryPath() - Method in class com.simpligility.maven.plugins.android.AndroidSdk
-
Get the path for build-tools lib directory
- getCategories() - Method in class com.simpligility.maven.plugins.android.configuration.Monkey
-
- getCategories() - Method in class com.simpligility.maven.plugins.android.standalonemojos.MonkeyMojo
-
- getChildLogger(String) - Method in class com.simpligility.maven.plugins.android.common.MavenToPlexusLogAdapter
-
- getClasses() - Method in class com.simpligility.maven.plugins.android.configuration.Test
-
- getClassFolders() - Method in class com.simpligility.maven.plugins.android.configuration.Emma
-
- getClassifier() - Method in class com.simpligility.maven.plugins.android.configuration.Zipalign
-
- getClassname() - Method in class org.apache.maven.surefire.Testsuite.Testcase
-
Gets the value of the classname property.
- getClasspath() - Method in class com.simpligility.maven.plugins.android.configuration.Lint
-
- getCompatibleScreens() - Method in class com.simpligility.maven.plugins.android.configuration.Manifest
-
Deprecated.
- getCompatibleWidthLimitDp() - Method in class com.simpligility.maven.plugins.android.standalonemojos.SupportsScreens
-
- getConfig() - Method in class com.simpligility.maven.plugins.android.configuration.Lint
-
- getConfig() - Method in class com.simpligility.maven.plugins.android.configuration.Proguard
-
- getConfigs() - Method in class com.simpligility.maven.plugins.android.configuration.Proguard
-
- getCoverageFile() - Method in class com.simpligility.maven.plugins.android.configuration.Test
-
- getCustomFilter() - Method in class com.simpligility.maven.plugins.android.configuration.Proguard
-
- getD8JarPath() - Method in class com.simpligility.maven.plugins.android.AndroidSdk
-
- getDebug() - Method in class com.simpligility.maven.plugins.android.configuration.Sign
-
- getDebug() - Method in class com.simpligility.maven.plugins.android.configuration.UIAutomator
-
- getDebuggable() - Method in class com.simpligility.maven.plugins.android.configuration.Manifest
-
Deprecated.
- getDependencyResolver() - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- getDescriptiveName(IDevice) - Static method in class com.simpligility.maven.plugins.android.common.DeviceHelper
-
Get a device identifier string that is suitable for filenames as well as log messages.
- getDescriptiveNameWithStatus(IDevice) - Static method in class com.simpligility.maven.plugins.android.common.DeviceHelper
-
- getDestination() - Method in class com.simpligility.maven.plugins.android.configuration.Pull
-
- getDestination() - Method in class com.simpligility.maven.plugins.android.configuration.Push
-
- getDeviceLogLinePrefix(IDevice) - Static method in class com.simpligility.maven.plugins.android.common.DeviceHelper
-
- getDexArguments() - Method in class com.simpligility.maven.plugins.android.configuration.Dex
-
- getDirectDependencyArtifacts() - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- getDirectory() - Method in class com.simpligility.maven.plugins.android.configuration.HeaderFilesDirective
-
- getDumpFilePath() - Method in class com.simpligility.maven.plugins.android.configuration.UIAutomator
-
- getDxJarPath() - Method in class com.simpligility.maven.plugins.android.AndroidSdk
-
Get the path for dx.jar
- getEnableClasspath() - Method in class com.simpligility.maven.plugins.android.configuration.Lint
-
- getEnableLibraries() - Method in class com.simpligility.maven.plugins.android.configuration.Lint
-
- getEnableSources() - Method in class com.simpligility.maven.plugins.android.configuration.Lint
-
- getError() - Method in class org.apache.maven.surefire.Testsuite.Testcase
-
Gets the value of the error property.
- getErrors() - Method in class org.apache.maven.surefire.Testsuite
-
Gets the value of the errors property.
- getEventCount() - Method in class com.simpligility.maven.plugins.android.configuration.Monkey
-
- getExceptionMessages() - Method in class com.simpligility.maven.plugins.android.AndroidTestRunListener
-
- getExcludeAnnotations() - Method in class com.simpligility.maven.plugins.android.configuration.Test
-
- getExcludes() - Method in class com.simpligility.maven.plugins.android.configuration.HeaderFilesDirective
-
- getExcludes() - Method in class com.simpligility.maven.plugins.android.configuration.MetaInf
-
- getExcludes() - Method in class com.simpligility.maven.plugins.android.IncludeExcludeSet
-
- getExecutable() - Method in class com.simpligility.maven.plugins.android.configuration.Emulator
-
- getFailure() - Method in class org.apache.maven.surefire.Testsuite.Testcase
-
Gets the value of the failure property.
- getFailures() - Method in class org.apache.maven.surefire.Testsuite
-
Gets the value of the failures property.
- getFilename() - Method in class com.simpligility.maven.plugins.android.configuration.DeployApk
-
- getFilename() - Method in class com.simpligility.maven.plugins.android.configuration.Program
-
- getFileNames(File) - Method in class com.simpligility.maven.plugins.android.common.FileRetriever
-
Finds the files in the supplied folder that match the configured includes.
- getFilteredArtifacts(Iterable<Artifact>, String...) - Method in class com.simpligility.maven.plugins.android.common.ArtifactResolverHelper
-
Filters provided artifacts and selects only defined types based on types
argument
or all types if types
argument is empty.
- getFilteredArtifacts(List<String>, Iterable<Artifact>, String...) - Method in class com.simpligility.maven.plugins.android.common.ArtifactResolverHelper
-
Filters provided artifacts and selects only defined types based on types
argument
or all types if types
argument is empty.
- getFilters() - Method in class com.simpligility.maven.plugins.android.configuration.Emma
-
- getFraction() - Method in class com.simpligility.maven.plugins.android.ProgressIndicatorImpl
-
- getGAV() - Static method in class com.simpligility.maven.plugins.android.PluginInfo
-
Get the Maven GAV string of the plugin.
- getGdbServer(String) - Method in class com.simpligility.maven.plugins.android.AndroidNdk
-
- getGroup() - Method in class org.apache.maven.surefire.Testsuite
-
Gets the value of the group property.
- getGroup() - Method in class org.apache.maven.surefire.Testsuite.Testcase
-
Gets the value of the group property.
- getGroupId() - Static method in class com.simpligility.maven.plugins.android.PluginInfo
-
- getHtmlOutputPath() - Method in class com.simpligility.maven.plugins.android.configuration.Lint
-
- getIncludes() - Method in class com.simpligility.maven.plugins.android.configuration.HeaderFilesDirective
-
- getIncludes() - Method in class com.simpligility.maven.plugins.android.configuration.MetaInf
-
- getIncludes() - Method in class com.simpligility.maven.plugins.android.IncludeExcludeSet
-
- getInputApk() - Method in class com.simpligility.maven.plugins.android.configuration.Zipalign
-
- getInstrumentationArgs() - Method in class com.simpligility.maven.plugins.android.configuration.Test
-
- getInstrumentationPackage() - Method in class com.simpligility.maven.plugins.android.configuration.Test
-
- getInstrumentationRunner() - Method in class com.simpligility.maven.plugins.android.configuration.Test
-
- getJack() - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- getJarFile() - Method in class com.simpligility.maven.plugins.android.configuration.UIAutomator
-
- getJarFileForApk(Artifact) - Method in class com.simpligility.maven.plugins.android.common.UnpackedLibHelper
-
- getJvmArguments() - Method in class com.simpligility.maven.plugins.android.configuration.D8
-
- getJvmArguments() - Method in class com.simpligility.maven.plugins.android.configuration.Dex
-
- getJvmArguments() - Method in class com.simpligility.maven.plugins.android.configuration.Proguard
-
- getLargeScreens() - Method in class com.simpligility.maven.plugins.android.standalonemojos.SupportsScreens
-
- getLargestWidthLimitDp() - Method in class com.simpligility.maven.plugins.android.standalonemojos.SupportsScreens
-
- getLibraries() - Method in class com.simpligility.maven.plugins.android.configuration.Lint
-
- getLibraryDependenciesFor(MavenSession, RepositorySystem, Artifact) - Method in class com.simpligility.maven.plugins.android.common.DependencyResolver
-
Returns the Set of APKLIB, AAR, APK (direct or transitive) dependencies of the supplied artifact.
- getLibraryUnpackDirectory(File, Artifact) - Static method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- getLintPath() - Method in class com.simpligility.maven.plugins.android.AndroidSdk
-
Get the android lint path.
- getLocaleDirs() - Method in class com.simpligility.maven.plugins.android.AbstractPublisherMojo
-
- getLocation() - Method in class com.simpligility.maven.plugins.android.configuration.Emulator
-
- getLog() - Method in class com.simpligility.maven.plugins.android.AndroidTestRunListener
-
- getMainDexClassesRulesPath() - Method in class com.simpligility.maven.plugins.android.AndroidSdk
-
Get the path for mainDexClasses.rules
- getMainDexList() - Method in class com.simpligility.maven.plugins.android.configuration.D8
-
- getMainDexList() - Method in class com.simpligility.maven.plugins.android.configuration.Dex
-
- getManufacturer(IDevice) - Static method in class com.simpligility.maven.plugins.android.common.DeviceHelper
-
- getMaxSdkVersion() - Method in class com.simpligility.maven.plugins.android.configuration.UsesSdk
-
- getMergeLibraries() - Method in class com.simpligility.maven.plugins.android.configuration.ManifestMerger
-
- getMergeReportFile() - Method in class com.simpligility.maven.plugins.android.configuration.ManifestMerger
-
- getMessage() - Method in class com.simpligility.maven.plugins.android.configuration.ValidationResponse
-
- getMessage() - Method in class org.apache.maven.surefire.Testsuite.Testcase.Error
-
Gets the value of the message property.
- getMessage() - Method in class org.apache.maven.surefire.Testsuite.Testcase.Failure
-
Gets the value of the message property.
- getMessage() - Method in class org.apache.maven.surefire.Testsuite.Testcase.RerunFailure
-
Gets the value of the message property.
- getMessage() - Method in class org.apache.maven.surefire.Testsuite.Testcase.Skipped
-
Gets the value of the message property.
- getMinApi() - Method in class com.simpligility.maven.plugins.android.configuration.D8
-
- getMinSdkVersion() - Method in class com.simpligility.maven.plugins.android.configuration.UsesSdk
-
- getModel(IDevice) - Static method in class com.simpligility.maven.plugins.android.common.DeviceHelper
-
- getMonkeyRunnerPath() - Method in class com.simpligility.maven.plugins.android.AndroidSdk
-
Get the android monkey runner path.
- getName() - Method in class com.simpligility.maven.plugins.android.common.MavenToPlexusLogAdapter
-
- getName() - Method in class com.simpligility.maven.plugins.android.configuration.BuildConfigConstant
-
- getName() - Method in class org.apache.maven.surefire.Testsuite
-
Gets the value of the name property.
- getName() - Method in class org.apache.maven.surefire.Testsuite.Properties.Property
-
Gets the value of the name property.
- getName() - Method in class org.apache.maven.surefire.Testsuite.Testcase
-
Gets the value of the name property.
- getNativeDependenciesArtifacts(AbstractAndroidMojo, File, boolean) - Method in class com.simpligility.maven.plugins.android.common.NativeHelper
-
- getNativeHelper() - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- getNdkArchitectures(String, String, File) - Static method in class com.simpligility.maven.plugins.android.common.NativeHelper
-
Attempts to extract, from various sources, the applicable list of NDK architectures to support
as part of the build.
- getNdkBuildPath() - Method in class com.simpligility.maven.plugins.android.AndroidNdk
-
Returns the complete path for the ndk-build tool, based on this NDK.
- getNoHup() - Method in class com.simpligility.maven.plugins.android.configuration.UIAutomator
-
- getNormalScreens() - Method in class com.simpligility.maven.plugins.android.standalonemojos.SupportsScreens
-
- getOptions() - Method in class com.simpligility.maven.plugins.android.configuration.Emulator
-
- getOptions() - Method in class com.simpligility.maven.plugins.android.configuration.Program
-
- getOptions() - Method in class com.simpligility.maven.plugins.android.configuration.Proguard
-
- getOrCreateElement(Document, Element, String) - Static method in class com.simpligility.maven.plugins.android.common.XmlHelper
-
- getOutputApk() - Method in class com.simpligility.maven.plugins.android.configuration.Zipalign
-
- getOutputDirectory() - Method in class com.simpligility.maven.plugins.android.configuration.Proguard
-
- getOutputFile(CompilerConfiguration) - Method in class com.simpligility.maven.plugins.android.compiler.JackCompiler
-
- getOutputMetaFile() - Method in class com.simpligility.maven.plugins.android.configuration.Emma
-
- getPackagename() - Method in class com.simpligility.maven.plugins.android.configuration.DeployApk
-
- getPackages() - Method in class com.simpligility.maven.plugins.android.configuration.Monkey
-
- getPackages() - Method in class com.simpligility.maven.plugins.android.configuration.Test
-
- getPackages() - Method in class com.simpligility.maven.plugins.android.standalonemojos.MonkeyMojo
-
- getPath() - Method in class com.simpligility.maven.plugins.android.configuration.Ndk
-
- getPath() - Method in class com.simpligility.maven.plugins.android.configuration.Sdk
-
- getPathForFrameworkAidl() - Method in class com.simpligility.maven.plugins.android.AndroidSdk
-
Returns the complete path for framework.aidl
, based on this SDK.
- getPercentAnyevent() - Method in class com.simpligility.maven.plugins.android.configuration.Monkey
-
- getPercentAppswitch() - Method in class com.simpligility.maven.plugins.android.configuration.Monkey
-
- getPercentMajorNav() - Method in class com.simpligility.maven.plugins.android.configuration.Monkey
-
- getPercentMotion() - Method in class com.simpligility.maven.plugins.android.configuration.Monkey
-
- getPercentNav() - Method in class com.simpligility.maven.plugins.android.configuration.Monkey
-
- getPercentSyskeys() - Method in class com.simpligility.maven.plugins.android.configuration.Monkey
-
- getPercentTouch() - Method in class com.simpligility.maven.plugins.android.configuration.Monkey
-
- getPercentTrackball() - Method in class com.simpligility.maven.plugins.android.configuration.Monkey
-
- getPid() - Method in interface com.simpligility.maven.plugins.android.CommandExecutor
-
- getPlatform() - Method in class com.simpligility.maven.plugins.android.AndroidSdk
-
This method returns the previously specified version.
- getPlatform() - Method in class com.simpligility.maven.plugins.android.configuration.Sdk
-
- getPluginConfigParameter(MavenProject, String, String) - Static method in class com.simpligility.maven.plugins.android.common.PomConfigurationHelper
-
- getPluginConfigParameter(MavenProject, String, boolean) - Static method in class com.simpligility.maven.plugins.android.common.PomConfigurationHelper
-
- getPlugins() - Method in class com.simpligility.maven.plugins.android.configuration.MonkeyRunner
-
- getPlugins() - Method in class com.simpligility.maven.plugins.android.standalonemojos.MonkeyRunnerMojo
-
- getPreDexLibLocation() - Method in class com.simpligility.maven.plugins.android.configuration.Dex
-
- getPrograms() - Method in class com.simpligility.maven.plugins.android.configuration.MonkeyRunner
-
- getPrograms() - Method in class com.simpligility.maven.plugins.android.standalonemojos.MonkeyRunnerMojo
-
- getProguardJarPath() - Method in class com.simpligility.maven.plugins.android.AndroidSdk
-
Get the path for proguard.jar
- getProguardJarPath() - Method in class com.simpligility.maven.plugins.android.configuration.Proguard
-
- getProjectDependenciesFor(MavenProject, MavenSession) - Method in class com.simpligility.maven.plugins.android.common.DependencyResolver
-
- getProperties() - Method in class org.apache.maven.surefire.Testsuite
-
Gets the value of the properties property.
- getPropertiesKeyPrefix() - Method in class com.simpligility.maven.plugins.android.configuration.UIAutomator
-
- getProperty() - Method in class org.apache.maven.surefire.Testsuite.Properties
-
Gets the value of the property property.
- getProviderAuthorities() - Method in class com.simpligility.maven.plugins.android.configuration.Manifest
-
Deprecated.
- getQualifiedGoal(String) - Static method in class com.simpligility.maven.plugins.android.PluginInfo
-
- getRelevantCompileArtifacts() - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- getReportSuffix() - Method in class com.simpligility.maven.plugins.android.configuration.UIAutomator
-
- getRequiresSmallestWidthDp() - Method in class com.simpligility.maven.plugins.android.standalonemojos.SupportsScreens
-
- getRerunFailure() - Method in class org.apache.maven.surefire.Testsuite.Testcase
-
Gets the value of the rerunFailure property.
- getResizeable() - Method in class com.simpligility.maven.plugins.android.standalonemojos.SupportsScreens
-
- getResourceOverlayDirectories() - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- getResult() - Method in interface com.simpligility.maven.plugins.android.CommandExecutor
-
Returns the process result of executing the command.
- getScreenDensity() - Method in class com.simpligility.maven.plugins.android.standalonemojos.CompatibleScreen
-
- getScreenshotsPathOnDevice() - Method in class com.simpligility.maven.plugins.android.configuration.UIAutomator
-
- getScreenSize() - Method in class com.simpligility.maven.plugins.android.standalonemojos.CompatibleScreen
-
- getSdkMajorVersion() - Method in class com.simpligility.maven.plugins.android.AndroidSdk
-
Returns the version of the SDK Tools.
- getSdkPath() - Method in class com.simpligility.maven.plugins.android.AndroidSdk
-
Resolves the path for this SDK.
- getSeed() - Method in class com.simpligility.maven.plugins.android.configuration.Monkey
-
- getSharedUserId() - Method in class com.simpligility.maven.plugins.android.configuration.Manifest
-
Deprecated.
- getShowAll() - Method in class com.simpligility.maven.plugins.android.configuration.Lint
-
- getShrinkedAndroidJarPath() - Method in class com.simpligility.maven.plugins.android.AndroidSdk
-
Get the path for shrinkedAndroid.jar
- getSimpleHtmlOutputPath() - Method in class com.simpligility.maven.plugins.android.configuration.Lint
-
- getSkip() - Method in class com.simpligility.maven.plugins.android.configuration.Test
-
- getSkipped() - Method in class org.apache.maven.surefire.Testsuite
-
Gets the value of the skipped property.
- getSkipped() - Method in class org.apache.maven.surefire.Testsuite.Testcase
-
Gets the value of the skipped property.
- getSmallScreens() - Method in class com.simpligility.maven.plugins.android.standalonemojos.SupportsScreens
-
- getSource() - Method in class com.simpligility.maven.plugins.android.configuration.Pull
-
- getSource() - Method in class com.simpligility.maven.plugins.android.configuration.Push
-
- getSources() - Method in class com.simpligility.maven.plugins.android.configuration.Lint
-
- getStandardError() - Method in interface com.simpligility.maven.plugins.android.CommandExecutor
-
Returns the standard error from executing the command.
- getStandardOut() - Method in interface com.simpligility.maven.plugins.android.CommandExecutor
-
Returns the standard output from executing the command.
- getStripper(String) - Method in class com.simpligility.maven.plugins.android.AndroidNdk
-
- getSupportsScreens() - Method in class com.simpligility.maven.plugins.android.configuration.Manifest
-
Deprecated.
- getSystemErr() - Method in class org.apache.maven.surefire.Testsuite.Testcase
-
Gets the value of the systemErr property.
- getSystemOut() - Method in class org.apache.maven.surefire.Testsuite.Testcase
-
Gets the value of the systemOut property.
- getTargetSdkVersion() - Method in class com.simpligility.maven.plugins.android.configuration.UsesSdk
-
- getTestcase() - Method in class org.apache.maven.surefire.Testsuite
-
Gets the value of the testcase property.
- getTestClassOrMethods() - Method in class com.simpligility.maven.plugins.android.configuration.UIAutomator
-
- getTestRunFailureCause() - Method in class com.simpligility.maven.plugins.android.AndroidTestRunListener
-
- getTests() - Method in class org.apache.maven.surefire.Testsuite
-
Gets the value of the tests property.
- getTestSize() - Method in class com.simpligility.maven.plugins.android.configuration.Test
-
- getThreshold() - Method in class com.simpligility.maven.plugins.android.common.MavenToPlexusLogAdapter
-
- getTime() - Method in class org.apache.maven.surefire.Testsuite
-
Gets the value of the time property.
- getTime() - Method in class org.apache.maven.surefire.Testsuite.Testcase.Failure
-
Gets the value of the time property.
- getTime() - Method in class org.apache.maven.surefire.Testsuite.Testcase
-
Gets the value of the time property.
- getTime() - Method in class org.apache.maven.surefire.Testsuite.Testcase.RerunFailure
-
Gets the value of the time property.
- getToolchain(File) - Method in class com.simpligility.maven.plugins.android.AndroidNdk
-
Tries to resolve the toolchain based on the path of the file.
- getToolsPath() - Method in class com.simpligility.maven.plugins.android.AndroidSdk
-
Get the path to the tools directory.
- getTransitiveDependencyArtifacts(String...) - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
Provides transitive dependency artifacts having types defined by types
argument
or all types if types
argument is empty
- getTransitiveDependencyArtifacts(List<String>, String...) - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
Provides transitive dependency artifacts only defined types based on types
argument
or all types if types
argument is empty
- getType() - Method in class com.simpligility.maven.plugins.android.configuration.BuildConfigConstant
-
- getType() - Method in class org.apache.maven.surefire.Testsuite.Testcase.Error
-
Gets the value of the type property.
- getType() - Method in class org.apache.maven.surefire.Testsuite.Testcase.Failure
-
Gets the value of the type property.
- getType() - Method in class org.apache.maven.surefire.Testsuite.Testcase.RerunFailure
-
Gets the value of the type property.
- getUnpackedAarClassesJar(Artifact) - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- getUnpackedApkLibSourceFolder(Artifact) - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- getUnpackedApkLibSourceFolder(Artifact) - Method in class com.simpligility.maven.plugins.android.common.UnpackedLibHelper
-
- getUnpackedClassesJar(Artifact) - Method in class com.simpligility.maven.plugins.android.common.UnpackedLibHelper
-
- getUnpackedLibAssetsFolder(Artifact) - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- getUnpackedLibAssetsFolder(Artifact) - Method in class com.simpligility.maven.plugins.android.common.UnpackedLibHelper
-
- getUnpackedLibFolder(Artifact) - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- getUnpackedLibFolder(Artifact) - Method in class com.simpligility.maven.plugins.android.common.UnpackedLibHelper
-
- getUnpackedLibHelper() - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- getUnpackedLibNativesFolder(Artifact) - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- getUnpackedLibNativesFolder(Artifact) - Method in class com.simpligility.maven.plugins.android.common.UnpackedLibHelper
-
- getUnpackedLibResourceFolder(Artifact) - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- getUnpackedLibResourceFolder(Artifact) - Method in class com.simpligility.maven.plugins.android.common.UnpackedLibHelper
-
- getUnpackedLibsDirectory() - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- getUnpackedLibsFolder() - Method in class com.simpligility.maven.plugins.android.common.UnpackedLibHelper
-
- getUrl() - Method in class com.simpligility.maven.plugins.android.configuration.Lint
-
- getUseDump() - Method in class com.simpligility.maven.plugins.android.configuration.UIAutomator
-
- getUsesSdk() - Method in class com.simpligility.maven.plugins.android.configuration.Manifest
-
Deprecated.
- getUsesSdk() - Method in class com.simpligility.maven.plugins.android.configuration.ManifestMerger
-
- getValue() - Method in class com.simpligility.maven.plugins.android.configuration.BuildConfigConstant
-
- getValue() - Method in class org.apache.maven.surefire.Testsuite.Properties.Property
-
Gets the value of the value property.
- getValue() - Method in class org.apache.maven.surefire.Testsuite.Testcase.Error
-
Gets the value of the value property.
- getValue() - Method in class org.apache.maven.surefire.Testsuite.Testcase.Failure
-
Gets the value of the value property.
- getValue() - Method in class org.apache.maven.surefire.Testsuite.Testcase.RerunFailure
-
Gets the value of the value property.
- getValue() - Method in class org.apache.maven.surefire.Testsuite.Testcase.Skipped
-
Gets the value of the value property.
- getVersion() - Static method in class com.simpligility.maven.plugins.android.PluginInfo
-
- getVersionCode() - Method in class com.simpligility.maven.plugins.android.configuration.Manifest
-
Deprecated.
- getVersionCode() - Method in class com.simpligility.maven.plugins.android.configuration.ManifestMerger
-
- getVersionCodeAutoIncrement() - Method in class com.simpligility.maven.plugins.android.configuration.Manifest
-
Deprecated.
- getVersionCodeUpdateFromVersion() - Method in class com.simpligility.maven.plugins.android.configuration.Manifest
-
Deprecated.
- getVersionCodeUpdateFromVersion() - Method in class com.simpligility.maven.plugins.android.configuration.ManifestMerger
-
- getVersionDigits() - Method in class com.simpligility.maven.plugins.android.configuration.ManifestMerger
-
- getVersionName() - Method in class com.simpligility.maven.plugins.android.configuration.Manifest
-
Deprecated.
- getVersionName() - Method in class com.simpligility.maven.plugins.android.configuration.ManifestMerger
-
- getVersionNamingPattern() - Method in class com.simpligility.maven.plugins.android.configuration.ManifestMerger
-
- getWait() - Method in class com.simpligility.maven.plugins.android.configuration.Emulator
-
- getXlargeScreens() - Method in class com.simpligility.maven.plugins.android.standalonemojos.SupportsScreens
-
- getXmlOutputPath() - Method in class com.simpligility.maven.plugins.android.configuration.Lint
-
- getZipalignPath() - Method in class com.simpligility.maven.plugins.android.AndroidSdk
-
Get the android zipalign path.
- group - Variable in class org.apache.maven.surefire.Testsuite
-
- group - Variable in class org.apache.maven.surefire.Testsuite.Testcase
-
- include(JarEntry) - Method in interface com.simpligility.maven.plugins.android.common.JarHelper.UnjarListener
-
- include(String...) - Method in class com.simpligility.maven.plugins.android.configuration.MetaInf
-
- IncludeExcludeSet - Class in com.simpligility.maven.plugins.android
-
- IncludeExcludeSet() - Constructor for class com.simpligility.maven.plugins.android.IncludeExcludeSet
-
- InclusionExclusionResolver - Class in com.simpligility.maven.plugins.android
-
- info(String) - Method in class com.simpligility.maven.plugins.android.common.MavenToPlexusLogAdapter
-
- info(String, Throwable) - Method in class com.simpligility.maven.plugins.android.common.MavenToPlexusLogAdapter
-
- info(String, Object...) - Method in class com.simpligility.maven.plugins.android.phase01generatesources.MavenILogger
-
- init(String) - Static method in class com.simpligility.maven.plugins.android.common.AndroidPublisherHelper
-
Performs all necessary setup steps for running requests against the API
using the Installed Application auth method.
- init(String, String) - Static method in class com.simpligility.maven.plugins.android.common.AndroidPublisherHelper
-
Performs all necessary setup steps for running requests against the API.
- init(String, String, File) - Static method in class com.simpligility.maven.plugins.android.common.AndroidPublisherHelper
-
Performs all necessary setup steps for running requests against the API.
- initAndroidDebugBridge() - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
Initialize the Android Debug Bridge and wait for it to start.
- initializePublisher(String) - Method in class com.simpligility.maven.plugins.android.AbstractPublisherMojo
-
- instrument() - Method in class com.simpligility.maven.plugins.android.AbstractInstrumentationMojo
-
- InstrumentationArgumentParser - Class in com.simpligility.maven.plugins.android
-
Parses a list of key/value pairs separated by a space in to a map.
- InstrumentationArgumentParser() - Constructor for class com.simpligility.maven.plugins.android.InstrumentationArgumentParser
-
- InstrumentMojo - Class in com.simpligility.maven.plugins.android.standalonemojos
-
Runs the instrumentation apk on device.
- InstrumentMojo() - Constructor for class com.simpligility.maven.plugins.android.standalonemojos.InstrumentMojo
-
- InternalIntegrationTestMojo - Class in com.simpligility.maven.plugins.android.phase12integrationtest
-
Internal.
- InternalIntegrationTestMojo() - Constructor for class com.simpligility.maven.plugins.android.phase12integrationtest.InternalIntegrationTestMojo
-
- InternalPreIntegrationTestMojo - Class in com.simpligility.maven.plugins.android.phase11preintegrationtest
-
Internal.
- InternalPreIntegrationTestMojo() - Constructor for class com.simpligility.maven.plugins.android.phase11preintegrationtest.InternalPreIntegrationTestMojo
-
- InvalidConfigurationException - Exception in com.simpligility.maven.plugins.android
-
Exception for notifying about an invalid plugin configuration.
- InvalidConfigurationException(String) - Constructor for exception com.simpligility.maven.plugins.android.InvalidConfigurationException
-
- InvalidNdkException - Exception in com.simpligility.maven.plugins.android
-
Exception for notifying about an invalidly configured Android NDK.
- InvalidNdkException(String) - Constructor for exception com.simpligility.maven.plugins.android.InvalidNdkException
-
- InvalidSdkException - Exception in com.simpligility.maven.plugins.android
-
Exception for notifying about an invalidly configured Android SDK.
- InvalidSdkException(String) - Constructor for exception com.simpligility.maven.plugins.android.InvalidSdkException
-
- ips - Variable in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
External IP addresses.
- isAndroidPackaging(String) - Static method in class com.simpligility.maven.plugins.android.common.AndroidExtension
-
Determine whether or not a MavenProject
's packaging is an
Android project.
- isAPKBuild() - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- isAPKBuild(MavenProject) - Method in class com.simpligility.maven.plugins.android.common.UnpackedLibHelper
-
- isCanceled() - Method in class com.simpligility.maven.plugins.android.common.LogSyncProgressMonitor
-
- isCanceled() - Method in class com.simpligility.maven.plugins.android.ProgressIndicatorImpl
-
- isCancellable() - Method in class com.simpligility.maven.plugins.android.ProgressIndicatorImpl
-
- isCoreLibrary() - Method in class com.simpligility.maven.plugins.android.configuration.Dex
-
- isCoverage() - Method in class com.simpligility.maven.plugins.android.configuration.Test
-
- isCreateReport() - Method in class com.simpligility.maven.plugins.android.configuration.Monkey
-
- isCreateReport() - Method in class com.simpligility.maven.plugins.android.configuration.MonkeyRunner
-
- isCreateReport() - Method in class com.simpligility.maven.plugins.android.configuration.Test
-
- isCreateReport() - Method in class com.simpligility.maven.plugins.android.configuration.UIAutomator
-
- isDebug() - Method in class com.simpligility.maven.plugins.android.configuration.Run
-
- isDebug() - Method in class com.simpligility.maven.plugins.android.configuration.Test
-
- isDebugEnabled() - Method in class com.simpligility.maven.plugins.android.common.MavenToPlexusLogAdapter
-
- isDebugNoEvents() - Method in class com.simpligility.maven.plugins.android.configuration.Monkey
-
- isDescendantFound() - Method in class com.simpligility.maven.plugins.android.asm.AnnotatedFinder
-
Returns whether a match was found.
- isDisableSourceLines() - Method in class com.simpligility.maven.plugins.android.configuration.Lint
-
- isEnable() - Method in class com.simpligility.maven.plugins.android.configuration.Emma
-
- isEnabled() - Method in class com.simpligility.maven.plugins.android.configuration.Jack
-
- isEnableHtml() - Method in class com.simpligility.maven.plugins.android.configuration.Lint
-
- isEnableIntegrationTest() - Method in class com.simpligility.maven.plugins.android.AbstractInstrumentationMojo
-
Whether or not to execute integration test related goals.
- isEnableIntegrationTest() - Method in class com.simpligility.maven.plugins.android.standalonemojos.MonkeyMojo
-
Whether or not tests are enabled.
- isEnableIntegrationTest() - Method in class com.simpligility.maven.plugins.android.standalonemojos.MonkeyRunnerMojo
-
Whether or not tests are enabled.
- isEnableIntegrationTest() - Method in class com.simpligility.maven.plugins.android.standalonemojos.UIAutomatorMojo
-
Whether or not tests are enabled.
- isEnableSimpleHtml() - Method in class com.simpligility.maven.plugins.android.configuration.Lint
-
- isEnableXml() - Method in class com.simpligility.maven.plugins.android.configuration.Lint
-
- isError(String) - Method in interface com.simpligility.maven.plugins.android.CommandExecutor.ErrorListener
-
- isErrorEnabled() - Method in class com.simpligility.maven.plugins.android.common.MavenToPlexusLogAdapter
-
- isFailOnError() - Method in class com.simpligility.maven.plugins.android.configuration.Lint
-
- isFailSafe() - Method in class com.simpligility.maven.plugins.android.configuration.Test
-
- isFatalErrorEnabled() - Method in class com.simpligility.maven.plugins.android.common.MavenToPlexusLogAdapter
-
- isFilterManifest() - Method in class com.simpligility.maven.plugins.android.configuration.Proguard
-
- isFilterMavenDescriptor() - Method in class com.simpligility.maven.plugins.android.configuration.Proguard
-
- isForceJumbo() - Method in class com.simpligility.maven.plugins.android.configuration.Dex
-
- isFullPath() - Method in class com.simpligility.maven.plugins.android.configuration.Lint
-
- isGenerateMainDexList() - Method in class com.simpligility.maven.plugins.android.configuration.Dex
-
- isIgnoreSecurityExceptions() - Method in class com.simpligility.maven.plugins.android.configuration.Monkey
-
- isIgnoreTestFailures() - Method in class com.simpligility.maven.plugins.android.standalonemojos.MonkeyMojo
-
Whether or not test failures should be ignored.
- isIgnoreTestFailures() - Method in class com.simpligility.maven.plugins.android.standalonemojos.MonkeyRunnerMojo
-
Whether or not test failures should be ignored.
- isIgnoreTestFailures() - Method in class com.simpligility.maven.plugins.android.standalonemojos.UIAutomatorMojo
-
Whether or not test failures should be ignored.
- isIgnoreTimeouts() - Method in class com.simpligility.maven.plugins.android.configuration.Monkey
-
- isIgnoreWarnings() - Method in class com.simpligility.maven.plugins.android.configuration.Lint
-
- isIncluded(String) - Method in class com.simpligility.maven.plugins.android.configuration.MetaInf
-
- isIncludeJdkLibs() - Method in class com.simpligility.maven.plugins.android.configuration.Proguard
-
- isIncremental() - Method in class com.simpligility.maven.plugins.android.configuration.Dex
-
- isIndeterminate() - Method in class com.simpligility.maven.plugins.android.ProgressIndicatorImpl
-
- isInfoEnabled() - Method in class com.simpligility.maven.plugins.android.common.MavenToPlexusLogAdapter
-
- isInjectDeviceSerialNumberIntoScript() - Method in class com.simpligility.maven.plugins.android.configuration.MonkeyRunner
-
- isInstrumentationTest() - Method in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- isIntermediate() - Method in class com.simpligility.maven.plugins.android.configuration.D8
-
- isKillProcessAfterError() - Method in class com.simpligility.maven.plugins.android.configuration.Monkey
-
- isLegacy() - Method in class com.simpligility.maven.plugins.android.configuration.Lint
-
- isLogOnly() - Method in class com.simpligility.maven.plugins.android.configuration.Test
-
- isMinimalMainDex() - Method in class com.simpligility.maven.plugins.android.configuration.Dex
-
- isMonitorNativeErrors() - Method in class com.simpligility.maven.plugins.android.configuration.Monkey
-
- isMultiDex() - Method in class com.simpligility.maven.plugins.android.configuration.Dex
-
- isNoLocals() - Method in class com.simpligility.maven.plugins.android.configuration.Dex
-
- isOptimize() - Method in class com.simpligility.maven.plugins.android.configuration.Dex
-
- isPreDex() - Method in class com.simpligility.maven.plugins.android.configuration.Dex
-
- isQuiet() - Method in class com.simpligility.maven.plugins.android.configuration.Lint
-
- isRelease() - Method in class com.simpligility.maven.plugins.android.configuration.D8
-
- isSignWithDebugKeyStore() - Method in class com.simpligility.maven.plugins.android.AndroidSigner
-
- isSkip() - Method in class com.simpligility.maven.plugins.android.configuration.Lint
-
- isSkip() - Method in class com.simpligility.maven.plugins.android.configuration.Monkey
-
- isSkip() - Method in class com.simpligility.maven.plugins.android.configuration.MonkeyRunner
-
- isSkip() - Method in class com.simpligility.maven.plugins.android.configuration.Proguard
-
- isSkip() - Method in class com.simpligility.maven.plugins.android.configuration.UIAutomator
-
- isSkip() - Method in class com.simpligility.maven.plugins.android.configuration.Zipalign
-
- isTakeScreenshotOnFailure() - Method in class com.simpligility.maven.plugins.android.configuration.UIAutomator
-
- isThrottle() - Method in class com.simpligility.maven.plugins.android.configuration.Monkey
-
- isValid() - Method in class com.simpligility.maven.plugins.android.configuration.ValidationResponse
-
- isVerbose() - Method in class com.simpligility.maven.plugins.android.configuration.Zipalign
-
- isWarnAll() - Method in class com.simpligility.maven.plugins.android.configuration.Lint
-
- isWarnEnabled() - Method in class com.simpligility.maven.plugins.android.common.MavenToPlexusLogAdapter
-
- isWarningsAsErrors() - Method in class com.simpligility.maven.plugins.android.configuration.Lint
-
- makePackageDirectories() - Method in class com.simpligility.maven.plugins.android.common.AaptCommandBuilder.AaptPackageCommandBuilder
-
- makeResourcesNonConstant() - Method in class com.simpligility.maven.plugins.android.common.AaptCommandBuilder.AaptPackageCommandBuilder
-
Make the resources ID non constant.
- makeResourcesNonConstant(boolean) - Method in class com.simpligility.maven.plugins.android.common.AaptCommandBuilder.AaptPackageCommandBuilder
-
Make the resources ID non constant.
- Manifest - Class in com.simpligility.maven.plugins.android.configuration
-
- Manifest() - Constructor for class com.simpligility.maven.plugins.android.configuration.Manifest
-
Deprecated.
- manifestCompatibleScreens - Variable in class com.simpligility.maven.plugins.android.standalonemojos.ManifestUpdateMojo
-
Deprecated.
- manifestDebuggable - Variable in class com.simpligility.maven.plugins.android.standalonemojos.ManifestUpdateMojo
-
Deprecated.
Update the android:debuggable
attribute with the specified parameter.
- manifestMergeLibraries - Variable in class com.simpligility.maven.plugins.android.standalonemojos.ManifestMergerMojo
-
Merge Manifest with library projects.
- ManifestMerger - Class in com.simpligility.maven.plugins.android.configuration
-
Configuration for the manifest update.
- ManifestMerger() - Constructor for class com.simpligility.maven.plugins.android.configuration.ManifestMerger
-
- manifestMergeReportFile - Variable in class com.simpligility.maven.plugins.android.standalonemojos.ManifestMergerMojo
-
Merge Manifest with library projects.
- ManifestMergerMojo - Class in com.simpligility.maven.plugins.android.standalonemojos
-
Manifest Merger V2 AndroidManifest.xml
file.
- ManifestMergerMojo() - Constructor for class com.simpligility.maven.plugins.android.standalonemojos.ManifestMergerMojo
-
- manifestMergerV2() - Method in class com.simpligility.maven.plugins.android.standalonemojos.ManifestMergerMojo
-
- manifestProviderAuthorities - Variable in class com.simpligility.maven.plugins.android.standalonemojos.ManifestUpdateMojo
-
Deprecated.
For a given provider (named by android:name
update the android:authorities
attribute for the provider.
- manifestSharedUserId - Variable in class com.simpligility.maven.plugins.android.standalonemojos.ManifestUpdateMojo
-
Deprecated.
Update the android:sharedUserId
attribute with the specified parameter.
- manifestSupportsScreens - Variable in class com.simpligility.maven.plugins.android.standalonemojos.ManifestUpdateMojo
-
Deprecated.
- ManifestUpdateMojo - Class in com.simpligility.maven.plugins.android.standalonemojos
-
- ManifestUpdateMojo() - Constructor for class com.simpligility.maven.plugins.android.standalonemojos.ManifestUpdateMojo
-
Deprecated.
- manifestUsesSdk - Variable in class com.simpligility.maven.plugins.android.standalonemojos.ManifestMergerMojo
-
Update the uses-sdk tag.
- manifestUsesSdk - Variable in class com.simpligility.maven.plugins.android.standalonemojos.ManifestUpdateMojo
-
Deprecated.
Update the uses-sdk tag.
- manifestVersionCode - Variable in class com.simpligility.maven.plugins.android.standalonemojos.ManifestMergerMojo
-
Update the android:versionCode
attribute with the specified parameter.
- manifestVersionCode - Variable in class com.simpligility.maven.plugins.android.standalonemojos.ManifestUpdateMojo
-
Deprecated.
Update the android:versionCode
attribute with the specified parameter.
- manifestVersionCodeUpdateFromVersion - Variable in class com.simpligility.maven.plugins.android.standalonemojos.ManifestMergerMojo
-
Update the android:versionCode
attribute automatically from the project version
e.g 3.2.1 will become version code 3002001.
- manifestVersionCodeUpdateFromVersion - Variable in class com.simpligility.maven.plugins.android.standalonemojos.ManifestUpdateMojo
-
Deprecated.
Update the android:versionCode
attribute automatically from the project version
e.g 3.2.1 will become version code 3002001.
- manifestVersionDigits - Variable in class com.simpligility.maven.plugins.android.standalonemojos.ManifestMergerMojo
-
The number of digits per version element.
- manifestVersionName - Variable in class com.simpligility.maven.plugins.android.standalonemojos.ManifestMergerMojo
-
Update the android:versionName
with the specified parameter.
- manifestVersionName - Variable in class com.simpligility.maven.plugins.android.standalonemojos.ManifestUpdateMojo
-
Deprecated.
Update the android:versionName
with the specified parameter.
- manifestVersionNamingPattern - Variable in class com.simpligility.maven.plugins.android.standalonemojos.ManifestMergerMojo
-
Optionally use a pattern to match version elements for automatic generation of version codes,
useful in case of complex version naming schemes.
- MavenErrorReporter - Class in com.simpligility.maven.plugins.android
-
- MavenErrorReporter(ILogger, ErrorReporter.EvaluationMode) - Constructor for class com.simpligility.maven.plugins.android.MavenErrorReporter
-
- MavenILogger - Class in com.simpligility.maven.plugins.android.phase01generatesources
-
Adapter from the Android Utils ILogger interface to the Maven plugins log.
- MavenILogger(Log, boolean) - Constructor for class com.simpligility.maven.plugins.android.phase01generatesources.MavenILogger
-
- MavenILogger(Log) - Constructor for class com.simpligility.maven.plugins.android.phase01generatesources.MavenILogger
-
- MavenToPlexusLogAdapter - Class in com.simpligility.maven.plugins.android.common
-
Maps from a Maven Logger to a Plexus Log.
- MavenToPlexusLogAdapter(Log) - Constructor for class com.simpligility.maven.plugins.android.common.MavenToPlexusLogAdapter
-
- mergeLibraries - Variable in class com.simpligility.maven.plugins.android.configuration.ManifestMerger
-
- mergeReportFile - Variable in class com.simpligility.maven.plugins.android.configuration.ManifestMerger
-
- message - Variable in class org.apache.maven.surefire.Testsuite.Testcase.Error
-
- message - Variable in class org.apache.maven.surefire.Testsuite.Testcase.Failure
-
- message - Variable in class org.apache.maven.surefire.Testsuite.Testcase.RerunFailure
-
- message - Variable in class org.apache.maven.surefire.Testsuite.Testcase.Skipped
-
- MetaInf - Class in com.simpligility.maven.plugins.android.configuration
-
POJO to specify META-INF include and exclude patterns.
- MetaInf() - Constructor for class com.simpligility.maven.plugins.android.configuration.MetaInf
-
- MIME_TYPE_APK - Static variable in class com.simpligility.maven.plugins.android.common.AndroidPublisherHelper
-
- MIME_TYPE_IMAGE - Static variable in class com.simpligility.maven.plugins.android.common.AndroidPublisherHelper
-
- MIPS64_TOOLCHAIN - Static variable in class com.simpligility.maven.plugins.android.AndroidNdk
-
Mips toolchain implementations.
- MIPS_TOOLCHAIN - Static variable in class com.simpligility.maven.plugins.android.AndroidNdk
-
Mips toolchain implementations.
- modifyOutputStream(JarOutputStream) - Method in class com.simpligility.maven.plugins.android.resource.XpathAppendingTransformer
-
- Monkey - Class in com.simpligility.maven.plugins.android.configuration
-
Configuration for the monkey test runs.
- Monkey() - Constructor for class com.simpligility.maven.plugins.android.configuration.Monkey
-
- MonkeyMojo - Class in com.simpligility.maven.plugins.android.standalonemojos
-
Can execute tests using UI/Application Exerciser Monkey.
Implements parsing parameters from pom or command line arguments and sets useful defaults as well.
- MonkeyMojo() - Constructor for class com.simpligility.maven.plugins.android.standalonemojos.MonkeyMojo
-
- MonkeyRunner - Class in com.simpligility.maven.plugins.android.configuration
-
Configuration for the monkey runner tests runs.
- MonkeyRunner() - Constructor for class com.simpligility.maven.plugins.android.configuration.MonkeyRunner
-
- MonkeyRunnerMojo - Class in com.simpligility.maven.plugins.android.standalonemojos
-
Can execute monkey runner programs.
Implements parsing parameters from pom or command line arguments and sets useful defaults as well.
- MonkeyRunnerMojo() - Constructor for class com.simpligility.maven.plugins.android.standalonemojos.MonkeyRunnerMojo
-
- MonkeyTestRunner - Class in com.android.ddmlib.testrunner
-
Runs a Monkey test command remotely and reports results.
- MonkeyTestRunner(int, IDevice) - Constructor for class com.android.ddmlib.testrunner.MonkeyTestRunner
-
- ScreenshotServiceWrapper - Class in com.simpligility.maven.plugins.android
-
ScreenshotServiceWrapper wraps the feature to capture a screenshot during an instrumentation test run.
- ScreenshotServiceWrapper(DeviceCallback, MavenProject, Log) - Constructor for class com.simpligility.maven.plugins.android.ScreenshotServiceWrapper
-
- Sdk - Class in com.simpligility.maven.plugins.android.configuration
-
Configuration for an Android SDK.
- Sdk() - Constructor for class com.simpligility.maven.plugins.android.configuration.Sdk
-
- session - Variable in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
The maven session.
- setAnyDensity(String) - Method in class com.simpligility.maven.plugins.android.standalonemojos.SupportsScreens
-
- setCancellable(boolean) - Method in class com.simpligility.maven.plugins.android.ProgressIndicatorImpl
-
- setCaptureStdErr(boolean) - Method in interface com.simpligility.maven.plugins.android.CommandExecutor
-
- setCaptureStdOut(boolean) - Method in interface com.simpligility.maven.plugins.android.CommandExecutor
-
- setCategories(String[]) - Method in class com.android.ddmlib.testrunner.MonkeyTestRunner
-
- setClassname(String) - Method in class org.apache.maven.surefire.Testsuite.Testcase
-
Sets the value of the classname property.
- setCompatibleWidthLimitDp(String) - Method in class com.simpligility.maven.plugins.android.standalonemojos.SupportsScreens
-
- setCustomShell(Shell) - Method in interface com.simpligility.maven.plugins.android.CommandExecutor
-
- setDebug(boolean) - Method in class com.android.ddmlib.testrunner.UIAutomatorRemoteAndroidTestRunner
- setDebugMode(boolean) - Method in class com.simpligility.maven.plugins.android.common.AaptCommandBuilder.AaptPackageCommandBuilder
-
Inserts android:debuggable="true" into the application node of the
manifest, making the application debuggable even on production devices.
- setDebugNoEvents(boolean) - Method in class com.android.ddmlib.testrunner.MonkeyTestRunner
-
- setDirectory(String) - Method in class com.simpligility.maven.plugins.android.configuration.HeaderFilesDirective
-
- setDumpFilePath(String) - Method in class com.android.ddmlib.testrunner.UIAutomatorRemoteAndroidTestRunner
-
- setError(JAXBElement<Testsuite.Testcase.Error>) - Method in class org.apache.maven.surefire.Testsuite.Testcase
-
Sets the value of the error property.
- setErrorListener(CommandExecutor.ErrorListener) - Method in interface com.simpligility.maven.plugins.android.CommandExecutor
-
- setErrors(String) - Method in class org.apache.maven.surefire.Testsuite
-
Sets the value of the errors property.
- setExcludes(String[]) - Method in class com.simpligility.maven.plugins.android.configuration.HeaderFilesDirective
-
- setFailures(String) - Method in class org.apache.maven.surefire.Testsuite
-
Sets the value of the failures property.
- setFilename(File) - Method in class com.simpligility.maven.plugins.android.configuration.DeployApk
-
- setFraction(double) - Method in class com.simpligility.maven.plugins.android.ProgressIndicatorImpl
-
- setGroup(String) - Method in class org.apache.maven.surefire.Testsuite
-
Sets the value of the group property.
- setGroup(String) - Method in class org.apache.maven.surefire.Testsuite.Testcase
-
Sets the value of the group property.
- setHprof(boolean) - Method in class com.android.ddmlib.testrunner.MonkeyTestRunner
-
- setIgnoreCrashes(boolean) - Method in class com.android.ddmlib.testrunner.MonkeyTestRunner
-
- setIgnoreSecurityExceptions(boolean) - Method in class com.android.ddmlib.testrunner.MonkeyTestRunner
-
- setIgnoreTimeouts(boolean) - Method in class com.android.ddmlib.testrunner.MonkeyTestRunner
-
- setIncludes(String[]) - Method in class com.simpligility.maven.plugins.android.configuration.HeaderFilesDirective
-
- setIndeterminate(boolean) - Method in class com.simpligility.maven.plugins.android.ProgressIndicatorImpl
-
- setKillProcessAfterError(boolean) - Method in class com.android.ddmlib.testrunner.MonkeyTestRunner
-
- setLargeScreens(String) - Method in class com.simpligility.maven.plugins.android.standalonemojos.SupportsScreens
-
- setLargestWidthLimitDp(String) - Method in class com.simpligility.maven.plugins.android.standalonemojos.SupportsScreens
-
- setLogger(Log) - Method in interface com.simpligility.maven.plugins.android.CommandExecutor
-
Sets the plexus logger.
- setMaxtimeToOutputResponse(int) - Method in class com.android.ddmlib.testrunner.MonkeyTestRunner
- setMaxtimeToOutputResponse(int) - Method in class com.android.ddmlib.testrunner.UIAutomatorRemoteAndroidTestRunner
- setMessage(String) - Method in class org.apache.maven.surefire.Testsuite.Testcase.Error
-
Sets the value of the message property.
- setMessage(String) - Method in class org.apache.maven.surefire.Testsuite.Testcase.Failure
-
Sets the value of the message property.
- setMessage(String) - Method in class org.apache.maven.surefire.Testsuite.Testcase.RerunFailure
-
Sets the value of the message property.
- setMessage(String) - Method in class org.apache.maven.surefire.Testsuite.Testcase.Skipped
-
Sets the value of the message property.
- setMonitorNativeCrash(boolean) - Method in class com.android.ddmlib.testrunner.MonkeyTestRunner
-
- setName(String) - Method in class org.apache.maven.surefire.Testsuite.Properties.Property
-
Sets the value of the name property.
- setName(String) - Method in class org.apache.maven.surefire.Testsuite
-
Sets the value of the name property.
- setName(String) - Method in class org.apache.maven.surefire.Testsuite.Testcase
-
Sets the value of the name property.
- setNoHup(boolean) - Method in class com.android.ddmlib.testrunner.UIAutomatorRemoteAndroidTestRunner
-
- setNormalScreens(String) - Method in class com.simpligility.maven.plugins.android.standalonemojos.SupportsScreens
-
- setOutputApkFile(File) - Method in class com.simpligility.maven.plugins.android.common.AaptCommandBuilder.AaptPackageCommandBuilder
-
Specify the apk file to output.
- setPackagename(String) - Method in class com.simpligility.maven.plugins.android.configuration.DeployApk
-
- setPackages(String[]) - Method in class com.android.ddmlib.testrunner.MonkeyTestRunner
-
- setPath(File) - Method in class com.simpligility.maven.plugins.android.configuration.Ndk
-
- setPathToAndroidManifest(File) - Method in class com.simpligility.maven.plugins.android.common.AaptCommandBuilder.AaptPackageCommandBuilder
-
Specify full path to AndroidManifest.xml to include in zip.
- setPathToApk(String) - Method in class com.simpligility.maven.plugins.android.common.AaptCommandBuilder.AaptDumpCommandBuilder
-
Set path to Apk file where to dump info from.
- setPercentAnyEvent(int) - Method in class com.android.ddmlib.testrunner.MonkeyTestRunner
-
- setPercentAppswitch(long) - Method in class com.android.ddmlib.testrunner.MonkeyTestRunner
-
- setPercentMajorNav(long) - Method in class com.android.ddmlib.testrunner.MonkeyTestRunner
-
- setPercentMotion(long) - Method in class com.android.ddmlib.testrunner.MonkeyTestRunner
-
- setPercentNav(long) - Method in class com.android.ddmlib.testrunner.MonkeyTestRunner
-
- setPercentSyskeys(long) - Method in class com.android.ddmlib.testrunner.MonkeyTestRunner
-
- setPercentTouch(long) - Method in class com.android.ddmlib.testrunner.MonkeyTestRunner
-
- setPercentTrackball(long) - Method in class com.android.ddmlib.testrunner.MonkeyTestRunner
-
- setProguardOptionsOutputFile(File) - Method in class com.simpligility.maven.plugins.android.common.AaptCommandBuilder.AaptPackageCommandBuilder
-
Output Proguard options to a File.
- setRequiresSmallestWidthDp(String) - Method in class com.simpligility.maven.plugins.android.standalonemojos.SupportsScreens
-
- setResizeable(String) - Method in class com.simpligility.maven.plugins.android.standalonemojos.SupportsScreens
-
- setResourceConstantsFolder(File) - Method in class com.simpligility.maven.plugins.android.common.AaptCommandBuilder.AaptPackageCommandBuilder
-
Specify where the R java resource constant definitions should be generated or found.
- setRunName(String) - Method in class com.android.ddmlib.testrunner.MonkeyTestRunner
- setRunName(String) - Method in class com.android.ddmlib.testrunner.UIAutomatorRemoteAndroidTestRunner
- setScreenDensity(String) - Method in class com.simpligility.maven.plugins.android.standalonemojos.CompatibleScreen
-
- setScreenSize(String) - Method in class com.simpligility.maven.plugins.android.standalonemojos.CompatibleScreen
-
- setSecondaryText(String) - Method in class com.simpligility.maven.plugins.android.ProgressIndicatorImpl
-
- setSeed(long) - Method in class com.android.ddmlib.testrunner.MonkeyTestRunner
-
- setSkipped(String) - Method in class org.apache.maven.surefire.Testsuite
-
Sets the value of the skipped property.
- setSkipped(JAXBElement<Testsuite.Testcase.Skipped>) - Method in class org.apache.maven.surefire.Testsuite.Testcase
-
Sets the value of the skipped property.
- setSmallScreens(String) - Method in class com.simpligility.maven.plugins.android.standalonemojos.SupportsScreens
-
- setSystemErr(JAXBElement<Object>) - Method in class org.apache.maven.surefire.Testsuite.Testcase
-
Sets the value of the systemErr property.
- setSystemOut(JAXBElement<Object>) - Method in class org.apache.maven.surefire.Testsuite.Testcase
-
Sets the value of the systemOut property.
- setTestClassOrMethods(String[]) - Method in class com.android.ddmlib.testrunner.UIAutomatorRemoteAndroidTestRunner
- setTests(String) - Method in class org.apache.maven.surefire.Testsuite
-
Sets the value of the tests property.
- setText(String) - Method in class com.simpligility.maven.plugins.android.ProgressIndicatorImpl
-
- setThreshold(int) - Method in class com.simpligility.maven.plugins.android.common.MavenToPlexusLogAdapter
-
- setThrottle(long) - Method in class com.android.ddmlib.testrunner.MonkeyTestRunner
-
- setTime(String) - Method in class org.apache.maven.surefire.Testsuite
-
Sets the value of the time property.
- setTime(String) - Method in class org.apache.maven.surefire.Testsuite.Testcase.Failure
-
Sets the value of the time property.
- setTime(String) - Method in class org.apache.maven.surefire.Testsuite.Testcase.RerunFailure
-
Sets the value of the time property.
- setTime(String) - Method in class org.apache.maven.surefire.Testsuite.Testcase
-
Sets the value of the time property.
- setType(String) - Method in class org.apache.maven.surefire.Testsuite.Testcase.Error
-
Sets the value of the type property.
- setType(String) - Method in class org.apache.maven.surefire.Testsuite.Testcase.Failure
-
Sets the value of the type property.
- setType(String) - Method in class org.apache.maven.surefire.Testsuite.Testcase.RerunFailure
-
Sets the value of the type property.
- setUserProperties(Properties, String) - Method in class com.android.ddmlib.testrunner.UIAutomatorRemoteAndroidTestRunner
-
Adds instrumentation arguments from userProperties from keys with the propertiesKeyPrefix prefix.
- setValue(String) - Method in class org.apache.maven.surefire.Testsuite.Properties.Property
-
Sets the value of the value property.
- setValue(String) - Method in class org.apache.maven.surefire.Testsuite.Testcase.Error
-
Sets the value of the value property.
- setValue(String) - Method in class org.apache.maven.surefire.Testsuite.Testcase.Failure
-
Sets the value of the value property.
- setValue(String) - Method in class org.apache.maven.surefire.Testsuite.Testcase.RerunFailure
-
Sets the value of the value property.
- setValue(String) - Method in class org.apache.maven.surefire.Testsuite.Testcase.Skipped
-
Sets the value of the value property.
- setVerbose(boolean) - Method in class com.simpligility.maven.plugins.android.common.AaptCommandBuilder.AaptPackageCommandBuilder
-
Makes output verbose.
- setXlargeScreens(String) - Method in class com.simpligility.maven.plugins.android.standalonemojos.SupportsScreens
-
- sharedUserId - Variable in class com.simpligility.maven.plugins.android.configuration.Manifest
-
Deprecated.
- shouldCreateBothSignedAndUnsignedApk() - Method in class com.simpligility.maven.plugins.android.AndroidSigner
-
- Sign - Class in com.simpligility.maven.plugins.android.configuration
-
Configuration for signing.
- Sign() - Constructor for class com.simpligility.maven.plugins.android.configuration.Sign
-
- SimpleVersionElementParser - Class in com.simpligility.maven.plugins.android.configuration
-
VersionElementParser implementing the old version generator behavior.
- SimpleVersionElementParser() - Constructor for class com.simpligility.maven.plugins.android.configuration.SimpleVersionElementParser
-
- skipped - Variable in class org.apache.maven.surefire.Testsuite
-
- skipped - Variable in class org.apache.maven.surefire.Testsuite.Testcase
-
- Skipped() - Constructor for class org.apache.maven.surefire.Testsuite.Testcase.Skipped
-
- sourceDirectory - Variable in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
The java sources directory.
- sourceEncoding - Variable in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
The project source encoding.
- start(int) - Method in class com.simpligility.maven.plugins.android.common.LogSyncProgressMonitor
-
- startAndroidEmulator() - Method in class com.simpligility.maven.plugins.android.AbstractEmulatorMojo
-
Start the Android Emulator with the specified options.
- startSubTask(String) - Method in class com.simpligility.maven.plugins.android.common.LogSyncProgressMonitor
-
- stop() - Method in class com.simpligility.maven.plugins.android.common.LogSyncProgressMonitor
-
- stopAndroidEmulator() - Method in class com.simpligility.maven.plugins.android.AbstractEmulatorMojo
-
Stop the running Android Emulator.
- stopAndroidEmulators() - Method in class com.simpligility.maven.plugins.android.AbstractEmulatorMojo
-
Stop the running Android Emulators.
- SUPPORTED_PACKAGING_TYPES - Static variable in class com.simpligility.maven.plugins.android.AbstractAndroidMojo
-
- supportsScreens - Variable in class com.simpligility.maven.plugins.android.configuration.Manifest
-
Deprecated.
- SupportsScreens - Class in com.simpligility.maven.plugins.android.standalonemojos
-
- SupportsScreens() - Constructor for class com.simpligility.maven.plugins.android.standalonemojos.SupportsScreens
-
- systemErr - Variable in class org.apache.maven.surefire.Testsuite.Testcase
-
- systemOut - Variable in class org.apache.maven.surefire.Testsuite.Testcase
-