Interface Package

All Known Implementing Classes:
Package.Asto, UniquePackage

public interface Package
Package index.
Since:
0.1
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    Simple Package implementation: it appends item to the index without any validation.
  • Method Summary

    Modifier and Type
    Method
    Description
    add(Iterable<String> items, Key index)
    Adds item to the packages index.
  • Method Details

    • add

      CompletionStage<Void> add(Iterable<String> items, Key index)
      Adds item to the packages index.
      Parameters:
      items - Index items to add
      index - Package index key
      Returns:
      Completion action