public class CompatUtils extends Object
| Constructor and Description |
|---|
CompatUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<NutsCommandFactoryConfig> |
copyNutsCommandAliasFactoryConfigList(List<NutsCommandFactoryConfig> refs) |
static List<NutsRepositoryRef> |
copyNutsRepositoryRefList(List<NutsRepositoryRef> refs) |
static List<NutsSdkLocation> |
copyNutsSdkLocationList(List<NutsSdkLocation> refs) |
static NutsUserConfig[] |
copyNutsUserConfigArray(NutsUserConfig[] refs) |
static List<NutsUserConfig> |
copyNutsUserConfigList(List<NutsUserConfig> refs) |
static Properties |
copyProperties(Properties p) |
static List<String> |
copyStringList(List<String> refs) |
static byte[] |
readAllBytes(Path file) |
public static List<NutsRepositoryRef> copyNutsRepositoryRefList(List<NutsRepositoryRef> refs)
public static List<NutsUserConfig> copyNutsUserConfigList(List<NutsUserConfig> refs)
public static NutsUserConfig[] copyNutsUserConfigArray(NutsUserConfig[] refs)
public static List<NutsCommandFactoryConfig> copyNutsCommandAliasFactoryConfigList(List<NutsCommandFactoryConfig> refs)
public static List<NutsSdkLocation> copyNutsSdkLocationList(List<NutsSdkLocation> refs)
public static Properties copyProperties(Properties p)
public static byte[] readAllBytes(Path file)
Copyright © 2021 vpc open source initiative. All rights reserved.