summaryrefslogtreecommitdiffstats
path: root/src/test/java
Commit message (Expand)AuthorAgeLines
...
* Added helper methods such as getStringList to ConfigurationSectionNathan Adams2011-10-26-1/+17
* Fixed issues with loading YamlConfigurations with typed keysNathan Adams2011-10-26-4/+6
* Added new FileConfigurationOptions.copyHeader, defaulting to true. Copies the...Nathan Adams2011-10-12-52/+74
* Loading a FileConfiguration (Yaml/) should remember the previously saved headerNathan Adams2011-10-12-0/+19
* YamlConfiguration now correctly writes extra blank lines at the end if requestedNathan Adams2011-10-12-2/+16
* Fixed removing entries in the new Configuration (via set(x, null))Nathan Adams2011-10-11-0/+8
* Small javadoc cleanupNathan Adams2011-10-10-2/+0
* Added new Configuration classesDinnerbone2011-10-10-0/+845