public final class NutsBootConfig extends Object implements Cloneable, Serializable
| Constructor and Description |
|---|
NutsBootConfig() |
NutsBootConfig(DefaultNutsWorkspaceCurrentConfig context) |
NutsBootConfig(NutsBootConfig other) |
NutsBootConfig(net.thevpc.nuts.NutsWorkspaceOptions options) |
public NutsBootConfig()
public NutsBootConfig(net.thevpc.nuts.NutsWorkspaceOptions options)
public NutsBootConfig(DefaultNutsWorkspaceCurrentConfig context)
public NutsBootConfig(NutsBootConfig other)
public String getName()
public void setName(String name)
public String getApiVersion()
public String getApiId()
public NutsBootConfig setApiVersion(String apiVersion)
public String getRuntimeId()
public NutsBootConfig setRuntimeId(String runtimeId)
public net.thevpc.nuts.boot.NutsBootDescriptor getRuntimeBootDescriptor()
public NutsBootConfig setRuntimeBootDescriptor(net.thevpc.nuts.boot.NutsBootDescriptor runtimeBootDescriptor)
public net.thevpc.nuts.boot.NutsBootDescriptor[] getExtensionBootDescriptors()
public NutsBootConfig setExtensionBootDescriptors(net.thevpc.nuts.boot.NutsBootDescriptor[] extensionBootDescriptors)
public String getJavaCommand()
public NutsBootConfig setJavaCommand(String javaCommand)
public String getJavaOptions()
public NutsBootConfig setJavaOptions(String javaOptions)
public String getBootRepositories()
public NutsBootConfig setRepositories(String repositories)
public NutsBootConfig copy()
public net.thevpc.nuts.NutsStoreLocationStrategy getStoreLocationStrategy()
public NutsBootConfig setStoreLocationStrategy(net.thevpc.nuts.NutsStoreLocationStrategy storeLocationStrategy)
public String getWorkspace()
public NutsBootConfig setWorkspace(String workspace)
public net.thevpc.nuts.NutsOsFamily getStoreLocationLayout()
public NutsBootConfig setStoreLocationLayout(net.thevpc.nuts.NutsOsFamily storeLocationLayout)
public net.thevpc.nuts.NutsStoreLocationStrategy getRepositoryStoreLocationStrategy()
public NutsBootConfig setRepositoryStoreLocationStrategy(net.thevpc.nuts.NutsStoreLocationStrategy repositoryStoreLocationStrategy)
public boolean isGlobal()
Copyright © 2021 vpc open source initiative. All rights reserved.