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