Package brut.util
Class Jar
java.lang.Object
brut.util.Jar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FileextractToTmp(String resourcePath, Class<?> clazz) static FileextractToTmp(String resourcePath, String tmpPrefix, Class<?> clazz) static FilegetResourceAsFile(String name, Class<?> clazz)
-
Constructor Details
-
Jar
public Jar()
-
-
Method Details
-
getResourceAsFile
- Throws:
brut.common.BrutException
-
extractToTmp
public static File extractToTmp(String resourcePath, Class<?> clazz) throws brut.common.BrutException - Throws:
brut.common.BrutException
-
extractToTmp
public static File extractToTmp(String resourcePath, String tmpPrefix, Class<?> clazz) throws brut.common.BrutException - Throws:
brut.common.BrutException
-