|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropsFileParser.KeyPairLine | |
---|---|
net.nand.util.i18n |
Uses of PropsFileParser.KeyPairLine in net.nand.util.i18n |
---|
Fields in net.nand.util.i18n with type parameters of type PropsFileParser.KeyPairLine | |
---|---|
private java.util.List<PropsFileParser.KeyPairLine> |
ParsedPropsFilePair.destOnlyPairs
Key-value pairs found only in the destination file, not the source file; or null if none. |
Methods in net.nand.util.i18n that return types with arguments of type PropsFileParser.KeyPairLine | |
---|---|
java.util.List<PropsFileParser.KeyPairLine> |
ParsedPropsFilePair.extractContentsHalf(boolean destHalf)
Get the source or destination "half" of the parsed pair's contents, in a format suitable for PropsFileWriter.write(List, String) . |
java.util.Iterator<PropsFileParser.KeyPairLine> |
ParsedPropsFilePair.getDestOnly()
Get the list of key-value pairs found only in the destination, or null if none. |
static java.util.List<PropsFileParser.KeyPairLine> |
PropsFileParser.parseOneFile(java.io.File pFile)
Parse one properties file. |
static java.util.List<PropsFileParser.KeyPairLine> |
PropsFileParser.parseOneFile(java.io.File pFile,
java.util.Map<java.lang.String,java.lang.String> dupeKeys)
Parse one properties file. |
Method parameters in net.nand.util.i18n with type arguments of type PropsFileParser.KeyPairLine | |
---|---|
private void |
ParsedPropsFilePair.buildContFromSrcDest(java.util.Map<java.lang.String,PropsFileParser.KeyPairLine> destKeys)
Build ParsedPropsFilePair.cont by combining the parsed source (ParsedPropsFilePair.parsed ) and destination (destKeys ). |
static void |
PropsFileParser.findDuplicateKeys(java.util.List<PropsFileParser.KeyPairLine> kpLines,
java.util.Map<java.lang.String,java.lang.String> dupeKeys)
Search a list of key-pair lines for any duplicates, filling the dupeKeys map. |
void |
PropsFileWriter.write(java.util.List<PropsFileParser.KeyPairLine> pairs,
java.lang.String fileComment)
Write these key-value pairs through the open writer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |