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