}
private ConfigItem<Map<String, String>> loadContextConfigurationFromFile(File configurationFile) {
String contextFileName = FilenameUtils.removeExtension(configurationFile.getName());
ContextId contextId = new ContextId(contextFileName);
ContextConfiguration contextConfig = new ContextConfiguration(contextId.toMetaData(), null);
return contextConfig;
}
private String[] getContextExtensions() {
String[] contextFileExtensions = { CONTEXT_FILE_EXTENSION };