org.gcube.portlets.admin.software_upload_wizard.server.softwaremanagers.filesmanager
Class TarGzManager

java.lang.Object
  extended by org.gcube.portlets.admin.software_upload_wizard.server.softwaremanagers.filesmanager.TarGzManager

public class TarGzManager
extends Object


Constructor Summary
TarGzManager()
           
 
Method Summary
 File tarDirectory(File sourceDirectory)
           
 void tarDirectory(File sourceDirectory, File destinationFile)
           
 File untarFile(File sourceFile)
           
 void untarFile(File sourceFile, File destinationDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TarGzManager

public TarGzManager()
Method Detail

untarFile

public File untarFile(File sourceFile)
               throws Exception
Throws:
Exception

untarFile

public void untarFile(File sourceFile,
                      File destinationDir)
               throws Exception
Throws:
Exception

tarDirectory

public File tarDirectory(File sourceDirectory)
                  throws Exception
Throws:
Exception

tarDirectory

public void tarDirectory(File sourceDirectory,
                         File destinationFile)
                  throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.