properties = PropertiesUtils.readProperties(environmentFile);
} else {
throw new IllegalArgumentException("environmentFile property should be set!");
}
EnvironmentImpl result = new EnvironmentImpl(this.template);
result.setVariables(properties);
return result;
}