org.eclipse.gemini.blueprint.test.internal.util.jar
Class ManifestUtils
java.lang.Object
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
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 |
ManifestUtils
public ManifestUtils()
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-2013. All Rights Reserved.