|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParsedPropsFilePair.FileEntry | |
---|---|
net.nand.util.i18n |
Uses of ParsedPropsFilePair.FileEntry in net.nand.util.i18n |
---|
Subclasses of ParsedPropsFilePair.FileEntry in net.nand.util.i18n | |
---|---|
static class |
ParsedPropsFilePair.FileCommentEntry
Comment line in source and destination |
static class |
ParsedPropsFilePair.FileKeyEntry
Key-value pair line in source and destination, with preceding comments, or multi-line comment at the end of the file. |
Fields in net.nand.util.i18n with type parameters of type ParsedPropsFilePair.FileEntry | |
---|---|
private java.util.List<ParsedPropsFilePair.FileEntry> |
ParsedPropsFilePair.cont
Expanded entries (contents), one per line in file, from ParsedPropsFilePair.parsed :
Source and dest file-pair line-by-line grid contents, from parsing and editing;
also contains ParsedPropsFilePair.destOnlyPairs . |
Methods in net.nand.util.i18n that return ParsedPropsFilePair.FileEntry | |
---|---|
ParsedPropsFilePair.FileEntry |
ParsedPropsFilePair.getRow(int r)
Get row r of the contents. |
Methods in net.nand.util.i18n that return types with arguments of type ParsedPropsFilePair.FileEntry | |
---|---|
java.util.Iterator<ParsedPropsFilePair.FileEntry> |
ParsedPropsFilePair.getContents()
Get the list of key-value pairs found in the source and maybe also the destination. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |