Package io.reactiverse.es4x.impl
Class Utils
- java.lang.Object
-
- io.reactiverse.es4x.impl.Utils
-
public final class Utils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddownloadTo(URL url, File target)static URLfileToURL(File file)static StringgetManifestAttribute(String attribute)static Stringmd5(String input)static Stringslashify(String path, boolean isDirectory)static StringtoNixPath(String path)
-
-
-
Method Detail
-
downloadTo
public static void downloadTo(URL url, File target) throws IOException
- Throws:
IOException
-
getManifestAttribute
public static String getManifestAttribute(String attribute) throws IOException
- Throws:
IOException
-
-