1 11 package org.eclipse.osgi.service.resolver; 12 13 import java.util.Map ; 14 15 22 public interface ExportPackageDescription extends BaseDescription { 23 24 30 public boolean isRoot(); 31 32 36 public Map getAttributes(); 37 38 42 public Map getDirectives(); 43 44 49 public Object getDirective(String key); 50 51 55 public BundleDescription getExporter(); 56 } 57 | Popular Tags |