类 NarUnpacker

java.lang.Object
org.apache.pulsar.common.nar.NarUnpacker

public class NarUnpacker extends Object
Helper class to unpack NARs.
  • 构造器详细资料

    • NarUnpacker

      public NarUnpacker()
  • 方法详细资料

    • unpackNar

      public static File unpackNar(File nar, File baseWorkingDirectory) throws IOException
      Unpacks the specified nar into the specified base working directory.
      参数:
      nar - the nar to unpack
      baseWorkingDirectory - the directory to unpack to
      返回:
      the directory to the unpacked NAR
      抛出:
      IOException - if unable to explode nar