Package com.sshtools.common.sshd.config
Class SshdConfigFileEntry
java.lang.Object
com.sshtools.common.sshd.config.SshdConfigFileEntry
- Direct Known Subclasses:
NonValidatingFileEntry,SshdConfigKeyValueEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringgetNext()abstract StringgetValue()booleanhasNext()abstract booleanabstract voidsetCommentedOut(boolean b) voidsetNext(SshdConfigFileEntry entry) abstract void
-
Constructor Details
-
SshdConfigFileEntry
public SshdConfigFileEntry()
-
-
Method Details
-
getFormattedLine
-
setValue
-
setCommentedOut
public abstract void setCommentedOut(boolean b) -
isCommentedOut
public abstract boolean isCommentedOut() -
hasNext
public boolean hasNext() -
getNext
-
setNext
-
getValue
-