public static class Config.Implementation extends Object implements Config
Config.Builder, Config.Implementation
ALL_SDKS, DEFAULT_APPLICATION, DEFAULT_ASSET_FOLDER, DEFAULT_MANIFEST_NAME, DEFAULT_PACKAGE_NAME, DEFAULT_QUALIFIERS, DEFAULT_RES_FOLDER, DEFAULT_VALUE_INT, DEFAULT_VALUE_STRING, NEWEST_SDK, NONE, OLDEST_SDK, TARGET_SDK
Constructor and Description |
---|
Implementation(int[] sdk,
int minSdk,
int maxSdk,
String manifest,
String qualifiers,
String packageName,
String resourceDir,
String assetDir,
Class<?>[] shadows,
String[] instrumentedPackages,
Class<? extends Application> application,
String[] libraries) |
Modifier and Type | Method and Description |
---|---|
Class<? extends Annotation> |
annotationType() |
Class<? extends Application> |
application() |
String |
assetDir() |
static Config |
fromProperties(Properties properties) |
String[] |
instrumentedPackages() |
String[] |
libraries() |
String |
manifest() |
int |
maxSdk() |
int |
minSdk() |
String |
packageName() |
String |
qualifiers() |
String |
resourceDir() |
int[] |
sdk() |
Class<?>[] |
shadows() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode
public static Config fromProperties(Properties properties)
public int[] sdk()
public int minSdk()
public int maxSdk()
public String manifest()
public Class<? extends Application> application()
public String qualifiers()
public String packageName()
public String resourceDir()
public String assetDir()
public Class<?>[] shadows()
public String[] instrumentedPackages()
public String[] libraries()
@Nonnull public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
public String toString()
toString
in interface Annotation
toString
in class Object