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