VulpesCloud
Toggle table of contents
2.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
VulpesCloud
VulpesCloud-api
/
de.vulpescloud.api.service
/
ServiceProvider
Service
Provider
interface
ServiceProvider
Members
Functions
get
Service
By
Name
Link copied to clipboard
abstract
fun
getServiceByName
(
name
:
String
)
:
ServiceInfo
?
get
Service
By
UUID
Link copied to clipboard
abstract
fun
getServiceByUUID
(
uuid
:
UUID
)
:
ServiceInfo
?
get
Services
By
Filter
Link copied to clipboard
abstract
fun
getServicesByFilter
(
filter
:
ServiceFilter
)
:
List
<
ServiceInfo
>
services
Link copied to clipboard
abstract
fun
services
(
)
:
List
<
ServiceInfo
>