Package org.bardframework.commons.utils
Class JarFileUtils.JarTextFileExtractor
- java.lang.Object
-
- org.bardframework.commons.utils.JarFileUtils.JarTextFileExtractor
-
- All Implemented Interfaces:
JarFileUtils.JarModifier
- Enclosing class:
- JarFileUtils
public static class JarFileUtils.JarTextFileExtractor extends Object implements JarFileUtils.JarModifier
-
-
Constructor Summary
Constructors Constructor Description JarTextFileExtractor(String jarEntry, File savePath)JarTextFileExtractor(String jarEntry, File savePath, Map<String,String> replacements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoWork(JarFile jarFile)Map<String,String>getReplacements()FilegetSavePath()StringgetZipEntry()
-
-
-
Method Detail
-
doWork
public void doWork(JarFile jarFile) throws IOException
- Specified by:
doWorkin interfaceJarFileUtils.JarModifier- Throws:
IOException
-
getZipEntry
public String getZipEntry()
-
getSavePath
public File getSavePath()
-
-