jp
.
co
.
cyberagent
.
aeromock
config
package
config
Visibility
Public
All
Type Members
case class
Ajax
(
root:
Path
)
extends
Product
with
Serializable
case class
Data
(
root:
Path
)
extends
Product
with
Serializable
case class
Function
(
root:
Path
)
extends
Product
with
Serializable
case class
Naming
(
dataPrefix:
String
=
"__"
,
dataidQuery:
String
=
"_dataid"
)
extends
Product
with
Serializable
case class
Project
(
projectConfig:
Path
,
root:
Path
,
template:
ValidationNel
[
String
,
Option
[
Template
]]
,
data:
ValidationNel
[
String
,
Option
[
Data
]]
,
static:
ValidationNel
[
String
,
Option
[
Static
]]
,
ajax:
ValidationNel
[
String
,
Option
[
Ajax
]]
,
tag:
ValidationNel
[
String
,
Option
[
Tag
]]
,
function:
ValidationNel
[
String
,
Option
[
Function
]]
,
naming:
ValidationNel
[
String
,
Naming
]
,
test:
ValidationNel
[
String
,
Test
]
,
protobuf:
ValidationNel
[
String
,
Option
[
ProtoBuf
]]
)
extends
Product
with
Serializable
case class
ProtoBuf
(
root:
Path
,
apiPrefix:
Option
[
String
]
)
extends
Product
with
Serializable
class
ServerOption
extends
AnyRef
class
ServerOptionDef
extends
AnyRef
case class
Static
(
root:
Path
)
extends
Product
with
Serializable
case class
Tag
(
root:
Path
)
extends
Product
with
Serializable
case class
Template
(
root:
Path
,
serviceClass:
Class
[_ <:
TemplateService
]
,
contexts:
List
[
TemplateContext
]
)
extends
Product
with
Serializable
trait
TemplateConfig
extends
AnyRef
case class
TemplateContext
(
domain:
String
,
port:
Int
,
root:
Path
)
extends
Product
with
Serializable
case class
Test
(
reportRoot:
Path
)
extends
Product
with
Serializable
case class
UserConfig
(
projectConfigPath:
Path
,
language:
Option
[
Locale
]
)
extends
Product
with
Serializable
Value Members
object
MessageManager
Multi language message manager.
object
ServerOption
package
definition
Ungrouped