@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) |
isDebugTool
public String getAppName()
getAppName
in class LombokApp
delombok
.public String getAppDescription()
getAppDescription
in class LombokApp
public List<String> getAppAliases()
getAppAliases
in class LombokApp
public 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
Exception
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.