@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) |
getAppAliasespublic java.lang.String getAppName()
getAppName in class LombokAppdelombok.public java.lang.String getAppDescription()
getAppDescription in class LombokApppublic boolean isDebugTool()
isDebugTool in class LombokApptrue 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.