* @throws CoreException
* If the file formats cannot be added to Eclipse content type
* system.
*/
public void loadConfigurations() throws CoreException {
ConfigurationParser parser = new ConfigurationParser();
configurations = parser.getConfigurations();
}