Example usage for org.springframework.ide.eclipse.boot.wizard.content ZipFileCodeSet ZipFileCodeSet

List of usage examples for org.springframework.ide.eclipse.boot.wizard.content ZipFileCodeSet ZipFileCodeSet

Introduction

In this page you can find the example usage for org.springframework.ide.eclipse.boot.wizard.content ZipFileCodeSet ZipFileCodeSet.

Prototype

ZipFileCodeSet(String name, DownloadableItem zip, IPath root) 

Source Link

Usage

From source file:org.springframework.ide.eclipse.boot.wizard.content.CodeSet.java

public static CodeSet fromZip(String name, DownloadableItem zip, IPath root) {
    return new ZipFileCodeSet(name, zip, root);
}