object NoConfiguredArguments extends ConfiguredArguments
Convenience object that contains no arguments.
- Alphabetic
- By Inheritance
- NoConfiguredArguments
- ConfiguredArguments
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(name: String): String
Get a named value from the arguments, throwing an exception if not found.
Get a named value from the arguments, throwing an exception if not found.
- name
the name of the parameter to retrieve
- returns
the value
- Definition Classes
- ConfiguredArguments
- Exceptions thrown
NoSuchElementExceptionif not found
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def get(name: String): Option[String]
Get a named value from the arguments.
Get a named value from the arguments.
- name
the name of the parameter to retrieve
- returns
Some(value)if found,Noneif not.
- Definition Classes
- ConfiguredArguments
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getOrElse(name: String, default: String): String
Get a named value from the arguments, supplying a default if not found.
Get a named value from the arguments, supplying a default if not found.
- name
the name of the parameter to retrieve
- returns
the retrieved value, or
defaultif not found.
- Definition Classes
- ConfiguredArguments
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val toMap: Map[String, String]
Get the argument map.
- val toString: String
Provide a reasonable string representation.
Provide a reasonable string representation.
- returns
a string representation
- Definition Classes
- ConfiguredArguments
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()