net.java.sip.communicator.impl.resources.util
Class SkinJarBuilder
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SkinJarBuilder
public SkinJarBuilder()
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.
Distributable under LGPL license.