Class ConcurrentJarCreator.DeferredSupplier

java.lang.Object
org.codehaus.plexus.archiver.zip.ConcurrentJarCreator.DeferredSupplier
All Implemented Interfaces:
org.apache.commons.compress.parallel.ScatterGatherBackingStoreSupplier
Enclosing class:
ConcurrentJarCreator

private static class ConcurrentJarCreator.DeferredSupplier extends Object implements org.apache.commons.compress.parallel.ScatterGatherBackingStoreSupplier
  • Field Details

    • threshold

      private int threshold
  • Constructor Details

    • DeferredSupplier

      DeferredSupplier(int threshold)
  • Method Details

    • get

      public org.apache.commons.compress.parallel.ScatterGatherBackingStore get() throws IOException
      Specified by:
      get in interface org.apache.commons.compress.parallel.ScatterGatherBackingStoreSupplier
      Throws:
      IOException