public class DefaultNInfoCmd extends Object implements NInfoCmd
| Constructor and Description |
|---|
DefaultNInfoCmd() |
| Modifier and Type | Method and Description |
|---|---|
NInfoCmd |
addProperties(Map<String,String> customProperties) |
NInfoCmd |
addProperty(String key,
String value) |
NInfoCmd |
configure(boolean skipUnsupported,
String... args) |
boolean |
configureFirst(NCmdLine cmdLine) |
NInfoCmd |
fancy(boolean fancy) |
NOptional<Object> |
getPropertyValue(String propertyName) |
boolean |
isFancy() |
boolean |
isLenient() |
boolean |
isShowRepositories() |
NInfoCmd |
ntf(boolean ntf) |
NInfoCmd |
print(NPrintStream w) |
NInfoCmd |
println(NPrintStream w) |
Map<String,Object> |
propertyValues() |
NWorkspaceCmd |
run() |
NInfoCmd |
setLenient(boolean lenient) |
NInfoCmd |
showRepositories(boolean enable) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, configure, configureLastpublic NInfoCmd addProperty(String key, String value)
addProperty in interface NInfoCmdpublic NInfoCmd addProperties(Map<String,String> customProperties)
addProperties in interface NInfoCmdpublic boolean isShowRepositories()
isShowRepositories in interface NInfoCmdpublic NInfoCmd showRepositories(boolean enable)
showRepositories in interface NInfoCmdpublic NInfoCmd println(NPrintStream w)
public NInfoCmd print(NPrintStream w)
public boolean configureFirst(NCmdLine cmdLine)
configureFirst in interface NCmdLineConfigurablepublic Map<String,Object> propertyValues()
propertyValues in interface NInfoCmdpublic NOptional<Object> getPropertyValue(String propertyName)
getPropertyValue in interface NInfoCmdpublic boolean isLenient()
public NInfoCmd setLenient(boolean lenient)
public NWorkspaceCmd run()
run in interface NWorkspaceCmdpublic NInfoCmd configure(boolean skipUnsupported, String... args)
configure in interface NCmdLineConfigurableconfigure in interface NInfoCmdconfigure in interface NWorkspaceCmdCopyright © 2026 vpc open source initiative. All rights reserved.