org.jboss.osgi.resolver.spi
Interface DirectiveSupport


public interface DirectiveSupport

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 © 2011. All Rights Reserved.