Example usage for org.springframework.ide.eclipse.boot.wizard.content CodeSet subclass-usage

List of usage examples for org.springframework.ide.eclipse.boot.wizard.content CodeSet subclass-usage

Introduction

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

Usage

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

/**
 * A CodeSet stored in a Downloadable Zip File. The interesting data in the
 * code set may be somewhere inside the zip file and is pointed to by
 * a path relative to the zipfile root.
 */
public class ZipFileCodeSet extends CodeSet {