org.eclipse.gemini.blueprint.test.internal.util.jar
Class ManifestUtils

java.lang.Object
  extended by org.eclipse.gemini.blueprint.test.internal.util.jar.ManifestUtils

public abstract class ManifestUtils
extends Object

Utility class for creating Manifest objects on various criterions.

Author:
Costin Leau

Constructor Summary
ManifestUtils()
           
 
Method Summary
static String[] determineImportPackages(org.springframework.core.io.Resource[] resources)
          Determine the Import-Package value based on the Export-Package entries in the jars given as Resources.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManifestUtils

public ManifestUtils()
Method Detail

determineImportPackages

public static String[] determineImportPackages(org.springframework.core.io.Resource[] resources)
Determine the Import-Package value based on the Export-Package entries in the jars given as Resources.

Parameters:
resources -
Returns:


Copyright © 2006-2012. All Rights Reserved.