Package com.sshtools.common.sshd.config
Class CommentEntry
java.lang.Object
com.sshtools.common.sshd.config.SshdConfigFileEntry
com.sshtools.common.sshd.config.NonValidatingFileEntry
com.sshtools.common.sshd.config.CommentEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()booleanbooleanisLoaded()booleanvoidsetCommentedOut(boolean b) voidMethods inherited from class com.sshtools.common.sshd.config.SshdConfigFileEntry
getNext, hasNext, setNext
-
Constructor Details
-
CommentEntry
-
-
Method Details
-
isLoaded
public boolean isLoaded() -
isNotLoaded
public boolean isNotLoaded() -
getFormattedLine
- Specified by:
getFormattedLinein classSshdConfigFileEntry
-
setValue
- Specified by:
setValuein classSshdConfigFileEntry
-
setCommentedOut
public void setCommentedOut(boolean b) - Specified by:
setCommentedOutin classSshdConfigFileEntry
-
isCommentedOut
public boolean isCommentedOut()- Specified by:
isCommentedOutin classSshdConfigFileEntry
-
getValue
- Specified by:
getValuein classSshdConfigFileEntry
-