public class NBootArg extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_PATTERN_STRING |
static Pattern |
PATTERN_OPTION_COL |
static Pattern |
PATTERN_OPTION_EQ |
| Constructor and Description |
|---|
NBootArg(String expression) |
NBootArg(String image,
char eq)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBooleanValue() |
String |
getImage() |
Integer |
getIntValue() |
String |
getKey() |
String |
getOptionName() |
String |
getOptionPrefix() |
String |
getSeparator() |
String |
getStringKey() |
String |
getStringValue() |
String |
getValue() |
boolean |
isActive() |
boolean |
isEnabled() |
boolean |
isFlagOption() |
static boolean |
isKeyPart(char c) |
static boolean |
isKeyStart(char c) |
boolean |
isKeyValue() |
boolean |
isNegated() |
boolean |
isNonOption() |
boolean |
isOption()
true if expression starts with '-' or '+'
|
static boolean |
isSimpleKey(char c) |
String |
key() |
static NBootArg |
of(String s) |
NBootArg |
required() |
String |
toString() |
String |
value() |
public static final String KEY_PATTERN_STRING
public static final Pattern PATTERN_OPTION_EQ
public static final Pattern PATTERN_OPTION_COL
public NBootArg(String expression)
public NBootArg(String image, char eq)
image - image stringeq - equalspublic static boolean isSimpleKey(char c)
public static boolean isKeyStart(char c)
public static boolean isKeyPart(char c)
public boolean isOption()
public boolean isNonOption()
public String getStringKey()
public String key()
public String value()
public String getStringValue()
public boolean isNegated()
public boolean isEnabled()
public boolean isActive()
public NBootArg required()
public boolean isKeyValue()
public String getOptionPrefix()
public String getSeparator()
public String getOptionName()
public String getValue()
public Boolean getBooleanValue()
public Integer getIntValue()
public String getKey()
public boolean isFlagOption()
public String getImage()
Copyright © 2026 vpc open source initiative. All rights reserved.