Package brut.util

Class Jar

java.lang.Object
brut.util.Jar

public abstract class Jar extends Object
  • Constructor Details

    • Jar

      public Jar()
  • Method Details

    • getResourceAsFile

      public static File getResourceAsFile(String name, Class<?> clazz) throws brut.common.BrutException
      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