public interface ChecksumAlgorithmFactorySelector
ChecksumAlgorithmFactory based on known factory names.| Modifier and Type | Method and Description |
|---|---|
Collection<ChecksumAlgorithmFactory> |
getChecksumAlgorithmFactories()
Returns a collection of supported algorithms.
|
ChecksumAlgorithmFactory |
select(String algorithmName)
Returns factory for given algorithm name, or throws if algorithm not supported.
|
ChecksumAlgorithmFactory select(String algorithmName)
IllegalArgumentException - if asked algorithm name is not supported.Collection<ChecksumAlgorithmFactory> getChecksumAlgorithmFactories()
RepositoryLayout.getChecksumAlgorithmFactories() (in fact, is super set
of it).Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.