Searched refs:USES_DIRECTIVE (Results 1 – 11 of 11) sorted by relevance
/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 D | ExportPackageObject.java | 150 setDirective(Constants.USES_DIRECTIVE, value); in setUsesDirective() 152 firePropertyChanged(this, Constants.USES_DIRECTIVE, oldValue, value); in setUsesDirective() 156 return getDirective(Constants.USES_DIRECTIVE); in getUsesDirective() 168 if (table.containsKey(Constants.USES_DIRECTIVE)) { in appendValuesToBuffer() 169 usesValue = table.remove(Constants.USES_DIRECTIVE); in appendValuesToBuffer() 195 table.put(Constants.USES_DIRECTIVE, usesValue); in appendValuesToBuffer() 196 formatDirective(Constants.USES_DIRECTIVE, sb, usesValue, newLineLimit); in appendValuesToBuffer()
|
/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 D | ExportPackageDescriptionImpl.java | 58 result.put(Constants.USES_DIRECTIVE, uses); in getDirectives() 80 result.put(Constants.USES_DIRECTIVE, toString(uses)); in getDeclaredDirectives() 127 if (key.equals(Constants.USES_DIRECTIVE)) in getDirective() 147 if (key.equals(Constants.USES_DIRECTIVE)) in setDirective() 171 uses = (String[]) directives.get(Constants.USES_DIRECTIVE); in setDirectives()
|
H A D | StateBuilder.java | 57 …private static final String[] DEFINED_EXPORT_PACKAGE_DIRECTIVES = {Constants.USES_DIRECTIVE, Const… 374 …lt.setDirective(Constants.USES_DIRECTIVE, ManifestElement.getArrayFromList(exportPackage.getDirect… in addExportPackages()
|
/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 D | ResolverExport.java | 50 return (String[]) getExportPackageDescription().getDirective(Constants.USES_DIRECTIVE); in getUsesDirective()
|
H A D | GenericCapability.java | 30 String usesDirective = base.getDeclaredDirectives().get(Constants.USES_DIRECTIVE); in GenericCapability()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ |
H A D | UsesDirective.java | 111 return USES_DIRECTIVE; in getNodeType0()
|
H A D | ASTNode.java | 939 public static final int USES_DIRECTIVE = 97; field in ASTNode 1194 case USES_DIRECTIVE : in nodeClassForType()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/ |
H A D | Constants.java | 664 String USES_DIRECTIVE = "uses"; field
|
/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 D | ManifestConfiguration.java | 140 rule.addWord(Constants.USES_DIRECTIVE, fAttributeToken); in initialize()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom/ |
H A D | MarkedASTFlattener.java | 367 case ASTNode.USES_DIRECTIVE : in appendNodeType()
|
H A D | ASTTest.java | 9465 ASTNode.USES_DIRECTIVE, in testNodeTypeConstants()
|