Class YamlCommentFormatterConfiguration
java.lang.Object
org.simpleyaml.configuration.comments.format.CommentFormatterConfiguration
org.simpleyaml.configuration.comments.format.YamlCommentFormatterConfiguration
- Direct Known Subclasses:
YamlSideCommentFormatterConfiguration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckCommentPrefix(String commentPrefix) protected voidcheckCommentPrefixMultiline(String commentPrefix) protected voidcheckCommentSuffix(String commentSuffix) protected voidcheckCommentSuffixMultiline(String commentSuffix) booleaninthashCode()booleanstripPrefix(boolean stripPrefix) toString()booleantrim()trim(boolean trim) Methods inherited from class org.simpleyaml.configuration.comments.format.CommentFormatterConfiguration
prefixFirst, prefixFirst, prefixMultiline, prefixMultiline, suffixLast, suffixLast, suffixMultiline, suffixMultiline
-
Field Details
-
COMMENT_INDICATOR
- See Also:
-
DEFAULT_COMMENT_PREFIX
- See Also:
-
-
Constructor Details
-
YamlCommentFormatterConfiguration
public YamlCommentFormatterConfiguration() -
YamlCommentFormatterConfiguration
-
YamlCommentFormatterConfiguration
-
-
Method Details
-
prefix
- Overrides:
prefixin classCommentFormatterConfiguration
-
prefix
- Overrides:
prefixin classCommentFormatterConfiguration
-
suffix
- Overrides:
suffixin classCommentFormatterConfiguration
-
suffix
- Overrides:
suffixin classCommentFormatterConfiguration
-
stripPrefix
-
stripPrefix
public boolean stripPrefix() -
trim
-
trim
public boolean trim() -
checkCommentPrefix
-
checkCommentPrefixMultiline
-
checkCommentSuffix
-
checkCommentSuffixMultiline
-
equals
- Overrides:
equalsin classCommentFormatterConfiguration
-
hashCode
public int hashCode()- Overrides:
hashCodein classCommentFormatterConfiguration
-
toString
- Overrides:
toStringin classCommentFormatterConfiguration
-