public final class AndroidExtension extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AAR
Android archive as introduced by the Gradle Android build system (modelled after apklib with extensions and some
differences).
|
static String |
APK
Android application.
|
static String |
APKLIB
Android library project as created by Android Maven Plugin.
|
static String |
APKSOURCES
Deprecated.
Use
APKLIB instead. |
Modifier and Type | Method and Description |
---|---|
static boolean |
isAndroidPackaging(String packaging)
Determine whether or not a
MavenProject 's packaging is an
Android project. |
public static final String APK
public static final String APKLIB
public static final String AAR
public static final String APKSOURCES
APKLIB
instead.public static boolean isAndroidPackaging(String packaging)
MavenProject
's packaging is an
Android project.packaging
- Project packaging.Copyright © 2014–2016 simpligility technologies inc.. All rights reserved.