Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.common.utils
Class JarUtils

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

public final class JarUtils
extends Object

Author:
Bogdan Stefanescu

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

Method Detail

getManifest

public static Manifest getManifest(File file)

getDirectoryManifest

public static Manifest getDirectoryManifest(File file)
                                     throws IOException
Throws:
IOException

getJarManifest

public static Manifest getJarManifest(File file)
                               throws IOException
Throws:
IOException

getManifest

public static Manifest getManifest(URL url)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.