object Main extends CLIConfigTestableMain
- Alphabetic
- By Inheritance
- Main
- CLIConfigTestableMain
- TestableMain
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
lazy val
CLIConfigContents: String
- Definition Classes
- Main → CLIConfigTestableMain
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
main(args: Array[String]): Unit
Parse arguments, read stdin process and output to stdout.
Parse arguments, read stdin process and output to stdout.
- Definition Classes
- CLIConfigTestableMain → TestableMain
- See also
https://en.wikipedia.org/wiki/Standard_streams
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
printHelp(format: Map[String, Map[String, String]]): Seq[String]
Get help string.
Get help string.
- Definition Classes
- CLIConfigTestableMain
- See also
https://www.gnu.org/prep/standards/html_node/_002d_002dhelp.html#g_t_002d_002dhelp
-
def
printVersion: Seq[String]
Get program version name.
Get program version name.
-
lazy val
programName: String
- Definition Classes
- Main → CLIConfigTestableMain
-
def
readInputArgument(a: Seq[Argument]): Seq[String]
Read input argument (defaults to stdin).
Read input argument (defaults to stdin).
- Definition Classes
- TestableMain
-
def
splitArgumentFromOthers(args: Seq[Argument], longName: String): (Seq[Argument], Seq[Argument])
Split input Arguments from other arguments.
Split input Arguments from other arguments.
- Definition Classes
- TestableMain
-
def
splitInputArgumentFromOthers(args: Seq[Argument]): (Seq[Argument], Seq[Argument])
Split input Arguments from other arguments.
Split input Arguments from other arguments.
- Definition Classes
- TestableMain
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
testableMain(args: Seq[Argument]): Seq[String]
Testable interface for main program.
Testable interface for main program.
- Definition Classes
- Main → TestableMain
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
lazy val
version: String
- Definition Classes
- Main → CLIConfigTestableMain
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )