Package | Description |
---|---|
com.sshtools.config.file.entry |
Modifier and Type | Method and Description |
---|---|
Iterator<FileEntryType.CommentEntry> |
MatchEntry.getMatchCriteriaCommentEntriesIterator() |
Modifier and Type | Method and Description |
---|---|
void |
Entry.addBeginingComment(FileEntryType.CommentEntry commentEntry)
Will add a comment entry at the beginning of the section.
|
T |
Entry.AbstractEntryBuilder.addBeginingComment(FileEntryType.CommentEntry commentEntry)
Will add a comment entry at the beginning of the section.
|
void |
Entry.addCommentForEntry(String key,
FileEntryType.CommentEntry commentEntry) |
T |
Entry.AbstractEntryBuilder.addCommentForEntry(String key,
FileEntryType.CommentEntry commentEntry)
Will add a comment entry before the entry with the given key.
|
void |
MatchEntry.addMatchCriteriaComment(FileEntryType.CommentEntry commentEntry) |
MatchEntry.MatchEntryBuilder |
MatchEntry.MatchEntryBuilder.addMatchCriteriaComment(FileEntryType.CommentEntry commentEntry)
To add comment to a Match Criteria.
|
Copyright © 2024. All rights reserved.