org.drools.guvnor.server.files
Class AssetZipper

java.lang.Object
  extended by org.drools.guvnor.server.files.AssetZipper

public class AssetZipper
extends Object

This Class Allows us to Zip a set of Assets, in fact we generate an extra asset whith the "zip" format, so we can add it to the package.


Constructor Summary
AssetZipper(LinkedList<AssetItem> assets, PackageItem pkg)
           
 
Method Summary
 InputStream zipAssets()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetZipper

public AssetZipper(LinkedList<AssetItem> assets,
                   PackageItem pkg)
Method Detail

zipAssets

public InputStream zipAssets()


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.