Package com.guigarage.vagrant.configuration

Examples of com.guigarage.vagrant.configuration.VagrantFolderTemplateConfiguration


    }
    if(pathInVagrantFolder == null) {
      throw new VagrantBuilderException("pathInVagrantFolder need to be specified");
    }
    if (localFolder != null) {
      return new VagrantFolderTemplateConfiguration(localFolder,
          pathInVagrantFolder);
    } else {
      return new VagrantFolderTemplateConfiguration(uriTemplate,
          pathInVagrantFolder);
    }
  }
View Full Code Here

TOP

Related Classes of com.guigarage.vagrant.configuration.VagrantFolderTemplateConfiguration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.