文件名称: moco-runner-1.2.0.jar中文-英文对照文档.zip
<dependency>
<groupId>com.github.dreamhead</groupId>
<artifactId>moco-runner</artifactId>
<version>1.2.0</version>
</dependency>Gradle:
implementation group: 'com.github.dreamhead', name: 'moco-runner', version: '1.2.0'
Gradle (Short):
implementation 'com.github.dreamhead:moco-runner:1.2.0'
Gradle (Kotlin):
implementation("com.github.dreamhead:moco-runner:1.2.0")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.github.dreamhead.moco
com.github.dreamhead.moco.bootstrap
com.github.dreamhead.moco.bootstrap.arg
com.github.dreamhead.moco.bootstrap.parser
com.github.dreamhead.moco.bootstrap.tasks
com.github.dreamhead.moco.parser
com.github.dreamhead.moco.parser.deserializer
com.github.dreamhead.moco.parser.model
com.github.dreamhead.moco.parser.model.websocket
com.github.dreamhead.moco.runner
com.github.dreamhead.moco.runner.watchercom.github.dreamhead.moco.MocoJsonRunner
com.github.dreamhead.moco.bootstrap.Bootstrap
com.github.dreamhead.moco.bootstrap.BootstrapTask
com.github.dreamhead.moco.bootstrap.HttpsArg
com.github.dreamhead.moco.bootstrap.Main
com.github.dreamhead.moco.bootstrap.ParseArgException
com.github.dreamhead.moco.bootstrap.ServerType
com.github.dreamhead.moco.bootstrap.ShutdownArgs
com.github.dreamhead.moco.bootstrap.ShutdownPortOption
com.github.dreamhead.moco.bootstrap.arg.HttpArgs
com.github.dreamhead.moco.bootstrap.arg.HttpArgs.Builder
com.github.dreamhead.moco.bootstrap.arg.HttpsArgs
com.github.dreamhead.moco.bootstrap.arg.HttpsArgs.Builder
com.github.dreamhead.moco.bootstrap.arg.SocketArgs
com.github.dreamhead.moco.bootstrap.arg.SocketArgs.Builder
com.github.dreamhead.moco.bootstrap.arg.StartArgs
com.github.dreamhead.moco.bootstrap.parser.HttpArgsParser
com.github.dreamhead.moco.bootstrap.parser.HttpsArgsParser
com.github.dreamhead.moco.bootstrap.parser.SocketArgsParser
com.github.dreamhead.moco.bootstrap.parser.StartArgsParser
com.github.dreamhead.moco.bootstrap.tasks.ShutdownTask
com.github.dreamhead.moco.bootstrap.tasks.StartTask
com.github.dreamhead.moco.bootstrap.tasks.VersionTask
com.github.dreamhead.moco.parser.BaseParser
com.github.dreamhead.moco.parser.GlobalSettingParser
com.github.dreamhead.moco.parser.HttpServerParser
com.github.dreamhead.moco.parser.Parser
com.github.dreamhead.moco.parser.RequestMatcherFactory
com.github.dreamhead.moco.parser.ResponseHandlerFactory
com.github.dreamhead.moco.parser.SocketServerParser
com.github.dreamhead.moco.parser.deserializer.CookieContainerDeserializer
com.github.dreamhead.moco.parser.deserializer.CookieContainerDeserializer.InternalCookieContainer
com.github.dreamhead.moco.parser.deserializer.FailoverContainerDeserializer
com.github.dreamhead.moco.parser.deserializer.FileContainerDeserializer
com.github.dreamhead.moco.parser.deserializer.LatencyContainerDeserializer
com.github.dreamhead.moco.parser.deserializer.ProxyContainerDeserializer
com.github.dreamhead.moco.parser.deserializer.ReplayContainerDeserializer
com.github.dreamhead.moco.parser.deserializer.ReplayModifierContainerDeserializer
com.github.dreamhead.moco.parser.deserializer.TextContainerDeserializer
com.github.dreamhead.moco.parser.deserializer.TextContainerDeserializerHelper
com.github.dreamhead.moco.parser.model.AttachmentSetting
com.github.dreamhead.moco.parser.model.BaseActionSetting
com.github.dreamhead.moco.parser.model.BaseResourceSetting
com.github.dreamhead.moco.parser.model.CollectionContainer
com.github.dreamhead.moco.parser.model.CompleteEventSetting
com.github.dreamhead.moco.parser.model.Container
com.github.dreamhead.moco.parser.model.CookieContainer
com.github.dreamhead.moco.parser.model.DynamicRequestMatcherFactory
com.github.dreamhead.moco.parser.model.DynamicResponseHandlerFactory
com.github.dreamhead.moco.parser.model.Dynamics
com.github.dreamhead.moco.parser.model.EventSetting
com.github.dreamhead.moco.parser.model.FailoverContainer
com.github.dreamhead.moco.parser.model.FailoverContainer.Builder
com.github.dreamhead.moco.parser.model.FileContainer
com.github.dreamhead.moco.parser.model.FileContainer.FileContainerBuilder
com.github.dreamhead.moco.parser.model.GetSetting
com.github.dreamhead.moco.parser.model.GlobalSetting
com.github.dreamhead.moco.parser.model.LatencyContainer
com.github.dreamhead.moco.parser.model.MountSetting
com.github.dreamhead.moco.parser.model.PostSetting
com.github.dreamhead.moco.parser.model.ProxyContainer
com.github.dreamhead.moco.parser.model.ProxyContainer.Builder
com.github.dreamhead.moco.parser.model.ReplayContainer
com.github.dreamhead.moco.parser.model.ReplayModifierContainer
com.github.dreamhead.moco.parser.model.RequestSetting
com.github.dreamhead.moco.parser.model.ResourceSetting
com.github.dreamhead.moco.parser.model.ResponseSetting
com.github.dreamhead.moco.parser.model.RestBaseSetting
com.github.dreamhead.moco.parser.model.RestDeleteSetting
com.github.dreamhead.moco.parser.model.RestGetSetting
com.github.dreamhead.moco.parser.model.RestHeadSetting
com.github.dreamhead.moco.parser.model.RestIds
com.github.dreamhead.moco.parser.model.RestPatchSetting
com.github.dreamhead.moco.parser.model.RestPostSetting
com.github.dreamhead.moco.parser.model.RestPutSetting
com.github.dreamhead.moco.parser.model.RestSingleSetting
com.github.dreamhead.moco.parser.model.RestSubResourceSetting
com.github.dreamhead.moco.parser.model.SessionSetting
com.github.dreamhead.moco.parser.model.TextContainer
com.github.dreamhead.moco.parser.model.TextContainer.Builder
com.github.dreamhead.moco.parser.model.websocket.BroadcastSetting
com.github.dreamhead.moco.parser.model.websocket.PingpongSession
com.github.dreamhead.moco.parser.model.websocket.WebsocketResponseSetting
com.github.dreamhead.moco.parser.model.websocket.WebsocketSession
com.github.dreamhead.moco.parser.model.websocket.WebsocketSetting
com.github.dreamhead.moco.runner.FileRunner
com.github.dreamhead.moco.runner.JsonRunner
com.github.dreamhead.moco.runner.Runner
com.github.dreamhead.moco.runner.RunnerFactory
com.github.dreamhead.moco.runner.RunnerSetting
com.github.dreamhead.moco.runner.RunnerSetting.Builder
com.github.dreamhead.moco.runner.SettingRunner
com.github.dreamhead.moco.runner.ShutdownRunner
com.github.dreamhead.moco.runner.StandaloneRunner
com.github.dreamhead.moco.runner.WatcherRunner
com.github.dreamhead.moco.runner.watcher.CompositeWatcher
com.github.dreamhead.moco.runner.watcher.DefaultWatcher
com.github.dreamhead.moco.runner.watcher.DefaultWatcherFactory
com.github.dreamhead.moco.runner.watcher.FileWatcherFactory
com.github.dreamhead.moco.runner.watcher.ShutdownListener
com.github.dreamhead.moco.runner.watcher.ShutdownMocoRunnerWatcher
com.github.dreamhead.moco.runner.watcher.Watcher
com.github.dreamhead.moco.runner.watcher.WatcherFactory
com.github.dreamhead.moco.runner.watcher.WatcherService