Class ArchiveFormats


  • public class ArchiveFormats
    extends Object
    Registers all format types from the org.eclipse.jgit.archive package for use via the ArchiveCommand API. See FormatActivator for an OSGi bundle activator that performs the same registration automatically.
    • Constructor Detail

      • ArchiveFormats

        public ArchiveFormats()
    • Method Detail

      • registerAll

        public static void registerAll()
        Register all included archive formats so they can be used as arguments to the ArchiveCommand.setFormat() method. Not thread-safe.
      • unregisterAll

        public static void unregisterAll()
        Clean up by deregistering all formats that were registered by registerAll(). Not thread-safe.