Packages

c

scala.cli.config.Key

PasswordEntry

final class PasswordEntry extends Key[PasswordOption]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PasswordEntry
  2. Key
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PasswordEntry(prefix: Seq[String], name: String, specificationLevel: SpecificationLevel, description: String = "", hidden: Boolean = false)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def asString(value: PasswordOption): Seq[String]

    Converts a value of this key to a sequence of strings

    Converts a value of this key to a sequence of strings

    Such a sequence can be printed in the console, and converted back to a T with fromString.

    Definition Classes
    PasswordEntryKey
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. val description: String

    A short description of a particular key's purpose and syntax for its values.

    A short description of a particular key's purpose and syntax for its values.

    Definition Classes
    PasswordEntryKey
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def fromString(values: Seq[String]): Either[MalformedValue, PasswordOption]

    Reads a value of this key from a sequence of string

    Reads a value of this key from a sequence of string

    Definition Classes
    PasswordEntryKey
  12. final def fullName: String

    The fully qualified name of this key

    The fully qualified name of this key

    Definition Classes
    Key
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val hidden: Boolean

    A flag indicating whether the key should by default be hidden in help outputs or not.

    A flag indicating whether the key should by default be hidden in help outputs or not.

    Definition Classes
    PasswordEntryKey
  16. def isExperimental: Boolean
    Definition Classes
    Key
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isPasswordOption: Boolean

    Whether this key corresponds to a password (see Key.PasswordEntry)

    Whether this key corresponds to a password (see Key.PasswordEntry)

    Definition Classes
    PasswordEntryKey
  19. def isRestricted: Boolean
    Definition Classes
    Key
  20. val name: String

    Key name, such as "b" in "foo.a.b"

    Key name, such as "b" in "foo.a.b"

    Definition Classes
    PasswordEntryKey
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def parse(json: Array[Byte]): Either[EntryError, PasswordOption]

    Try to parse a value of this key

    Try to parse a value of this key

    Definition Classes
    PasswordEntryKey
  25. val prefix: Seq[String]

    Key prefix, such as "foo.a" in "foo.a.b"

    Key prefix, such as "foo.a" in "foo.a.b"

    Definition Classes
    PasswordEntryKey
  26. val specificationLevel: SpecificationLevel

    The SpecificationLevel of the key.

    The SpecificationLevel of the key. SpecificationLevel.RESTRICTED && SpecificationLevel.EXPERIMENTAL keys are only available in power mode.

    Definition Classes
    PasswordEntryKey
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  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
    @throws( ... ) @native()
  32. def write(value: PasswordOption): Array[Byte]

    Converts a value of this key to JSON

    Converts a value of this key to JSON

    returns

    UTF-8 encoded JSON

    Definition Classes
    PasswordEntryKey

Inherited from Key[PasswordOption]

Inherited from AnyRef

Inherited from Any

Ungrouped