Object

fm.http.server.HttpServerApp

Options

Related Doc: package HttpServerApp

Permalink

object Options extends OptParse

Linear Supertypes
com.frugalmechanic.optparse.OptParse, OptParseTypes, OptParseImplicits, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Options
  2. OptParse
  3. OptParseTypes
  4. OptParseImplicits
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ArgOpt[T] = com.frugalmechanic.optparse.ArgOpt[T]

    Permalink
    Definition Classes
    OptParseTypes
  2. type BoolOpt = com.frugalmechanic.optparse.BoolOpt

    Permalink
    Definition Classes
    OptParseTypes
  3. type FileOpt = com.frugalmechanic.optparse.FileOpt

    Permalink
    Definition Classes
    OptParseTypes
  4. type IntOpt = com.frugalmechanic.optparse.IntOpt

    Permalink
    Definition Classes
    OptParseTypes
  5. type MultiOpt[T] = com.frugalmechanic.optparse.MultiOpt[T]

    Permalink
    Definition Classes
    OptParseTypes
  6. type MultiStrOpt = com.frugalmechanic.optparse.MultiStrOpt

    Permalink
    Definition Classes
    OptParseTypes
  7. type Opt = com.frugalmechanic.optparse.Opt

    Permalink
    Definition Classes
    OptParseTypes
  8. type OptParse = com.frugalmechanic.optparse.OptParse

    Permalink
    Definition Classes
    OptParseTypes
  9. type OptVal[T] = com.frugalmechanic.optparse.OptVal[T]

    Permalink
    Definition Classes
    OptParseTypes
  10. type SingleOpt[T] = com.frugalmechanic.optparse.SingleOpt[T]

    Permalink
    Definition Classes
    OptParseTypes
  11. type StrOpt = com.frugalmechanic.optparse.StrOpt

    Permalink
    Definition Classes
    OptParseTypes

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 BoolOpt: com.frugalmechanic.optparse.BoolOpt.type

    Permalink
    Definition Classes
    OptParseTypes
  5. implicit def BoolOptToBool(opt: com.frugalmechanic.optparse.BoolOpt): Boolean

    Permalink
    Definition Classes
    OptParseImplicits
  6. val FileOpt: com.frugalmechanic.optparse.FileOpt.type

    Permalink
    Definition Classes
    OptParseTypes
  7. val IntOpt: com.frugalmechanic.optparse.IntOpt.type

    Permalink
    Definition Classes
    OptParseTypes
  8. val MultiStrOpt: com.frugalmechanic.optparse.MultiStrOpt.type

    Permalink
    Definition Classes
    OptParseTypes
  9. implicit def OptToBool[T](opt: com.frugalmechanic.optparse.OptVal[T]): Boolean

    Permalink
    Definition Classes
    OptParseImplicits
  10. implicit def OptToSeq[T](opt: com.frugalmechanic.optparse.Opt): Seq[com.frugalmechanic.optparse.Opt]

    Permalink
    Definition Classes
    OptParseImplicits
  11. implicit def OptValToOption[T](opt: com.frugalmechanic.optparse.OptVal[T]): Option[T]

    Permalink
    Definition Classes
    OptParseImplicits
  12. val StrOpt: com.frugalmechanic.optparse.StrOpt.type

    Permalink
    Definition Classes
    OptParseTypes
  13. implicit def StringToValidateRegex(regex: Regex): (String) ⇒ Boolean

    Permalink
    Definition Classes
    OptParseImplicits
  14. implicit def ValToOption[T](value: T): Option[T]

    Permalink
    Definition Classes
    OptParseImplicits
  15. val allOpts: ListBuffer[Opt]

    Permalink
    Attributes
    protected
    Definition Classes
    OptParse
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def defaultOpt[T](arg: ArgOpt[T]): ArgOpt[T]

    Permalink
    Definition Classes
    OptParse
  19. val detatch: com.frugalmechanic.optparse.BoolOpt

    Permalink
  20. val email: com.frugalmechanic.optparse.BoolOpt

    Permalink
  21. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def error(msg: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    OptParse
  24. def exit(msg: String, status: Int): Nothing

    Permalink
    Attributes
    protected
    Definition Classes
    OptParse
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. val foundOpts: ListBuffer[Opt]

    Permalink
    Attributes
    protected
    Definition Classes
    OptParse
  27. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. def help(): Unit

    Permalink
    Definition Classes
    OptParse
  30. val helpOpt: com.frugalmechanic.optparse.BoolOpt

    Permalink
    Definition Classes
    OptParse
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. val longNames: HashMap[String, Opt]

    Permalink
    Attributes
    protected
    Definition Classes
    OptParse
  33. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def optName(opt: Opt): String

    Permalink
    Attributes
    protected
    Definition Classes
    OptParse
  37. val optParseDebug: Boolean

    Permalink
    Definition Classes
    OptParse
  38. val optParseExitOnError: Boolean

    Permalink
    Definition Classes
    OptParse
  39. def parse(args: Array[String]): Unit

    Permalink
    Definition Classes
    OptParse
  40. val port: com.frugalmechanic.optparse.MultiStrOpt

    Permalink
  41. val shortNames: HashMap[Char, Opt]

    Permalink
    Attributes
    protected
    Definition Classes
    OptParse
  42. val start: com.frugalmechanic.optparse.BoolOpt

    Permalink
  43. val status: com.frugalmechanic.optparse.BoolOpt

    Permalink
  44. val stop: com.frugalmechanic.optparse.BoolOpt

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit

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

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

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

Inherited from com.frugalmechanic.optparse.OptParse

Inherited from OptParseTypes

Inherited from OptParseImplicits

Inherited from AnyRef

Inherited from Any

Ungrouped