VulpesCloud
Toggle table of contents
2.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
VulpesCloud
VulpesCloud-node
/
de.vulpescloud.node.commands
/
ServiceCommand
Service
Command
class
ServiceCommand
(
serviceProvider
:
ServiceProvider
,
clusterProvider
:
ClusterProvider
)
Members
Constructors
Service
Command
Link copied to clipboard
constructor
(
serviceProvider
:
ServiceProvider
,
clusterProvider
:
ClusterProvider
)
Functions
list
Services
Link copied to clipboard
fun
listServices
(
source
:
CommandSource
)
send
Command
To
Service
Link copied to clipboard
fun
sendCommandToService
(
source
:
CommandSource
,
services
:
List
<
ServiceInfo
>
,
command
:
String
)
service
Parser
Link copied to clipboard
fun
serviceParser
(
input
:
CommandInput
)
:
List
<
ServiceInfo
>
show
Service
Info
Link copied to clipboard
fun
showServiceInfo
(
source
:
CommandSource
,
services
:
List
<
ServiceInfo
>
)
start
Service
Link copied to clipboard
fun
startService
(
source
:
CommandSource
,
services
:
List
<
ServiceInfo
>
)
stop
Service
Link copied to clipboard
fun
stopService
(
source
:
CommandSource
,
services
:
List
<
ServiceInfo
>
,
force
:
Boolean
)
suggest
Services
Link copied to clipboard
fun
suggestServices
(
)
:
Stream
<
String
>
toggle
Screen
Link copied to clipboard
fun
toggleScreen
(
source
:
CommandSource
,
services
:
List
<
ServiceInfo
>
)