edu.umd.cs.findbugs.config
public final class SortedProperties extends Properties
Method Summary | |
---|---|
static Enumeration | sortKeys(Set<String> keySet)
To be compatible with version control systems, we need to sort properties before
storing them to disk. |
Parameters: keySet non null set instance to sort
Returns: non null list wich contains all given keys, sorted lexicographically. The list may be empty if given set was empty