public VagrantConfiguration build() {
if (environmentConfig == null) {
throw new VagrantBuilderException(
"No VagrantEnvironmentConfig defined");
}
return new VagrantConfiguration(environmentConfig,
fileTemplateConfigurations, folderTemplateConfigurations);
}