final
case class
Config(systemPath: String, pathPrefix: String = "", pathCollector: (File, Config, Request) ⇒ Task[Option[Response]] = filesOnly, bufferSize: Int = 50*1024, executor: ExecutorService = DefaultPool, cacheStrategy: CacheStrategy = NoopCacheStrategy) extends Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Config, B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
val
bufferSize: Int
-
val
cacheStrategy: CacheStrategy
-
def
clone(): AnyRef
-
def
ensuring(cond: (Config) ⇒ Boolean, msg: ⇒ Any): Config
-
def
ensuring(cond: (Config) ⇒ Boolean): Config
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Config
-
def
ensuring(cond: Boolean): Config
-
final
def
eq(arg0: AnyRef): Boolean
-
val
executor: ExecutorService
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
pathCollector: (File, Config, Request) ⇒ Task[Option[Response]]
-
val
pathPrefix: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
val
systemPath: String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (Config, B)
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Any
Value Members
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
Inherited by implicit conversion any2stringadd from
Config to any2stringadd[Config]
Value Members
-
def
+(other: String): String
Inherited by implicit conversion StringFormat from
Config to StringFormat[Config]
Value Members
-
def
formatted(fmtstr: String): String
Inherited by implicit conversion Ensuring from
Config to Ensuring[Config]
Value Members
-
def
ensuring(cond: (Config) ⇒ Boolean, msg: ⇒ Any): Config
-
def
ensuring(cond: (Config) ⇒ Boolean): Config
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Config
-
def
ensuring(cond: Boolean): Config
Inherited by implicit conversion ArrowAssoc from
Config to ArrowAssoc[Config]
Value Members
-
def
->[B](y: B): (Config, B)
-
def
→[B](y: B): (Config, B)
Ungrouped
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Config, B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
val
bufferSize: Int
-
val
cacheStrategy: CacheStrategy
-
def
clone(): AnyRef
-
def
ensuring(cond: (Config) ⇒ Boolean, msg: ⇒ Any): Config
-
def
ensuring(cond: (Config) ⇒ Boolean): Config
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Config
-
def
ensuring(cond: Boolean): Config
-
final
def
eq(arg0: AnyRef): Boolean
-
val
executor: ExecutorService
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
pathCollector: (File, Config, Request) ⇒ Task[Option[Response]]
-
val
pathPrefix: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
val
systemPath: String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (Config, B)