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) |
NOptional<Object> |
getPropertyValue(String propertyName) |
Map<String,Object> |
getPropertyValues() |
boolean |
isFancy() |
boolean |
isLenient() |
boolean |
isShowRepositories() |
NInfoCmd |
print(NPrintStream w) |
NInfoCmd |
println(NPrintStream w) |
NWorkspaceCmd |
run() |
NInfoCmd |
setFancy(boolean fancy) |
NInfoCmd |
setLenient(boolean lenient) |
NInfoCmd |
setNtf(boolean ntf) |
NInfoCmd |
setShowRepositories(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 setShowRepositories(boolean enable)
setShowRepositories in interface NInfoCmdpublic NInfoCmd println(NPrintStream w)
public NInfoCmd print(NPrintStream w)
public boolean configureFirst(NCmdLine cmdLine)
configureFirst in interface NCmdLineConfigurablepublic Map<String,Object> getPropertyValues()
getPropertyValues 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.