public abstract class LombokApp extends Object
Main.VersionApp
Constructor and Description |
---|
LombokApp() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAppAliases() |
abstract String |
getAppDescription() |
abstract String |
getAppName() |
boolean |
isDebugTool() |
abstract int |
runApp(List<String> args) |
public abstract int runApp(List<String> args) throws Exception
args
- The arguments; analogous to what's passed to public static void main(String[] args)
methods.System.exit
yourself.Exception
public abstract String getAppName()
delombok
.public abstract String getAppDescription()
public List<String> getAppAliases()
public boolean isDebugTool()
true
if this app is an internal debugging tool and won't be listed by the default help message.Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.