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