@ProviderFor(value=LombokApp.class) public class PoolConstantsApp extends LombokApp
Modifier and Type | Class and Description |
---|---|
static class |
PoolConstantsApp.CmdArgs |
Constructor and Description |
---|
PoolConstantsApp() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppDescription() |
java.lang.String |
getAppName() |
boolean |
isDebugTool() |
int |
runApp(java.util.List<java.lang.String> raw) |
getAppAliases
public java.lang.String getAppName()
getAppName
in class LombokApp
delombok
.public java.lang.String getAppDescription()
getAppDescription
in class LombokApp
public boolean isDebugTool()
isDebugTool
in class LombokApp
true
if this app is an internal debugging tool and won't be listed by the default help message.public int runApp(java.util.List<java.lang.String> raw) throws java.lang.Exception
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.