Package jadx.plugins.tools.utils
Class PluginUtils
- java.lang.Object
-
- jadx.plugins.tools.utils.PluginUtils
-
public class PluginUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PluginUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddownloadFile(java.lang.String fileUrl, java.nio.file.Path destPath)static @Nullable java.lang.StringextractVersion(java.lang.String str)static java.lang.StringremovePrefix(java.lang.String str, java.lang.String prefix)
-
-
-
Method Detail
-
removePrefix
public static java.lang.String removePrefix(java.lang.String str, java.lang.String prefix)
-
downloadFile
public static void downloadFile(java.lang.String fileUrl, java.nio.file.Path destPath)
-
extractVersion
@Nullable public static @Nullable java.lang.String extractVersion(java.lang.String str)
-
-