Package org.apache.drill.exec.util
Class JarUtil
java.lang.Object
org.apache.drill.exec.util.JarUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getSourceName
(String binary) Generates source jar name based on binary jar name.
-
Constructor Details
-
JarUtil
public JarUtil()
-
-
Method Details
-
getSourceName
Generates source jar name based on binary jar name. It is expected binary and source have standard naming convention.- Parameters:
binary
- binary jar name- Returns:
- source jar name
-