return this;
}
public VagrantFileTemplateConfiguration build() {
if (localFile != null) {
return new VagrantFileTemplateConfiguration(localFile,
pathInVagrantFolder);
} else {
return new VagrantFileTemplateConfiguration(urlTemplate,
pathInVagrantFolder);
}
}