Packages

package cli

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed case class ArgumentsData(port: Int, https: Boolean, verbosity: Int, silent: Boolean, streamTimeout: Int) extends Product with Serializable

    Data class encapsulating the values read from the arguments passed to the application

    Data class encapsulating the values read from the arguments passed to the application

    port

    Port number read from CLI

    https

    HTTPS value read from CLI (true or false)

    verbosity

    Verbosity level read from CLI

  2. class CliManager extends ScallopConf

    Class in charge of parsing the arguments provided via command-line when executing RDFShape.

    Class in charge of parsing the arguments provided via command-line when executing RDFShape. Parsed data is later used to instantiate the API server according to the user's needs.

    See also

    es.weso.rdfshape.Main

Value Members

  1. object ArgumentsData extends Serializable
  2. object CliManager extends LazyLogging

    Provide static members used by the CLI interface.

    Provide static members used by the CLI interface.

    See also

    es.weso.rdfshape.cli.CliManager

Ungrouped