Class JarWriter

java.lang.Object
org.springframework.boot.loader.tools.AbstractJarWriter
org.springframework.boot.loader.tools.JarWriter
All Implemented Interfaces:
AutoCloseable, LoaderClassesWriter

public class JarWriter extends AbstractJarWriter implements AutoCloseable
Writes JAR content, ensuring valid directory entries are always created and duplicate items are ignored.
Since:
1.0.0
Author:
Phillip Webb, Andy Wilkinson, Madhura Bhave, Scott Frederick