Package org.infinispan.cli.util
Class Utils
- java.lang.Object
-
- org.infinispan.cli.util.Utils
-
public class Utils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBUFFER_SIZE
-
Constructor Summary
Constructors Constructor Description Utils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringdigest(Path path, String algorithm)static PathdownloadFile(URL url, Path dest, boolean verbose, boolean force)static StringgetFilenameFromURL(URL url)static Stringsha256(Path path)
-
-
-
Field Detail
-
BUFFER_SIZE
public static final int BUFFER_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
downloadFile
public static Path downloadFile(URL url, Path dest, boolean verbose, boolean force) throws IOException
- Throws:
IOException
-
-