Interface InRelease

All Known Implementing Classes:
InRelease.Asto

public interface InRelease
InRelease index file. Check the docs for more information.
Since:
0.4
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    Implementation of InRelease from abstract storage.
  • Method Summary

    Modifier and Type
    Method
    Description
    generate(Key release)
    Generates InRelease index file by provided Release index.
    key()
    Key (storage item key) of the InRelease index.
  • Method Details

    • generate

      CompletionStage<Void> generate(Key release)
      Generates InRelease index file by provided Release index.
      Parameters:
      release - Release index key
      Returns:
      Completion action
    • key

      Key key()
      Key (storage item key) of the InRelease index.
      Returns:
      Storage item