Uses of Class
com.sshtools.common.sshd.config.SshdConfigFileEntry
Packages that use SshdConfigFileEntry
-
Uses of SshdConfigFileEntry in com.sshtools.common.sshd.config
Subclasses of SshdConfigFileEntry in com.sshtools.common.sshd.configModifier and TypeClassDescriptionclassclassclassclassFields in com.sshtools.common.sshd.config with type parameters of type SshdConfigFileEntryMethods in com.sshtools.common.sshd.config that return SshdConfigFileEntryModifier and TypeMethodDescriptionEntry.AbstractEntryBuilder.findEntryAtIndex(int index) Entry.findEntryAtIndex(int index) SshdConfigFileEntry.getNext()Methods in com.sshtools.common.sshd.config that return types with arguments of type SshdConfigFileEntryModifier and TypeMethodDescriptionEntry.getKeyEntries()protected ListOrderedMap<String,SshdConfigFileEntry> Entry.getKeyEntriesOrderedMap()Methods in com.sshtools.common.sshd.config with parameters of type SshdConfigFileEntryModifier and TypeMethodDescriptionEntry.AbstractEntryBuilder.addEntry(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.intEntry.addEntry(int index, SshdConfigFileEntry sshdConfigFileEntry) This method would add entry after the past valid entry.Entry.AbstractEntryBuilder.appendEntry(SshdConfigFileEntry sshdConfigFileEntry) Will add entry to the end of section.voidEntry.appendEntry(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.voidSshdConfigFileEntry.setNext(SshdConfigFileEntry entry) voidSshdConfigKeyValueEntry.setNext(SshdConfigFileEntry next)