object CheckAddressCmd extends CmdDescriptor with Serializable

Linear Supertypes
Serializable, Serializable, CmdDescriptor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CheckAddressCmd
  2. Serializable
  3. Serializable
  4. CmdDescriptor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val BaseDocUrl: String
    Definition Classes
    CmdDescriptor
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. val cmdParamSyntax: String
    Definition Classes
    CmdDescriptor
  8. val description: String
    Definition Classes
    CmdDescriptor
  9. def docUrl: String

    Url of the ScalaDoc for this command.

    Url of the ScalaDoc for this command.

    Definition Classes
    CmdDescriptor
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def error(msg: String): Nothing

    Called during command line parsing and instantiation of Cmd for execution.

    Called during command line parsing and instantiation of Cmd for execution. This is the prefered method to throw an exception.

    Definition Classes
    CmdDescriptor
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val name: String
    Definition Classes
    CmdDescriptor
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def parseCmd(ctx: AppContext): Cmd

    Creates a new command instance based on the given AppContext

    Creates a new command instance based on the given AppContext

    Definition Classes
    CheckAddressCmdCmdDescriptor
    Exceptions thrown

    UsageException when the command cannot be parsed or the usage is not correct

  22. def parseNetwork(network: String): NetworkType
    Definition Classes
    CmdDescriptor
  23. def printUsage(console: Console): Console

    Outputs the usage help for this command to the given console

    Outputs the usage help for this command to the given console

    Definition Classes
    CmdDescriptor
  24. def readNewPassword(prompt: String, secondPrompt: String)(implicit ctx: AppContext): Array[Char]
    Definition Classes
    CmdDescriptor
  25. def readNewPassword(nAttemps: Int, console: Console)(block: ⇒ (Array[Char], Array[Char])): Array[Char]

    Secure double entry of the new password giving the user many attempts.

    Secure double entry of the new password giving the user many attempts.

    nAttemps

    number of attempts before failing with exception

    block

    code block which can request the user to enter a new password twice

    returns

    password returned by block as Array[Char] instead of String. This allows the password to be erased as fast as possible and avoid leaking to GC.

    Definition Classes
    CmdDescriptor
    Exceptions thrown
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def usageError(msg: String): Nothing

    Can be used by concrete command descriptors to report usage errors.

    Can be used by concrete command descriptors to report usage errors.

    Attributes
    protected
    Definition Classes
    CmdDescriptor
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from CmdDescriptor

Inherited from AnyRef

Inherited from Any

Ungrouped