
org.elasticsearch.bootstrap.JarHell Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of escommons-test Show documentation
Show all versions of escommons-test Show documentation
Elasticsearch commons library.
The newest version!
package org.elasticsearch.bootstrap;
import java.net.URL;
import java.util.LinkedHashSet;
import java.util.Set;
/**
* Created by Arthur Asatryan.
* Date: 7/18/17
* Time: 1:16 PM
*/
public class JarHell {
//region Constructors
private JarHell() {
}
//endregion
//region Public methods
public static void checkJarHell() throws Exception {
}
public static void checkJarHell(final Set> aSet) throws Exception {
}
public static void checkJarHell(URL urls[]) throws Exception {
}
public static void checkVersionFormat(String targetVersion) {
}
public static void checkJavaVersion(String resource, String targetVersion) {
}
public static Set parseClassPath() {
return new LinkedHashSet<>();
}
//endregion
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy