- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getChecksumAlgorithmNames (0.09 sec)
-
impl/maven-core/src/test/java/org/apache/maven/internal/impl/DefaultChecksumAlgorithmServiceTest.java
new DefaultChecksumAlgorithmFactorySelector(getChecksumAlgorithmFactories())); @Test void smokeTest() { Collection<String> algNames = service.getChecksumAlgorithmNames(); assertEquals(4, algNames.size()); } @Test void emptySha1Calculator() { ChecksumAlgorithmService.ChecksumCalculator calculator =
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Mar 26 11:31:00 UTC 2025 - 4.7K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ChecksumAlgorithmService.java
*/ @Experimental public interface ChecksumAlgorithmService extends Service { /** * Returns immutable collection of all supported algorithm names. */ @Nonnull Collection<String> getChecksumAlgorithmNames(); /** * Returns {@link ChecksumAlgorithm} for given algorithm name, or throws if algorithm not supported. * * @throws ChecksumAlgorithmServiceException if asked algorithm name is not supported.Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jul 10 20:52:34 UTC 2024 - 6.4K bytes - Viewed (0)