org.jboss.osgi.resolver
Interface XDirectiveSupport

All Known Subinterfaces:
XBundleCapability, XBundleRequirement, XCapability, XHostCapability, XHostRequirement, XIdentityCapability, XPackageCapability, XPackageRequirement, XRequirement
All Known Implementing Classes:
AbstractBundleCapability, AbstractBundleRequirement, AbstractCapability, AbstractHostCapability, AbstractHostRequirement, AbstractIdentityCapability, AbstractPackageCapability, AbstractPackageRequirement, AbstractRequirement

public interface XDirectiveSupport

Adds support for directives

Since:
02-Jul-2010
Author:
thomas.diesler@jboss.com

Method Summary
 String getDirective(String key)
          Get the value of the given directive
 Map<String,String> getDirectives()
          Get the directives
 

Method Detail

getDirectives

Map<String,String> getDirectives()
Get the directives


getDirective

String getDirective(String key)
Get the value of the given directive

Returns:
null if no such directive is associated with this capability


Copyright © 2012. All Rights Reserved.