Class

com.coxautodata.waimak.dataflow

EmptyFlowContext

Related Doc: package dataflow

Permalink

class EmptyFlowContext extends FlowContext

Linear Supertypes
FlowContext, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EmptyFlowContext
  2. FlowContext
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EmptyFlowContext()

    Permalink

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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val conf: Properties

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getBoolean(key: String, defaultValue: Boolean): Boolean

    Permalink

    Get a configuration value as a boolean, falling back to a default if not set

    Get a configuration value as a boolean, falling back to a default if not set

    Definition Classes
    FlowContext
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getDouble(key: String, defaultValue: Double): Double

    Permalink

    Get a configuration value as a double, falling back to a default if not set

    Get a configuration value as a double, falling back to a default if not set

    Definition Classes
    FlowContext
  13. def getInt(key: String, defaultValue: Int): Int

    Permalink

    Get a configuration value as an integer, falling back to a default if not set

    Get a configuration value as an integer, falling back to a default if not set

    Definition Classes
    FlowContext
  14. def getLong(key: String, defaultValue: Long): Long

    Permalink

    Get a configuration value as a long, falling back to a default if not set

    Get a configuration value as a long, falling back to a default if not set

    Definition Classes
    FlowContext
  15. def getOption(key: String): Option[String]

    Permalink

    Get a configuration value, returning a None if not set

    Get a configuration value, returning a None if not set

    Definition Classes
    EmptyFlowContextFlowContext
  16. def getString(key: String, defaultValue: String): String

    Permalink

    Get a configuration value as a string, falling back to a default if not set

    Get a configuration value as a string, falling back to a default if not set

    Definition Classes
    FlowContext
  17. def getStringList(key: String, defaultValue: List[String]): List[String]

    Permalink

    Get a configuration value as a list of strings with "," separator, falling back to a default if not set

    Get a configuration value as a list of strings with "," separator, falling back to a default if not set

    Definition Classes
    FlowContext
  18. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  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. def reportActionFinished(action: DataFlowAction): Unit

    Permalink
    Definition Classes
    EmptyFlowContextFlowContext
  24. def reportActionStarted(action: DataFlowAction): Unit

    Permalink
    Definition Classes
    EmptyFlowContextFlowContext
  25. def setPoolIntoContext(poolName: String): Unit

    Permalink
    Definition Classes
    EmptyFlowContextFlowContext
  26. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from FlowContext

Inherited from AnyRef

Inherited from Any

Ungrouped