aQute.lib.consoleapp
Interface AbstractConsoleApp.MainOptions

All Superinterfaces:
Options
Enclosing class:
AbstractConsoleApp

protected static interface AbstractConsoleApp.MainOptions
extends Options

Main options


Method Summary
 String base()
           
 boolean exceptions()
           
 String[] failok()
           
 boolean key()
           
 boolean pedantic()
           
 boolean trace()
           
 int width()
           
 
Methods inherited from interface aQute.lib.getopt.Options
_, _command, _help, _ok, _properties
 

Method Detail

exceptions

boolean exceptions()

trace

boolean trace()

pedantic

boolean pedantic()

base

String base()

failok

String[] failok()

key

boolean key()

width

int width()


Copyright © 2014 aQute SARL. All rights reserved.