CdbChecker

org.eso.ias.cdb.cdbchecker.CdbChecker
See theCdbChecker companion class
object CdbChecker

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
CdbChecker.type

Members list

Value members

Concrete methods

def main(args: Array[String]): Unit
def parseCommandLine(args: Array[String]): (Option[String], Option[LogLevelDao])

Parse the command line.

Parse the command line.

If help is requested, prints the message and exits.

Value parameters

args

The params read from the command line

Attributes

Returns

the path of the cdb and the log level dao

Concrete fields

val cmdLineSyntax: String

Build the usage message

Build the usage message

Attributes

val logger: Logger

The logger

The logger

Attributes