public class ManifestUberJarDuplicatedJarsWarner extends Object implements UberJarDuplicatedJarsWarner
UberJarDuplicatedJarsWarner.
Incorrect combinations:
| Constructor and Description |
|---|
ManifestUberJarDuplicatedJarsWarner() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isClasspathCorrect()
Synchronously checks if classpath looks correct for Uber Jar usage.
|
CompletableFuture<Boolean> |
isClasspathCorrectAsync()
Asynchronously checks if classpath looks correct for Uber Jar usage.
|
public boolean isClasspathCorrect()
UberJarDuplicatedJarsWarnerisClasspathCorrect in interface UberJarDuplicatedJarsWarnertrue if duplicate is found.public CompletableFuture<Boolean> isClasspathCorrectAsync()
UberJarDuplicatedJarsWarnerisClasspathCorrectAsync in interface UberJarDuplicatedJarsWarnerCompletableFuture with the result.Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.