@ThreadSafe @DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class) final class ZipParametersUtils extends Object
| Modifier | Constructor and Description |
|---|---|
private |
ZipParametersUtils() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static <P extends ZipParameters> |
parameters(Class<P> type,
ZipParameters param)
Searches for
ZipParameters of the given type starting from
the given parameters. |
static <P extends ZipParameters> P parameters(Class<P> type, @CheckForNull ZipParameters param) throws ZipParametersException
ZipParameters of the given type starting from
the given parameters.P - the type of the ZIP parameters to search for.type - the type of the ZIP parameters to search for.param - the parameters for starting the search.ZipParametersException - if param is null or
no suitable parameters can get found.Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.