public enum Dependencies extends Enum<Dependencies> implements CompileParameter
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(Context context) |
String |
getAlias() |
static File |
getDependencies(Context context,
String name,
String library) |
static File |
getDependencies(Context context,
String name,
String library,
String zip,
boolean check) |
static File |
getDependenciesIf(Context context,
String name,
String library,
boolean forceCheck) |
String |
getDetailedDescription() |
String |
getShortDescription() |
String |
getUsage() |
void |
run(Context context) |
static Dependencies |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dependencies[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dependencies INSTANCE
public static Dependencies[] values()
for (Dependencies c : Dependencies.values()) System.out.println(c);
public static Dependencies valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getAlias()
getAlias in interface CompileParameterpublic String getUsage()
getUsage in interface CompileParameterpublic static File getDependencies(Context context, String name, String library) throws ExitException
ExitExceptionpublic static File getDependenciesIf(Context context, String name, String library, boolean forceCheck) throws ExitException
ExitExceptionpublic static File getDependencies(Context context, String name, String library, String zip, boolean check) throws ExitException
ExitExceptionpublic boolean check(Context context)
check in interface CompileParameterpublic void run(Context context)
run in interface CompileParameterpublic String getShortDescription()
getShortDescription in interface CompileParameterpublic String getDetailedDescription()
getDetailedDescription in interface CompileParameterCopyright © 2021. All rights reserved.