return _xblockexpression;
}
public void loadFromFile() {
IPath _location = this.getLocation();
ProjectConfigType _configType = this.getConfigType();
String _configName = _configType.getConfigName();
IPath _append = _location.append(_configName);
String _portableString = _append.toPortableString();
final File f = new File(_portableString);
boolean _exists = f.exists();
if (_exists) {
String _absolutePath = f.getAbsolutePath();
String _plus = ("» LOAD " + _absolutePath);
System.out.println(_plus);
ProjectConfigType _configType_1 = this.getConfigType();
IPath _location_1 = this.getLocation();
String _portableString_1 = _location_1.toPortableString();
File _file = new File(_portableString_1);
final IProjectConfigurator config = this.factory.getConfig(_configType_1, _file);
final ErlangProjectProperties props = config.getConfiguration(this.location);