Package org.bardframework.commons.utils
Class JarFileUtils.JarDirectoryExtractor
- java.lang.Object
-
- org.bardframework.commons.utils.JarFileUtils.JarDirectoryExtractor
-
- All Implemented Interfaces:
JarFileUtils.JarModifier
- Enclosing class:
- JarFileUtils
public static class JarFileUtils.JarDirectoryExtractor extends Object implements JarFileUtils.JarModifier
-
-
Field Summary
Fields Modifier and Type Field Description protected PathsavePathprotected StringzipDirectoryEntry
-
Constructor Summary
Constructors Constructor Description JarDirectoryExtractor(String zipDirectoryEntry, Path savePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoWork(JarFile jarFile)PathgetSavePath()StringgetZipDirectoryEntry()
-
-
-
Method Detail
-
doWork
public void doWork(JarFile jarFile) throws IOException
- Specified by:
doWorkin interfaceJarFileUtils.JarModifier- Throws:
IOException
-
getZipDirectoryEntry
public String getZipDirectoryEntry()
-
getSavePath
public Path getSavePath()
-
-