public class NFetchDisplayOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static NDisplayProperty[] |
DISPLAY_LONG |
static NDisplayProperty[] |
DISPLAY_LONG_LONG |
static NDisplayProperty[] |
DISPLAY_MIN |
| Constructor and Description |
|---|
NFetchDisplayOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDisplay(NDisplayProperty[] display) |
void |
addDisplay(String[] columns) |
boolean |
configure(boolean skipUnsupported,
NCmdLine cmdLine) |
NFetchDisplayOptions |
configure(boolean skipUnsupported,
String... args) |
boolean |
configureFirst(NCmdLine cmdLine) |
NDisplayProperty[] |
getDisplayProperties() |
NIdFormat |
getIdFormat() |
boolean |
isContent() |
boolean |
isDependencies() |
boolean |
isRequireDefinition() |
static NDisplayProperty[] |
parseNutsDisplayProperty(String str) |
NFetchDisplayOptions |
setContent(boolean content) |
NFetchDisplayOptions |
setDependencies(boolean dependencies) |
void |
setDisplay(NDisplayProperty display) |
void |
setDisplay(NDisplayProperty[] display) |
void |
setDisplayLong(boolean longFormat) |
void |
setIdFormat(NIdFormat idFormat) |
String[] |
toCmdLineOptions() |
String |
toString() |
public static NDisplayProperty[] DISPLAY_LONG
public static NDisplayProperty[] DISPLAY_LONG_LONG
public static NDisplayProperty[] DISPLAY_MIN
public boolean isDependencies()
public NFetchDisplayOptions setDependencies(boolean dependencies)
public boolean isContent()
public NFetchDisplayOptions setContent(boolean content)
public void setIdFormat(NIdFormat idFormat)
public NIdFormat getIdFormat()
public NDisplayProperty[] getDisplayProperties()
public void addDisplay(String[] columns)
public void setDisplay(NDisplayProperty display)
public void setDisplay(NDisplayProperty[] display)
public void addDisplay(NDisplayProperty[] display)
public void setDisplayLong(boolean longFormat)
public boolean isRequireDefinition()
public final NFetchDisplayOptions configure(boolean skipUnsupported, String... args)
public final boolean configure(boolean skipUnsupported,
NCmdLine cmdLine)
public boolean configureFirst(NCmdLine cmdLine)
public String[] toCmdLineOptions()
public static NDisplayProperty[] parseNutsDisplayProperty(String str)
Copyright © 2025 vpc open source initiative. All rights reserved.