Home
last modified time | relevance | path

Searched refs:getDeclaredAttributes (Results 1 – 11 of 11) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/
H A DGenericDescriptionImpl.java81 Map<String, Object> attrs = getDeclaredAttributes(); in toString()
125 public Map<String, Object> getDeclaredAttributes() { in getDeclaredAttributes() method in GenericDescriptionImpl
H A DBaseDescriptionImpl.java141 Map<String, Object> attrs = getDeclaredAttributes(); in getAttributes()
H A DNativeCodeDescriptionImpl.java219 public Map<String, Object> getDeclaredAttributes() { in getDeclaredAttributes() method in NativeCodeDescriptionImpl
H A DExportPackageDescriptionImpl.java95 public Map<String, Object> getDeclaredAttributes() { in getDeclaredAttributes() method in ExportPackageDescriptionImpl
H A DBundleDescriptionImpl.java915 public Map<String, Object> getDeclaredAttributes() { in getDeclaredAttributes() method in BundleDescriptionImpl
H A DStateImpl.java969 …Object equinoxEEIndex = capability.getDeclaredAttributes().get(ExportPackageDescriptionImpl.EQUINO… in resetSystemCapabilities()
H A DStateBuilder.java927 Dictionary<String, Object> attributes = new Hashtable<>(description.getDeclaredAttributes()); in createOsgiIdentityCapability()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/service/resolver/
H A DBaseDescription.java66 public Map<String, Object> getDeclaredAttributes(); in getDeclaredAttributes() method
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RealTimeBidding/
H A DCreative.php128 public function getDeclaredAttributes() function in Google_Service_RealTimeBidding_Creative
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/module/
H A DPermissionChecker.java55 …consumerPermission = new CapabilityPermission(gd.getType(), gd.getDeclaredAttributes(), producer, … in checkPermission()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/equinox/p2/publisher/eclipse/
H A DBundlesAction.java407 Map<String, Object> capAttrs = provideCapDesc.getDeclaredAttributes().entrySet().stream() in addCapability()