Class QuarkusProjectCompress
- java.lang.Object
-
- io.quarkus.devtools.project.compress.QuarkusProjectCompress
-
public final class QuarkusProjectCompress extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidzip(Path quarkusProjectDirPath, Path targetZipPath, boolean includeProjectDirectory)static voidzip(Path quarkusProjectDirPath, Path targetZipPath, boolean includeProjectDirectory, Long withSpecificFilesTime)
-
-
-
Method Detail
-
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
-
-