public class NutsFetchDisplayOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static NutsDisplayProperty[] |
DISPLAY_LONG |
static NutsDisplayProperty[] |
DISPLAY_LONG_LONG |
static NutsDisplayProperty[] |
DISPLAY_MIN |
| Constructor and Description |
|---|
NutsFetchDisplayOptions(net.thevpc.nuts.NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDisplay(NutsDisplayProperty[] display) |
void |
addDisplay(String[] columns) |
boolean |
configure(boolean skipUnsupported,
net.thevpc.nuts.NutsCommandLine commandLine) |
NutsFetchDisplayOptions |
configure(boolean skipUnsupported,
String... args) |
boolean |
configureFirst(net.thevpc.nuts.NutsCommandLine cmdLine) |
NutsDisplayProperty[] |
getDisplayProperties() |
net.thevpc.nuts.NutsIdFormat |
getIdFormat() |
boolean |
isRequireDefinition() |
static NutsDisplayProperty[] |
parseNutsDisplayProperty(net.thevpc.nuts.NutsCommandLine commandLine) |
static NutsDisplayProperty[] |
parseNutsDisplayProperty(String str) |
void |
setDisplay(NutsDisplayProperty display) |
void |
setDisplay(NutsDisplayProperty[] display) |
void |
setDisplayLong(boolean longFormat) |
void |
setIdFormat(net.thevpc.nuts.NutsIdFormat idFormat) |
String[] |
toCommandLineOptions() |
String |
toString() |
public static NutsDisplayProperty[] DISPLAY_LONG
public static NutsDisplayProperty[] DISPLAY_LONG_LONG
public static NutsDisplayProperty[] DISPLAY_MIN
public NutsFetchDisplayOptions(net.thevpc.nuts.NutsWorkspace ws)
public void setIdFormat(net.thevpc.nuts.NutsIdFormat idFormat)
public net.thevpc.nuts.NutsIdFormat getIdFormat()
public NutsDisplayProperty[] getDisplayProperties()
public void addDisplay(String[] columns)
public void setDisplay(NutsDisplayProperty display)
public void setDisplay(NutsDisplayProperty[] display)
public void addDisplay(NutsDisplayProperty[] display)
public void setDisplayLong(boolean longFormat)
public boolean isRequireDefinition()
public final NutsFetchDisplayOptions configure(boolean skipUnsupported, String... args)
public final boolean configure(boolean skipUnsupported,
net.thevpc.nuts.NutsCommandLine commandLine)
public boolean configureFirst(net.thevpc.nuts.NutsCommandLine cmdLine)
public String[] toCommandLineOptions()
public static NutsDisplayProperty[] parseNutsDisplayProperty(net.thevpc.nuts.NutsCommandLine commandLine)
public static NutsDisplayProperty[] parseNutsDisplayProperty(String str)
Copyright © 2021 vpc open source initiative. All rights reserved.