|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParsedPropsFilePair.FileKeyEntry | |
---|---|
net.nand.util.i18n |
Uses of ParsedPropsFilePair.FileKeyEntry in net.nand.util.i18n |
---|
Fields in net.nand.util.i18n declared as ParsedPropsFilePair.FileKeyEntry | |
---|---|
private ParsedPropsFilePair.FileKeyEntry |
ParsedPropsFilePair.contEndingComment
If the file ends with a comment not followed by a key-value pair, it goes in ParsedPropsFilePair.cont and also goes here |
private ParsedPropsFilePair.FileKeyEntry |
ParsedPropsFilePair.contHeadingComment
If the file starts with a comment followed by blank lines above the first a key-value pair, comment goes in ParsedPropsFilePair.cont and also goes here |
Fields in net.nand.util.i18n with type parameters of type ParsedPropsFilePair.FileKeyEntry | |
---|---|
private java.util.List<ParsedPropsFilePair.FileKeyEntry> |
ParsedPropsFilePair.parsed
Logical entries, one per key, to be expanded into ParsedPropsFilePair.cont :
Source and dest file-pair key-by-key contents, from parsing; does not contain ParsedPropsFilePair.destOnlyPairs . |
Methods in net.nand.util.i18n with parameters of type ParsedPropsFilePair.FileKeyEntry | |
---|---|
private void |
ParsedPropsFilePair.expandCommentLinesIntoCont(ParsedPropsFilePair.FileKeyEntry fe)
Expand this key-value entry's preceding comment(s) to new lines appended at the end of ParsedPropsFilePair.cont . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |