net.nand.util.i18n
Class ParsedPropsFilePair.FileCommentEntry
java.lang.Object
net.nand.util.i18n.ParsedPropsFilePair.FileEntry
net.nand.util.i18n.ParsedPropsFilePair.FileCommentEntry
- Enclosing class:
- ParsedPropsFilePair
public static final class ParsedPropsFilePair.FileCommentEntry
- extends ParsedPropsFilePair.FileEntry
Comment line in source and destination
Field Summary |
java.lang.String |
destComment
Comment field strings start with # and are trimmed; may be null or "" on blank lines. |
java.lang.String |
srcComment
Comment field strings start with # and are trimmed; may be null or "" on blank lines. |
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
srcComment
public java.lang.String srcComment
- Comment field strings start with
#
and are trimmed; may be null or "" on blank lines.
destComment
public java.lang.String destComment
- Comment field strings start with
#
and are trimmed; may be null or "" on blank lines.
ParsedPropsFilePair.FileCommentEntry
public ParsedPropsFilePair.FileCommentEntry(java.lang.String srcComment)
ParsedPropsFilePair.FileCommentEntry
public ParsedPropsFilePair.FileCommentEntry(java.lang.String srcComment,
java.lang.String destComment)
toString
public final java.lang.String toString()
- Overrides:
toString
in class java.lang.Object