@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class) 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)
type - the ZipParameters interface class which's
implementation is required.ZipParameters of the given type
or null if not available.Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.