Uses of Class
com.sshtools.common.sshd.config.CommentEntry
Packages that use CommentEntry
-
Uses of CommentEntry in com.sshtools.common.sshd.config
Methods in com.sshtools.common.sshd.config that return types with arguments of type CommentEntryMethods in com.sshtools.common.sshd.config with parameters of type CommentEntryModifier and TypeMethodDescriptionEntry.AbstractEntryBuilder.addBeginingComment(CommentEntry commentEntry) Will add a comment entry at the beginning of the section.voidEntry.addBeginingComment(CommentEntry commentEntry) Will add a comment entry at the beginning of the section.Entry.AbstractEntryBuilder.addCommentForEntry(String key, CommentEntry commentEntry) Will add a comment entry before the entry with the given key.voidEntry.addCommentForEntry(String key, CommentEntry commentEntry) voidMatchEntry.addMatchCriteriaComment(CommentEntry commentEntry) MatchEntry.MatchEntryBuilder.addMatchCriteriaComment(CommentEntry commentEntry) To add comment to a Match Criteria.