public class PropertiesFile extends Object implements CompileParameter
| Constructor and Description |
|---|
PropertiesFile(List<CompileParameter> parameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(Context context) |
String |
getAlias() |
String |
getDetailedDescription() |
String |
getShortDescription() |
String |
getUsage() |
void |
run(Context context) |
public PropertiesFile(List<CompileParameter> parameters)
public String getAlias()
getAlias in interface CompileParameterpublic String getUsage()
getUsage in interface CompileParameterpublic 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.