Home
last modified time | relevance | path

Searched refs:RESOLUTION_DIRECTIVE (Results 1 – 25 of 32) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/
H A DImportPackageObject.java56 return Constants.RESOLUTION_OPTIONAL.equals(getDirective(Constants.RESOLUTION_DIRECTIVE)); in isOptional()
66 setDirective(Constants.RESOLUTION_DIRECTIVE, Constants.RESOLUTION_OPTIONAL); in setOptional()
72 setDirective(Constants.RESOLUTION_DIRECTIVE, null); in setOptional()
76 …firePropertyChanged(this, Constants.RESOLUTION_DIRECTIVE, Boolean.toString(old), Boolean.toString(… in setOptional()
96 if (Constants.RESOLUTION_DIRECTIVE.equalsIgnoreCase(propertyName)) { in restoreProperty()
H A DRequireBundleObject.java82 setDirective(Constants.RESOLUTION_DIRECTIVE, Constants.RESOLUTION_OPTIONAL); in setOptional()
88 setDirective(Constants.RESOLUTION_DIRECTIVE, null); in setOptional()
94 …firePropertyChanged(this, Constants.RESOLUTION_DIRECTIVE, Boolean.toString(old), Boolean.toString(… in setOptional()
100 return Constants.RESOLUTION_OPTIONAL.equals(getDirective(Constants.RESOLUTION_DIRECTIVE)); in isOptional()
H A DRequireBundleHeader.java72 element.setDirective(Constants.RESOLUTION_DIRECTIVE, Constants.RESOLUTION_OPTIONAL); in configureBundle()
116 element.setDirective(Constants.RESOLUTION_DIRECTIVE, Constants.RESOLUTION_OPTIONAL); in updateBundle()
122 element.setDirective(Constants.RESOLUTION_DIRECTIVE, null); in updateBundle()
/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 DImportPackageSpecificationImpl.java35 result.put(Constants.RESOLUTION_DIRECTIVE, resolution); in getDirectives()
42 if (key.equals(Constants.RESOLUTION_DIRECTIVE)) in getDirective()
50 if (key.equals(Constants.RESOLUTION_DIRECTIVE)) in setDirective()
60 resolution = (String) directives.get(Constants.RESOLUTION_DIRECTIVE); in setDirectives()
231 result.put(Constants.RESOLUTION_DIRECTIVE, Constants.RESOLUTION_MANDATORY); in getInternalDirectives()
233 result.put(Constants.RESOLUTION_DIRECTIVE, resolution); in getInternalDirectives()
H A DStateBuilder.java58 private static final String[] DEFINED_IMPORT_PACKAGE_DIRECTIVES = {Constants.RESOLUTION_DIRECTIVE};
60 …private static final String[] DEFINED_REQUIRE_BUNDLE_DIRECTIVES = {Constants.RESOLUTION_DIRECTIVE,…
64 …final String[] DEFINED_REQUIRE_CAPABILITY_DIRECTIVES = {Constants.RESOLUTION_DIRECTIVE, Constants.…
267 …(Constants.RESOLUTION_OPTIONAL.equals(spec.getDirective(Constants.RESOLUTION_DIRECTIVE)) || "true"… in createRequiredBundle()
287 … result.setDirective(Constants.RESOLUTION_DIRECTIVE, ImportPackageSpecification.RESOLUTION_STATIC); in createImportPackages()
332 …result.setDirective(Constants.RESOLUTION_DIRECTIVE, ImportPackageSpecification.RESOLUTION_DYNAMIC); in addImportPackages()
334 …result.setDirective(Constants.RESOLUTION_DIRECTIVE, getResolution(importPackage.getDirective(Const… in addImportPackages()
661 String resolutionDirective = element.getDirective(Constants.RESOLUTION_DIRECTIVE); in createOSGiRequires()
H A DBundleSpecificationImpl.java133 result.put(Constants.RESOLUTION_DIRECTIVE, Constants.RESOLUTION_OPTIONAL); in getInternalDirectives()
H A DGenericSpecificationImpl.java185 result.put(Constants.RESOLUTION_DIRECTIVE, Constants.RESOLUTION_OPTIONAL); in getInternalDirectives()
H A DBundleDescriptionImpl.java351 …cification.RESOLUTION_DYNAMIC.equals(importPackage.getDirective(Constants.RESOLUTION_DIRECTIVE))) { in setImportPackages()
723 …ageSpecification.RESOLUTION_DYNAMIC.equals(addImport.getDirective(Constants.RESOLUTION_DIRECTIVE))) in addDynamicImportPackages()
1166 …Specification.RESOLUTION_DYNAMIC.equals(impPackage.getDirective(Constants.RESOLUTION_DIRECTIVE))) { in getRequirements()
/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 DResolverImport.java32 …NAL.equals(((ImportPackageSpecification) constraint).getDirective(Constants.RESOLUTION_DIRECTIVE)); in isOptional()
36 …MIC.equals(((ImportPackageSpecification) constraint).getDirective(Constants.RESOLUTION_DIRECTIVE)); in isDynamic()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/
H A DMessageHelper.java29 …AL.equals(((ImportPackageSpecification) unsatisfied).getDirective(Constants.RESOLUTION_DIRECTIVE))) in getResolutionFailureMessage()
31 …IC.equals(((ImportPackageSpecification) unsatisfied).getDirective(Constants.RESOLUTION_DIRECTIVE))) in getResolutionFailureMessage()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/
H A DCalleesContentProvider.java96RESOLUTION_DIRECTIVE)) && obj instanceof ImportPackageSpecification && Constants.RESOLUTION_OPTION… in getDependencies()
H A DCalleesListContentProvider.java65 …ONAL.equals(((ImportPackageSpecification) candidate).getDirective(Constants.RESOLUTION_DIRECTIVE))) in getElements()
H A DDependenciesViewTreePage.java51 …TIONAL.equals(((ImportPackageSpecification) element).getDirective(Constants.RESOLUTION_DIRECTIVE)); in select()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/PluginFramework/
H A DctkRequirePlugin.cpp39 + ctkPluginConstants::RESOLUTION_DIRECTIVE + ":=" + this->resolution in ctkRequirePlugin()
H A DctkPluginConstants.h308 static const QString RESOLUTION_DIRECTIVE; // = "resolution" member
H A DctkPluginConstants.cpp51 const QString ctkPluginConstants::RESOLUTION_DIRECTIVE = "resolution"; member in ctkPluginConstants
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/
H A DManifestContentAssistProcessor.java281 String[] validAtts = new String[] {Constants.RESOLUTION_DIRECTIVE, Constants.VERSION_ATTRIBUTE}; in handleImportPackageCompletion()
286 …if (Constants.RESOLUTION_DIRECTIVE.regionMatches(true, 0, attributeValue, 0, Constants.RESOLUTION_… in handleImportPackageCompletion()
357 …trs = new String[] {Constants.BUNDLE_VERSION_ATTRIBUTE, Constants.RESOLUTION_DIRECTIVE, Constants.… in handleRequireBundleCompletion()
364 …if (Constants.RESOLUTION_DIRECTIVE.regionMatches(true, 0, attributeValue, 0, Constants.RESOLUTION_… in handleRequireBundleCompletion()
366 …ION_ATTRIBUTE.regionMatches(true, 0, attributeValue, 0, Constants.RESOLUTION_DIRECTIVE.length())) { in handleRequireBundleCompletion()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/
H A DPluginImport.java92 …ional = Constants.RESOLUTION_OPTIONAL.equals(element.getDirective(Constants.RESOLUTION_DIRECTIVE)); in load()
281 element.setDirective(Constants.RESOLUTION_DIRECTIVE, Constants.RESOLUTION_OPTIONAL); in write()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/
H A DDependencyCalculator.java110 if (Constants.RESOLUTION_OPTIONAL.equals(pkg.getDirective(Constants.RESOLUTION_DIRECTIVE))) { in addImportedPackages()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/
H A DConstants.java599 String RESOLUTION_DIRECTIVE = "resolution"; field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/
H A DP2Utils.java491 …Constants.RESOLUTION_DIRECTIVE).equals(ImportPackageSpecification.RESOLUTION_DYNAMIC) || importSpe…
H A DDependencyManager.java268 … Constants.RESOLUTION_OPTIONAL.equals(importedPkg.getDirective(Constants.RESOLUTION_DIRECTIVE)))) { in addBundleAndDependencies()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/
H A DBundleProjectDescription.java272 …nts.RESOLUTION_OPTIONAL.equals(elements[i].getDirective(Constants.RESOLUTION_DIRECTIVE)) || "true"… in initialize()
310 … = Constants.RESOLUTION_OPTIONAL.equals(rb.getDirective(Constants.RESOLUTION_DIRECTIVE)) || "true"… in initialize()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/
H A DPluginUndoManager.java142 …s.RESOLUTION_OPTIONAL.equals(requireBundle.getDirective(Constants.RESOLUTION_DIRECTIVE)) : "true".… in executeAdd()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/
H A DManifestConfiguration.java138 rule.addWord(Constants.RESOLUTION_DIRECTIVE, fAttributeToken); in initialize()

12