Interface IndexPacker

All Known Implementing Classes:
DefaultIndexPacker

public interface IndexPacker
An index packer used to create transfer index format that can be used by the IndexUpdater.
Author:
Tamas Cservenak
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Pack a context into a target directory.
  • Field Details

    • ROLE

      static final String ROLE
  • Method Details