Class QuarkusProjectCompress

java.lang.Object
io.quarkus.devtools.project.compress.QuarkusProjectCompress

public final class QuarkusProjectCompress extends Object
  • Method Details

    • zip

      public static void zip(Path quarkusProjectDirPath, Path targetZipPath, boolean includeProjectDirectory) throws IOException
      Throws:
      IOException
    • zip

      public static void zip(Path quarkusProjectDirPath, Path targetZipPath, boolean includeProjectDirectory, Long withSpecificFilesTime) throws IOException
      Throws:
      IOException