Nuxeo Enterprise Platform 5.4

org.nuxeo.common.utils
Class JarUtils

java.lang.Object
  extended by org.nuxeo.common.utils.JarUtils

public final class JarUtils
extends java.lang.Object

Author:
Bogdan Stefanescu

Method Summary
static java.util.jar.Manifest getDirectoryManifest(java.io.File file)
           
static java.util.jar.Manifest getJarManifest(java.io.File file)
           
static java.util.jar.Manifest getManifest(java.io.File file)
           
static java.util.jar.Manifest getManifest(java.net.URL url)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getManifest

public static java.util.jar.Manifest getManifest(java.io.File file)

getDirectoryManifest

public static java.util.jar.Manifest getDirectoryManifest(java.io.File file)
                                                   throws java.io.IOException
Throws:
java.io.IOException

getJarManifest

public static java.util.jar.Manifest getJarManifest(java.io.File file)
                                             throws java.io.IOException
Throws:
java.io.IOException

getManifest

public static java.util.jar.Manifest getManifest(java.net.URL url)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.