org.apache.aries.subsystem.core.internal
Class ResourceHelper
java.lang.Object
org.apache.aries.subsystem.core.internal.ResourceHelper
public class ResourceHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceHelper
public ResourceHelper()
areEqual
public static boolean areEqual(org.osgi.resource.Resource resource1,
org.osgi.resource.Resource resource2)
getContentAttribute
public static String getContentAttribute(org.osgi.resource.Resource resource)
getContentAttribute
public static Object getContentAttribute(org.osgi.resource.Resource resource,
String name)
getIdentityAttribute
public static Object getIdentityAttribute(org.osgi.resource.Resource resource,
String name)
getLocation
public static String getLocation(org.osgi.resource.Resource resource)
getResource
public static org.osgi.resource.Resource getResource(org.osgi.resource.Requirement requirement,
Repository repository)
getSymbolicNameAttribute
public static String getSymbolicNameAttribute(org.osgi.resource.Resource resource)
getTypeAttribute
public static String getTypeAttribute(org.osgi.resource.Resource resource)
getVersionAttribute
public static org.osgi.framework.Version getVersionAttribute(org.osgi.resource.Resource resource)
matches
public static boolean matches(org.osgi.resource.Requirement requirement,
org.osgi.resource.Capability capability)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.