Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.resources.util
Class SkinJarBuilder

java.lang.Object
  extended by net.java.sip.communicator.impl.resources.util.SkinJarBuilder

public class SkinJarBuilder
extends Object

Class for building of skin bundles from zip files.

Author:
Adam Netocny

Constructor Summary
SkinJarBuilder()
           
 
Method Summary
static File createBundleFromZip(File zip, ResourcePack srv)
          Creates bundle from zip file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkinJarBuilder

public SkinJarBuilder()
Method Detail

createBundleFromZip

public static File createBundleFromZip(File zip,
                                       ResourcePack srv)
                                throws Exception
Creates bundle from zip file.

Parameters:
srv - ResourcePack containing class files and manifest for the SkinResourcePack.
zip - Zip file with skin contents.
Returns:
Jar File.
Throws:
Exception - When something goes wrong.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.