public class DuplicatePropertiesKeyInspector extends Object
| Constructor and Description |
|---|
DuplicatePropertiesKeyInspector(File propertiesFile)
Instantiates a new duplicate properties key finder.
|
DuplicatePropertiesKeyInspector(InputStream inputStream)
Instantiates a new duplicate properties key finder.
|
public DuplicatePropertiesKeyInspector(File propertiesFile) throws IOException
propertiesFile - the properties fileIOException - Signals that an I/O exception has occurred.public DuplicatePropertiesKeyInspector(InputStream inputStream) throws IOException
inputStream - the input streamIOException - Signals that an I/O exception has occurred.public KeyValueLists getResult()
Copyright © 2015. All rights reserved.