org.apache.felix.resolver.impl
Class Util
java.lang.Object
org.apache.felix.resolver.impl.Util
public class Util
- extends java.lang.Object
|
Constructor Summary |
Util()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Util
public Util()
getSymbolicName
public static java.lang.String getSymbolicName(Resource resource)
getVersion
public static org.osgi.framework.Version getVersion(Resource resource)
isFragment
public static boolean isFragment(Resource resource)
isOptional
public static boolean isOptional(Requirement req)
getDynamicRequirements
public static java.util.List<Requirement> getDynamicRequirements(java.util.List<Requirement> reqs)
getSatisfyingCapability
public static Capability getSatisfyingCapability(Environment env,
Resource br,
Requirement req)
Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.