Package org.eclipse.jgit.archive


package org.eclipse.jgit.archive
  • Classes
    Class
    Description
    Registers all format types from the org.eclipse.jgit.archive package for use via the ArchiveCommand API.
    Base format class
    This activator registers all format types from the org.eclipse.jgit.archive package for use via the ArchiveCommand API.
    Unix TAR format (ustar + some PAX extensions).
    bzip2-compressed tarball (tar.bz2) format.
    gzip-compressed tarball (tar.gz) format.
    Xz-compressed tar (tar.xz) format.
    PKWARE's ZIP format.