public final class ServerFactory extends Object
Modifier and Type | Method and Description |
---|---|
static VanillaAssetTree |
createAssetTree(@NotNull String yamlConfigFile,
@Nullable String region,
int hostId,
@Nullable String clusterName,
@Nullable String homeDirectory) |
static VanillaAssetTree |
datagridMain(int hostId,
String yamlConfigFile,
String homeDirectory) |
static VanillaAssetTree |
datagridMain(int hostId,
String yamlConfigFile,
String cluster,
String region,
String homeDirectory) |
static VanillaAssetTree |
setUpEndpoint(int hostId,
String cluster,
VanillaAssetTree tree) |
public static VanillaAssetTree datagridMain(int hostId, String yamlConfigFile, String homeDirectory)
public static VanillaAssetTree datagridMain(int hostId, String yamlConfigFile, String cluster, String region, String homeDirectory)
public static VanillaAssetTree createAssetTree(@NotNull @NotNull String yamlConfigFile, @Nullable @Nullable String region, int hostId, @Nullable @Nullable String clusterName, @Nullable @Nullable String homeDirectory) throws IOException
IOException
public static VanillaAssetTree setUpEndpoint(int hostId, String cluster, VanillaAssetTree tree) throws IOException
IOException
Copyright © 2021. All rights reserved.