Lombok - v0.9.3

lombok.core
Class Main.LicenseApp

java.lang.Object
  extended by lombok.core.Main.LicenseApp
All Implemented Interfaces:
LombokApp
Enclosing class:
Main

@ProviderFor(value=LombokApp.class)
public static class Main.LicenseApp
extends java.lang.Object
implements LombokApp


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

Constructor Detail

Main.LicenseApp

public Main.LicenseApp()
Method Detail

getAppName

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

getAppDescription

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

getAppAliases

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

runApp

public int runApp(java.util.List<java.lang.String> args)
Specified by:
runApp in interface 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.9.3

Copyright © 2009 Reinier Zwitserloot and Roel Spilker, licensed under the MIT licence.