public class DefaultNInfoCmd extends Object implements net.thevpc.nuts.command.NInfoCmd
| Constructor and Description |
|---|
DefaultNInfoCmd() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.command.NInfoCmd |
addProperties(Map<String,String> customProperties) |
net.thevpc.nuts.command.NInfoCmd |
addProperty(String key,
String value) |
net.thevpc.nuts.command.NInfoCmd |
configure(boolean skipUnsupported,
String... args) |
boolean |
configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine) |
net.thevpc.nuts.command.NInfoCmd |
fancy(boolean fancy) |
net.thevpc.nuts.util.NOptional<Object> |
getPropertyValue(String propertyName) |
boolean |
isFancy() |
boolean |
isLenient() |
boolean |
isShowRepositories() |
net.thevpc.nuts.command.NInfoCmd |
ntf(boolean ntf) |
net.thevpc.nuts.command.NInfoCmd |
print(net.thevpc.nuts.io.NPrintStream w) |
net.thevpc.nuts.command.NInfoCmd |
println(net.thevpc.nuts.io.NPrintStream w) |
Map<String,Object> |
propertyValues() |
net.thevpc.nuts.core.NWorkspaceCmd |
run() |
net.thevpc.nuts.command.NInfoCmd |
setLenient(boolean lenient) |
net.thevpc.nuts.command.NInfoCmd |
showRepositories(boolean enable) |
public net.thevpc.nuts.command.NInfoCmd addProperty(String key, String value)
addProperty in interface net.thevpc.nuts.command.NInfoCmdpublic net.thevpc.nuts.command.NInfoCmd addProperties(Map<String,String> customProperties)
addProperties in interface net.thevpc.nuts.command.NInfoCmdpublic boolean isShowRepositories()
isShowRepositories in interface net.thevpc.nuts.command.NInfoCmdpublic net.thevpc.nuts.command.NInfoCmd showRepositories(boolean enable)
showRepositories in interface net.thevpc.nuts.command.NInfoCmdpublic boolean isFancy()
isFancy in interface net.thevpc.nuts.command.NInfoCmdpublic net.thevpc.nuts.command.NInfoCmd fancy(boolean fancy)
fancy in interface net.thevpc.nuts.command.NInfoCmdpublic net.thevpc.nuts.command.NInfoCmd println(net.thevpc.nuts.io.NPrintStream w)
public net.thevpc.nuts.command.NInfoCmd print(net.thevpc.nuts.io.NPrintStream w)
public boolean configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine)
configureFirst in interface net.thevpc.nuts.cmdline.NCmdLineConfigurablepublic Map<String,Object> propertyValues()
propertyValues in interface net.thevpc.nuts.command.NInfoCmdpublic net.thevpc.nuts.util.NOptional<Object> getPropertyValue(String propertyName)
getPropertyValue in interface net.thevpc.nuts.command.NInfoCmdpublic boolean isLenient()
public net.thevpc.nuts.command.NInfoCmd setLenient(boolean lenient)
public net.thevpc.nuts.command.NInfoCmd ntf(boolean ntf)
ntf in interface net.thevpc.nuts.command.NInfoCmdpublic net.thevpc.nuts.core.NWorkspaceCmd run()
run in interface net.thevpc.nuts.core.NWorkspaceCmdpublic net.thevpc.nuts.command.NInfoCmd configure(boolean skipUnsupported,
String... args)
configure in interface net.thevpc.nuts.cmdline.NCmdLineConfigurableconfigure in interface net.thevpc.nuts.command.NInfoCmdconfigure in interface net.thevpc.nuts.core.NWorkspaceCmdCopyright © 2026 vpc open source initiative. All rights reserved.