@ProviderFor(value=LombokApp.class) public class ConfigurationApp extends LombokApp
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigurationApp.CmdArgs |
| Constructor and Description |
|---|
ConfigurationApp() |
| Modifier and Type | Method and Description |
|---|---|
int |
display(Collection<ConfigurationKey<?>> keys,
boolean verbose,
Collection<String> argsPaths,
boolean explicitKeys) |
int |
generate(Collection<ConfigurationKey<?>> keys,
boolean verbose) |
List<String> |
getAppAliases() |
String |
getAppDescription() |
String |
getAppName() |
ConfigurationApp |
redirectOutput(PrintStream out,
PrintStream err) |
int |
runApp(List<String> raw) |
isDebugToolpublic String getAppName()
getAppName in class LombokAppdelombok.public String getAppDescription()
getAppDescription in class LombokApppublic List<String> getAppAliases()
getAppAliases in class LombokApppublic ConfigurationApp redirectOutput(PrintStream out, PrintStream err)
public int generate(Collection<ConfigurationKey<?>> keys, boolean verbose)
public int display(Collection<ConfigurationKey<?>> keys, boolean verbose, Collection<String> argsPaths, boolean explicitKeys) throws Exception
ExceptionCopyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.