Home
last modified time | relevance | path

Searched refs:EXTENSION_DIRECTIVE (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/
H A DConstants.java818 String EXTENSION_DIRECTIVE = "extension"; field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/src/org/eclipse/equinox/internal/frameworkadmin/utils/
H A DSimpleBundlesState.java215 …if (parameter.equals(Constants.EXTENSION_DIRECTIVE + ":=" + Constants.EXTENSION_FRAMEWORK)) { //$N… in getSystemFragmentedBundles()
/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 DStateBuilder.java61 private static final String[] DEFINED_FRAGMENT_HOST_DIRECTIVES = {Constants.EXTENSION_DIRECTIVE};
912 if (elements.length == 0 || elements[0].getDirective(Constants.EXTENSION_DIRECTIVE) == null) in checkExtensionBundle()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/builders/
H A DOSGiManifestBuilderFactory.java234 if (elements[0].getDirective(Constants.EXTENSION_DIRECTIVE) != null) { in checkExtensionBundle()