JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
D
G
H
I
M
N
O
P
R
S
T
U
V
W
A
Api
- Class in
org.jsmart.simulator.domain
A single REST api representation.
Api(String, String, String, RestResponse)
- Constructor for class org.jsmart.simulator.domain.
Api
Api()
- Constructor for class org.jsmart.simulator.domain.
Api
ApiRepo
- Annotation Type in
org.jsmart.simulator.annotations
The folder name where the simulator jsons reside.
ApiSpec
- Class in
org.jsmart.simulator.domain
Encapsulates the Api Specification of a Simulator consisting of single or multiple REST apis.
ApiSpec(String, List<Api>)
- Constructor for class org.jsmart.simulator.domain.
ApiSpec
ApiSpecDeserializer
- Class in
org.jsmart.simulator.deserializers
ApiSpecDeserializer()
- Constructor for class org.jsmart.simulator.deserializers.
ApiSpecDeserializer
B
BaseSimulator
- Class in
org.jsmart.simulator.base
BaseSimulator(int)
- Constructor for class org.jsmart.simulator.base.
BaseSimulator
The port at which the simulator will run.
build()
- Method in class org.jsmart.simulator.domain.
RestApi
D
deserialize(JsonParser, DeserializationContext)
- Method in class org.jsmart.simulator.deserializers.
ApiSpecDeserializer
deserialize(Reader)
- Static method in class org.jsmart.simulator.utils.
SimulatorJsonUtils
G
getActualContainer()
- Method in class org.jsmart.simulator.base.
BaseSimulator
getApiList()
- Method in class org.jsmart.simulator.impl.
SimpleRestSimulator
getApis()
- Method in class org.jsmart.simulator.domain.
ApiSpec
getAsMap(String)
- Static method in class org.jsmart.simulator.utils.
SimulatorJsonUtils
getBody()
- Method in class org.jsmart.simulator.domain.
RestResponse
getCode()
- Method in enum org.jsmart.simulator.enums.
HttpMethod
getHeaders()
- Method in class org.jsmart.simulator.domain.
RestResponse
getMainRunnerClass()
- Method in class org.jsmart.simulator.impl.
SimpleRestJsonSimulator
getName()
- Method in class org.jsmart.simulator.domain.
Api
getName()
- Method in class org.jsmart.simulator.domain.
ApiSpec
getOperation()
- Method in class org.jsmart.simulator.domain.
Api
getPort()
- Method in class org.jsmart.simulator.base.
BaseSimulator
getPort()
- Method in interface org.jsmart.simulator.base.
Simulator
getResponse()
- Method in class org.jsmart.simulator.domain.
Api
getSimulatorName()
- Method in class org.jsmart.simulator.base.
BaseSimulator
getStatus()
- Method in class org.jsmart.simulator.domain.
RestResponse
getUrl()
- Method in class org.jsmart.simulator.domain.
Api
H
handle(Request, Response)
- Method in class org.jsmart.simulator.impl.
SimpleRestJsonSimulator
handle(Request, Response)
- Method in class org.jsmart.simulator.impl.
SimpleRestSimulator
HttpMethod
- Enum in
org.jsmart.simulator.enums
This Enum was added to handle the Switch/Case as Java6 doesnt support String based switch/case.
I
isRunning()
- Method in class org.jsmart.simulator.base.
BaseSimulator
isRunning()
- Method in interface org.jsmart.simulator.base.
Simulator
M
main(String[])
- Static method in class org.jsmart.simulator.main.
SimpleRestJsonSimulatorsMain
main(String[])
- Static method in class org.jsmart.simulator.utils.
SimulatorJsonUtils
N
name(String)
- Method in class org.jsmart.simulator.domain.
RestApi
namesAsAString
- Static variable in class org.jsmart.simulator.impl.
SimpleRestJsonSimulator
O
operation(String)
- Method in class org.jsmart.simulator.domain.
RestApi
org.jsmart.simulator.annotations
- package org.jsmart.simulator.annotations
org.jsmart.simulator.base
- package org.jsmart.simulator.base
org.jsmart.simulator.deserializers
- package org.jsmart.simulator.deserializers
org.jsmart.simulator.domain
- package org.jsmart.simulator.domain
org.jsmart.simulator.enums
- package org.jsmart.simulator.enums
org.jsmart.simulator.impl
- package org.jsmart.simulator.impl
org.jsmart.simulator.main
- package org.jsmart.simulator.main
org.jsmart.simulator.utils
- package org.jsmart.simulator.utils
P
PORT
- Static variable in class org.jsmart.simulator.main.
SimpleRestJsonSimulatorsMain
R
readValue(String, String)
- Static method in class org.jsmart.simulator.utils.
SimulatorJsonUtils
response(RestResponse)
- Method in class org.jsmart.simulator.domain.
RestApi
restApi(Api)
- Method in class org.jsmart.simulator.base.
BaseSimulator
restApi(Api)
- Method in interface org.jsmart.simulator.base.
Simulator
RestApi
- Class in
org.jsmart.simulator.domain
A single REST api representation.
RestApi(String, String, String, RestResponse)
- Constructor for class org.jsmart.simulator.domain.
RestApi
RestApi()
- Constructor for class org.jsmart.simulator.domain.
RestApi
restApi(Api)
- Method in class org.jsmart.simulator.impl.
SimpleRestSimulator
RestResponse
- Class in
org.jsmart.simulator.domain
RestResponse(String, int, String)
- Constructor for class org.jsmart.simulator.domain.
RestResponse
This object encapsulates the REST response.
run()
- Method in class org.jsmart.simulator.base.
BaseSimulator
Runs the simulator and returns the current state of the simulator.
run()
- Method in interface org.jsmart.simulator.base.
Simulator
run()
- Method in class org.jsmart.simulator.impl.
SimpleRestSimulator
S
setActualContainer(Container)
- Method in class org.jsmart.simulator.base.
BaseSimulator
setSimulatorName(String)
- Method in class org.jsmart.simulator.base.
BaseSimulator
SimpleRestJsonSimulator
- Class in
org.jsmart.simulator.impl
Created by Siddha on 27/04/2015.
SimpleRestJsonSimulator(int)
- Constructor for class org.jsmart.simulator.impl.
SimpleRestJsonSimulator
The port at which the simulator will run.
SimpleRestJsonSimulatorsMain
- Class in
org.jsmart.simulator.main
Created by Siddha on 27/04/2015.
SimpleRestJsonSimulatorsMain(int)
- Constructor for class org.jsmart.simulator.main.
SimpleRestJsonSimulatorsMain
SimpleRestSimulator
- Class in
org.jsmart.simulator.impl
Created by Siddha on 23/04/2015.
SimpleRestSimulator(int)
- Constructor for class org.jsmart.simulator.impl.
SimpleRestSimulator
Simulator
- Interface in
org.jsmart.simulator.base
SimulatorJsonUtils
- Class in
org.jsmart.simulator.utils
SimulatorJsonUtils()
- Constructor for class org.jsmart.simulator.utils.
SimulatorJsonUtils
start()
- Method in class org.jsmart.simulator.base.
BaseSimulator
Starts the simulator at the supplied port exposing the end point.
stop()
- Method in class org.jsmart.simulator.base.
BaseSimulator
Stops the simulator.
stop()
- Method in interface org.jsmart.simulator.base.
Simulator
T
TargetEnv
- Annotation Type in
org.jsmart.simulator.annotations
toString()
- Method in enum org.jsmart.simulator.enums.
HttpMethod
U
url(String)
- Method in class org.jsmart.simulator.domain.
RestApi
V
valueOf(String)
- Static method in enum org.jsmart.simulator.enums.
HttpMethod
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.jsmart.simulator.enums.
HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
W
withApi(Api)
- Method in class org.jsmart.simulator.impl.
SimpleRestSimulator
A
B
D
G
H
I
M
N
O
P
R
S
T
U
V
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2016. All Rights Reserved.