public class NDebugString extends Object
| Constructor and Description |
|---|
NDebugString() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getMaxPort() |
net.thevpc.nuts.cmdline.NArg |
getOption(String key) |
List<net.thevpc.nuts.cmdline.NArg> |
getOptions() |
int |
getPort() |
int |
hashCode() |
boolean |
isAll() |
boolean |
isEnabled() |
boolean |
isSuspend() |
boolean |
isTcp() |
static NDebugString |
of(String str) |
NDebugString |
setAll(boolean all) |
NDebugString |
setEnabled(boolean enabled) |
NDebugString |
setMaxPort(int maxPort) |
NDebugString |
setPort(int port) |
NDebugString |
setSuspend(boolean suspend) |
NDebugString |
setTcp(boolean tcp) |
String |
toString() |
public static NDebugString of(String str)
public List<net.thevpc.nuts.cmdline.NArg> getOptions()
public net.thevpc.nuts.cmdline.NArg getOption(String key)
public boolean isAll()
public NDebugString setAll(boolean all)
public boolean isEnabled()
public NDebugString setEnabled(boolean enabled)
public int getPort()
public NDebugString setPort(int port)
public boolean isTcp()
public NDebugString setTcp(boolean tcp)
public boolean isSuspend()
public NDebugString setSuspend(boolean suspend)
public int getMaxPort()
public NDebugString setMaxPort(int maxPort)
Copyright © 2025 vpc open source initiative. All rights reserved.