Class HadoopJarRepackager
- java.lang.Object
-
- fr.ens.biologie.genomique.eoulsan.util.hadoop.HadoopJarRepackager
-
public final class HadoopJarRepackager extends Object
This class allow to repackage the application.- Since:
- 1.0
- Author:
- Laurent Jourdren
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static File
repack()
Repackage the jar application only if the repackaged file does not exist.static void
repack(File destJarFile)
Repackage the jar application.
-
-
-
Method Detail
-
repack
public static void repack(File destJarFile) throws IOException
Repackage the jar application.- Parameters:
destJarFile
- path to the repackaged jar file- Throws:
IOException
- if an error occurs while repackage the application
-
repack
public static File repack() throws IOException
Repackage the jar application only if the repackaged file does not exist.- Returns:
- the File repackaged jar file
- Throws:
IOException
- if an error occurs while repackage the application
-
-