Package aQute.lib.consoleapp
Class AbstractConsoleApp
java.lang.Object
aQute.libg.reporter.ReporterAdapter
aQute.lib.env.Env
aQute.lib.consoleapp.AbstractConsoleApp
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static interface
Main optionsNested classes/interfaces inherited from interface aQute.service.reporter.Report
Report.Location
Nested classes/interfaces inherited from interface aQute.service.reporter.Reporter
Reporter.SetLocation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Initialize the repository and other global vars.void
Main entryMethods inherited from class aQute.lib.env.Env
addAll, addAll, addProperties, addProperty, addTarget, clear, config, config, getBase, getDir, getFile, getFile, getHeader, getHeader, getMap, getParent, getProperties, getProperty, getProperty, isPrepared, isTrue, prepare, process, putAll, putAll, removeProperty, removeTarget, setBase, setProperties, setProperties, setProperty
Methods inherited from class aQute.libg.reporter.ReporterAdapter
addErrors, addWarnings, check, error, exception, getErrors, getInfo, getInfo, getLocation, getMessages, getOut, getWarnings, isExceptions, isOk, isPedantic, isPerfect, isTrace, progress, report, run, setExceptions, setPedantic, setTrace, trace, warning
-
Field Details
-
settings
Settings settings -
err
-
out
-
encoding
-
width
int width -
tabs
int[] tabs -
target
-
-
Constructor Details
-
AbstractConsoleApp
Default constructor- Throws:
UnsupportedEncodingException
-
AbstractConsoleApp
- Throws:
UnsupportedEncodingException
-
-
Method Details
-
run
Main entry- Throws:
Exception
-
__main
Initialize the repository and other global vars.- Parameters:
opts
- the options- Throws:
IOException
-