public interface ZipParametersProvider extends ZipParameters
ZipParameters for a given type.
The implementation of this interface enables to retrieve ZIP parameters on
demand rather than providing them upfront for any possible type.| Modifier and Type | Method and Description |
|---|---|
<P extends ZipParameters> |
get(Class<P> type)
|
@CheckForNull <P extends ZipParameters> P get(Class<P> type)
P - the type of the ZIP parameters.type - the ZipParameters interface class which's
implementation is required.ZipParameters of the given type
or null if not available.Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.