public static class FileEntryType.SshdConfigKeyValueEntry extends FileEntryType.SshdConfigFileEntry
| Constructor and Description |
|---|
SshdConfigKeyValueEntry(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormattedLine() |
String |
getKey() |
String |
getValue() |
String[] |
getValueParts() |
boolean |
hasCommaSV() |
boolean |
hasParts() |
boolean |
hasSpaceSV() |
void |
setKey(String key) |
void |
setValue(String value) |
String |
toString() |
public String getFormattedLine()
getFormattedLine in class FileEntryType.SshdConfigFileEntrypublic String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public boolean hasParts()
public boolean hasCommaSV()
public boolean hasSpaceSV()
public String[] getValueParts()
Copyright © 2025. All rights reserved.