com.atlassian.distribution
Class ExtraResources.ZipHelper

java.lang.Object
  extended by com.atlassian.distribution.ExtraResources.ZipHelper
Enclosing class:
ExtraResources

public static class ExtraResources.ZipHelper
extends java.lang.Object


Constructor Summary
ExtraResources.ZipHelper(org.apache.maven.plugin.logging.Log log)
           
 
Method Summary
 void unzipArchive(java.io.File archive, java.io.File outputDir, boolean makeFilesExecutable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtraResources.ZipHelper

public ExtraResources.ZipHelper(org.apache.maven.plugin.logging.Log log)
Method Detail

unzipArchive

public void unzipArchive(java.io.File archive,
                         java.io.File outputDir,
                         boolean makeFilesExecutable)


Copyright © 2014 Atlassian. All Rights Reserved.