Class RpmByDigestCopy

java.lang.Object
com.artipie.rpm.misc.RpmByDigestCopy

public final class RpmByDigestCopy extends Object
Copy rpms from one storage to another filtering by digests.
Since:
0.11
  • Constructor Details

    • RpmByDigestCopy

      public RpmByDigestCopy(Storage from, Key key, List<String> digests, Digests algorithm)
      Ctor.
      Parameters:
      from - Storage to copy from
      key - Key to copy from
      digests - Content digests to exclude
      algorithm - Digest algorithm
    • RpmByDigestCopy

      public RpmByDigestCopy(Storage from, Key key, List<String> digests)
      Ctor.
      Parameters:
      from - Storage to copy from
      key - Key to copy from
      digests - Content digests to exclude