public class VagrantFileTemplate extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VagrantFileTemplate.Config |
Constructor and Description |
---|
VagrantFileTemplate(VagrantFileTemplate.Config config) |
Modifier and Type | Method and Description |
---|---|
String |
getAfterSnapshotCommand() |
String |
getBeforeSnapshotCommand() |
String |
getBox() |
String |
getInstallCommand() |
String |
getPreInstallCommand() |
String |
getPreInstallScript() |
void |
save(java.nio.file.Path templatePath) |
public VagrantFileTemplate(VagrantFileTemplate.Config config)
public void save(java.nio.file.Path templatePath) throws IOException
IOException
public String getBox()
public String getPreInstallScript()
public String getBeforeSnapshotCommand()
public String getPreInstallCommand()
public String getInstallCommand()
public String getAfterSnapshotCommand()
Copyright © 2004-2016. All Rights Reserved.