Lombok - v0.11.0

lombok.core
Class Main.VersionApp

java.lang.Object
  extended by lombok.core.LombokApp
      extended by lombok.core.Main.VersionApp
Enclosing class:
Main

@ProviderFor(value=LombokApp.class)
public static class Main.VersionApp
extends LombokApp


Constructor Summary
Main.VersionApp()
           
 
Method Summary
 List<String> getAppAliases()
           
 String getAppDescription()
           
 String getAppName()
           
 int runApp(List<String> args)
           
 
Methods inherited from class lombok.core.LombokApp
isDebugTool
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main.VersionApp

public Main.VersionApp()
Method Detail

getAppName

public String getAppName()
Specified by:
getAppName in class LombokApp
Returns:
Your app name. For example delombok.

getAppDescription

public String getAppDescription()
Specified by:
getAppDescription in class LombokApp
Returns:
Description of this app, for the command line.

getAppAliases

public List<String> getAppAliases()
Overrides:
getAppAliases in class LombokApp
Returns:
When lombok.jar is executed with any of these strings as first argument, your app will be started.

runApp

public int runApp(List<String> args)
Specified by:
runApp in class LombokApp
Parameters:
args - The arguments; analogous to what's passed to public static void main(String[] args) methods.
Returns:
The return value. Don't call System.exit yourself.

Lombok - v0.11.0

Copyright © 2009-2011 The Project Lombok Authors, licensed under the MIT licence.