Packages

p

it.cwmp

utils

package utils

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait AdvancedLogging extends Logging

    This trait provides a ch.qos.logback.classic.Logger as Logging, but it has also a set of utility methods for logging.

  2. case class HostAndPortArguments(args: Array[String], hostPortPairsNumber: Int, errorMessage: String) extends Product with Serializable

    A class to read command line arguments

    A class to read command line arguments

    args

    the arguments to read

    hostPortPairsNumber

    the number of pairs host port to read

    errorMessage

    the errorMessage to show if no enough arguments found

  3. trait Logging extends AnyRef

    This trait provides a logger for the class that implements it.

    This trait provides a logger for the class that implements it. It will be initialized with the name of the class itself.

Value Members

  1. object HttpUtils

    This object contains utility methods for managing the authentication.

  2. object Utils

    Generic utilities that can be used anywhere

Ungrouped