Class/Object

org.scalawag.druthers

ParserConfiguration

Related Docs: object ParserConfiguration | package druthers

Permalink

sealed abstract class ParserConfiguration extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParserConfiguration
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val abbreviations: Boolean

    Permalink

    whether a long key can be specified with an unambiguous substring

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val booleansNegatedByNoPrefix: Boolean

    Permalink

    whether prefixing a boolean key with "no-" will cause that option to be set to false (long key mode only)

  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val clustering: Boolean

    Permalink

    whether multiple short keys can be clustered into a single argument

  9. val collapsedValues: Option[Boolean]

    Permalink

    Some(true) means that all values must be collapsed with their key in a single argument (with '=' delimiting for long key mode and nothing delimiting in short key mode).

    Some(true) means that all values must be collapsed with their key in a single argument (with '=' delimiting for long key mode and nothing delimiting in short key mode). Some(false) means that collapsing is prohibited. None means either style is allowed.

  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. val mayCollapseValues: Boolean

    Permalink
  17. val mayNotCollapseValues: Boolean

    Permalink
  18. val mustCollapseValues: Boolean

    Permalink
  19. val mustNotCollapseValues: Boolean

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. val optionPrefix: String

    Permalink

    the prefix that indicates an option key is coming

  24. val quietMode: Boolean

    Permalink

    suppress UsageExceptions (can be useful during pattern matching)

  25. val stopAtFirstBareWord: Boolean

    Permalink

    stop parsing options when the first bare word is encountered, otherwise, continue looking for options after the bare word

  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. val useLongKeys: Boolean

    Permalink

    use long keys (field name, decamelized) instead of short keys (first character of field name)

  29. val valueDelimiter: Option[String]

    Permalink

    regexp to split multiple values in a single argument

  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped