public interface UberJarDuplicatedJarsWarner
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.
|
boolean isClasspathCorrect()
true
if duplicate is found.CompletableFuture<Boolean> isClasspathCorrectAsync()
CompletableFuture
with the result.Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.