public interface CompileParameter
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(Context context) |
String |
getAlias() |
String |
getDetailedDescription() |
String |
getShortDescription() |
String |
getUsage() |
void |
run(Context context) |
String getAlias()
String getUsage()
boolean check(Context context) throws ExitException
ExitExceptionvoid run(Context context) throws ExitException
ExitExceptionString getShortDescription()
String getDetailedDescription()
Copyright © 2021. All rights reserved.