Interface ArchiveTask

All Superinterfaces:
Task<Set<Image>,ArchiveTask>

public interface ArchiveTask extends Task<Set<Image>,ArchiveTask>

A task for archiving project delivrables.

The archive tasks is used to package project runtime images or project application images in various archive formats.

Since:
1.4
Author:
Jeremy Kuhn
See Also:
  • Field Details

  • Method Details

    • prefix

      ArchiveTask prefix(String prefix)

      Specifies the root path (e.g. path/to/image) within the archive where to put the project image.

      Defaults to Project.getFinalName().

      Parameters:
      prefix - a path
      Returns:
      the task
    • formats

      ArchiveTask formats(Set<String> formats)

      Specifies the formats of the archives to generate.

      Parameters:
      formats - a list of archive formats
      Returns:
      the task