Interface ProxyPlatform
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Optional<Server>getServer(@NotNull String name)Attempt to find a "sub-server" by the name or identifier it has.@NotNull Collection<Server>getServers()Get the "sub-servers" configured in this Proxy.-
Methods inherited from interface dev.hypera.chameleon.platform.Platform
getId, getName, getVersion
-
-
-
-
Method Detail
-
getServers
@NotNull @NotNull Collection<Server> getServers()
Get the "sub-servers" configured in this Proxy.- Returns:
- all "sub-servers".
-
-