Package io.micronaut.starter.io
Class ZipOutputHandler
java.lang.Object
io.micronaut.starter.io.ZipOutputHandler
- All Implemented Interfaces:
OutputHandler
,Closeable
,AutoCloseable
-
Constructor Summary
ConstructorDescriptionZipOutputHandler
(Project project) ZipOutputHandler
(OutputStream outputStream) ZipOutputHandler
(String projectName, OutputStream outputStream) -
Method Summary
-
Constructor Details
-
ZipOutputHandler
- Throws:
IOException
-
ZipOutputHandler
-
ZipOutputHandler
-
-
Method Details
-
getOutputLocation
- Specified by:
getOutputLocation
in interfaceOutputHandler
-
exists
- Specified by:
exists
in interfaceOutputHandler
-
write
- Specified by:
write
in interfaceOutputHandler
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-