public class CoreNutsWorkspaceOptionsFormat extends Object implements net.thevpc.nuts.NutsWorkspaceOptionsFormat
| Constructor and Description |
|---|
CoreNutsWorkspaceOptionsFormat(net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.NutsWorkspaceOptions options) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getApiVersion() |
net.thevpc.nuts.NutsVersion |
getApiVersionObj() |
net.thevpc.nuts.NutsCommandLine |
getBootCommandLine() |
int |
hashCode() |
boolean |
isExported() |
boolean |
isInit() |
boolean |
isRuntime() |
net.thevpc.nuts.NutsWorkspaceOptionsFormat |
setApiVersion(String apiVersion) |
net.thevpc.nuts.NutsWorkspaceOptionsFormat |
setCompact(boolean compact) |
net.thevpc.nuts.NutsWorkspaceOptionsFormat |
setExported(boolean e) |
net.thevpc.nuts.NutsWorkspaceOptionsFormat |
setInit(boolean e) |
net.thevpc.nuts.NutsWorkspaceOptionsFormat |
setRuntime(boolean e) |
String |
toString() |
public CoreNutsWorkspaceOptionsFormat(net.thevpc.nuts.NutsSession session,
net.thevpc.nuts.NutsWorkspaceOptions options)
public boolean isInit()
isInit in interface net.thevpc.nuts.NutsWorkspaceOptionsFormatpublic boolean isRuntime()
isRuntime in interface net.thevpc.nuts.NutsWorkspaceOptionsFormatpublic boolean isExported()
isExported in interface net.thevpc.nuts.NutsWorkspaceOptionsFormatpublic net.thevpc.nuts.NutsWorkspaceOptionsFormat setExported(boolean e)
setExported in interface net.thevpc.nuts.NutsWorkspaceOptionsFormatpublic String getApiVersion()
getApiVersion in interface net.thevpc.nuts.NutsWorkspaceOptionsFormatpublic net.thevpc.nuts.NutsWorkspaceOptionsFormat setApiVersion(String apiVersion)
setApiVersion in interface net.thevpc.nuts.NutsWorkspaceOptionsFormatpublic net.thevpc.nuts.NutsWorkspaceOptionsFormat setRuntime(boolean e)
setRuntime in interface net.thevpc.nuts.NutsWorkspaceOptionsFormatpublic net.thevpc.nuts.NutsWorkspaceOptionsFormat setInit(boolean e)
setInit in interface net.thevpc.nuts.NutsWorkspaceOptionsFormatpublic net.thevpc.nuts.NutsCommandLine getBootCommandLine()
getBootCommandLine in interface net.thevpc.nuts.NutsWorkspaceOptionsFormatpublic net.thevpc.nuts.NutsWorkspaceOptionsFormat setCompact(boolean compact)
setCompact in interface net.thevpc.nuts.NutsWorkspaceOptionsFormatpublic int hashCode()
public boolean equals(Object o)
public String toString()
public net.thevpc.nuts.NutsVersion getApiVersionObj()
Copyright © 2021 vpc open source initiative. All rights reserved.