public class ResourceHelper
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
ensureExecutable(java.nio.file.Path path) |
static java.nio.file.Path |
getExtractedNativeResources() |
protected static java.lang.String |
readResourceHash(java.lang.Class<?> resourceClass,
java.lang.String baseDir) |
static java.nio.file.Path |
unpackResourceList(java.lang.Class<?> resourceClass,
java.lang.String baseDir) |
protected static java.lang.String readResourceHash(java.lang.Class<?> resourceClass, java.lang.String baseDir) throws java.io.IOException
java.io.IOException
public static java.nio.file.Path getExtractedNativeResources() throws java.io.IOException
java.io.IOException
public static java.nio.file.Path unpackResourceList(java.lang.Class<?> resourceClass, java.lang.String baseDir) throws java.io.IOException
java.io.IOException
public static void ensureExecutable(java.nio.file.Path path)