Class CleanProperties

java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
net.minecraftforge.forgedev.legacy.tasks.CleanProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class CleanProperties extends Properties
Eclipse config files are literally just java properties, with the header cleaned up.

This does the same thing, as well as sorting alphabetically. It also ignores all comments. We can add them later if someone cares.

See Also: