Package | Description |
---|---|
com.sshtools.config.file.entry | |
com.sshtools.config.file.entry.type |
Modifier and Type | Field and Description |
---|---|
protected Map<String,FileEntryType.SshdConfigFileEntry> |
Entry.keyEntries |
Modifier and Type | Method and Description |
---|---|
FileEntryType.SshdConfigFileEntry |
Entry.findEntry(String key) |
FileEntryType.SshdConfigFileEntry |
Entry.AbstractEntryBuilder.findEntry(String key) |
FileEntryType.SshdConfigFileEntry |
Entry.findEntryAtIndex(int index) |
FileEntryType.SshdConfigFileEntry |
Entry.AbstractEntryBuilder.findEntryAtIndex(int index) |
FileEntryType.SshdConfigFileEntry |
Entry.getEntry(String key) |
Modifier and Type | Method and Description |
---|---|
Map<String,FileEntryType.SshdConfigFileEntry> |
Entry.getKeyEntries() |
Modifier and Type | Method and Description |
---|---|
T |
Entry.AbstractEntryBuilder.addEntry(FileEntryType.SshdConfigFileEntry sshdConfigFileEntry)
Will add entry after last non blank, non comment entry in a section (Global, Match)
Note: Use while operating on file after loading it.
|
int |
Entry.addEntry(int index,
FileEntryType.SshdConfigFileEntry sshdConfigFileEntry)
This method would add entry after the past valid entry.
|
void |
Entry.appendEntry(FileEntryType.SshdConfigFileEntry sshdConfigFileEntry)
This will simply keep adding entries in a section, will not make any decision to check to
add new entry after a valid entry.
|
T |
Entry.AbstractEntryBuilder.appendEntry(FileEntryType.SshdConfigFileEntry sshdConfigFileEntry)
Will add entry to the end of section.
|
Modifier and Type | Class and Description |
---|---|
static class |
FileEntryType.BlankEntry |
static class |
FileEntryType.CommentEntry |
static class |
FileEntryType.NonValidatingFileEntry |
static class |
FileEntryType.SshdConfigKeyValueEntry |
Copyright © 2024. All rights reserved.