Package com.synopsys.integration.util
Class CleanupZipExpander
- java.lang.Object
-
- com.synopsys.integration.util.CommonZipExpander
-
- com.synopsys.integration.util.CleanupZipExpander
-
public class CleanupZipExpander extends CommonZipExpander
This will delete any/all directories in the expansion directory prior to expanding.
-
-
Field Summary
-
Fields inherited from class com.synopsys.integration.util.CommonZipExpander
logger
-
-
Constructor Summary
Constructors Constructor Description CleanupZipExpander(IntLogger logger)CleanupZipExpander(IntLogger logger, boolean alsoDeleteFiles)If alsoDeleteFiles is true then files will be deleted as well as directories in the expansion directory prior to expanding.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeExpansion(java.io.File sourceArchiveFile, java.io.File targetExpansionDirectory)-
Methods inherited from class com.synopsys.integration.util.CommonZipExpander
afterExpansion, expand, expand
-
-
-
-
Method Detail
-
beforeExpansion
public void beforeExpansion(java.io.File sourceArchiveFile, java.io.File targetExpansionDirectory) throws IntegrationException- Overrides:
beforeExpansionin classCommonZipExpander- Throws:
IntegrationException
-
-