object ExtractStorageCmd extends CmdDescriptor with Serializable

Linear Supertypes
Serializable, Serializable, CmdDescriptor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExtractStorageCmd
  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. val PropAddress: String
  6. val PropMasterKey: String
  7. val PropPublicKey: String
  8. val PropSecretKey: String
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. val cmdParamSyntax: String
    Definition Classes
    ExtractStorageCmdCmdDescriptor
  12. val description: String
    Definition Classes
    CmdDescriptor
  13. def docUrl: String

    Url of the ScalaDoc for this command.

    Url of the ScalaDoc for this command.

    Definition Classes
    CmdDescriptor
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. 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
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val name: String
    Definition Classes
    CmdDescriptor
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. 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
    ExtractStorageCmdCmdDescriptor
    Exceptions thrown

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

  26. def parseNetwork(network: String): NetworkType
    Definition Classes
    CmdDescriptor
  27. 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
  28. def readNewPassword(prompt: String, secondPrompt: String)(implicit ctx: AppContext): Array[Char]
    Definition Classes
    CmdDescriptor
  29. 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
  30. val supportedKeys: Seq[String]
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. 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
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. 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