Package org.codehaus.plexus.archiver.zip
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 java.lang.Object implements org.apache.commons.compress.parallel.ScatterGatherBackingStoreSupplier
-
-
Field Summary
Fields Modifier and Type Field Description private int
threshold
-
Constructor Summary
Constructors Constructor Description DeferredSupplier(int threshold)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.commons.compress.parallel.ScatterGatherBackingStore
get()
-