airframe-launcher
airframe-launcher
wvlet.airframe.launcher
ClassOptionSchema
ClassOptionSchema
CommandLauncher
CommandLauncherBaseCompat
HelpMessagePrinter
HelpMessagePrinter
Launcher
Launcher
LauncherBaseCompat
LauncherCompat
LauncherInfo
LauncherInstance
LauncherResult
MethodOptionSchema
MethodOptionSchema
OptionParser
ArgMapping
ArgMappingMultiple
CLArgItem
CLArgument
CLOption
CLOptionItem
CLOptionItemBase
OptMapping
OptMappingMultiple
OptSetFlag
OptionMapping
OptionParserResult
OptionParser
OptionSchema
StringTree
StringTree
StringTreeCodec
airframe-launcher
/
wvlet.airframe.launcher
/
OptionParser
OptionParser
class
OptionParser
(
val
schema:
OptionSchema
)
extends
LogSupport
CommandTrait-line argument parser
Companion:
object
Graph
Supertypes
trait
LogSupport
trait
LazyLogger
trait
LoggingMethods
trait
Serializable
class
Object
trait
Matchable
class
Any
Value members
Value members
Constructors
def
this
(
m:
MethodSurface
)
Concrete methods
def
optionList
:
Seq
[
CLOption
]
def
parse
(
args:
Array
[
String
]):
OptionParserResult
Parse the command-line arguments
Parse the command-line arguments
Returns:
parse result
Inherited methods
inline protected
def
debug
(
inline
message:
Any
,
inline
cause:
Throwable
):
Unit
Inherited from:
LoggingMethods
inline protected
def
debug
(
inline
message:
Any
):
Unit
Inherited from:
LoggingMethods
inline protected
def
error
(
inline
message:
Any
,
inline
cause:
Throwable
):
Unit
Inherited from:
LoggingMethods
inline protected
def
error
(
inline
message:
Any
):
Unit
Inherited from:
LoggingMethods
inline protected
def
info
(
inline
message:
Any
,
inline
cause:
Throwable
):
Unit
Inherited from:
LoggingMethods
inline protected
def
info
(
inline
message:
Any
):
Unit
Inherited from:
LoggingMethods
inline protected
def
logAt
(
inline
logLevel:
LogLevel
,
inline
message:
Any
):
Unit
Inherited from:
LoggingMethods
inline protected
def
trace
(
inline
message:
Any
,
inline
cause:
Throwable
):
Unit
Inherited from:
LoggingMethods
inline protected
def
trace
(
inline
message:
Any
):
Unit
Inherited from:
LoggingMethods
inline protected
def
warn
(
inline
message:
Any
,
inline
cause:
Throwable
):
Unit
Inherited from:
LoggingMethods
inline protected
def
warn
(
inline
message:
Any
):
Unit
Inherited from:
LoggingMethods
Concrete fields
val
schema
:
OptionSchema