Package | Description |
---|---|
org.eclipse.tycho.classpath | |
org.eclipse.tycho.core | |
org.eclipse.tycho.core.osgitools |
Modifier and Type | Method and Description |
---|---|
List<ClasspathEntry.AccessRule> |
ClasspathEntry.getAccessRules()
Exported packages patterns.
|
Modifier and Type | Method and Description |
---|---|
List<ClasspathEntry.AccessRule> |
BundleProject.getBootClasspathExtraAccessRules(org.apache.maven.project.MavenProject project) |
Modifier and Type | Class and Description |
---|---|
static class |
DefaultClasspathEntry.DefaultAccessRule |
Modifier and Type | Field and Description |
---|---|
List<ClasspathEntry.AccessRule> |
DependencyComputer.DependencyEntry.rules |
Modifier and Type | Method and Description |
---|---|
List<ClasspathEntry.AccessRule> |
DependencyComputer.computeBootClasspathExtraAccessRules(org.eclipse.osgi.service.resolver.StateHelper helper,
org.eclipse.osgi.service.resolver.BundleDescription desc)
Although totally not obvious from the specification text, section 3.15 "Extension Bundles" of
OSGi Core Spec apparently says that framework extension bundles can export additional
packaged of the underlying JRE.
|
List<ClasspathEntry.AccessRule> |
DefaultClasspathEntry.getAccessRules() |
List<ClasspathEntry.AccessRule> |
OsgiBundleProject.getBootClasspathExtraAccessRules(org.apache.maven.project.MavenProject project) |
Modifier and Type | Method and Description |
---|---|
protected void |
DependencyComputer.addDependencyViaImportPackage(org.eclipse.osgi.service.resolver.BundleDescription desc,
HashSet<org.eclipse.osgi.service.resolver.BundleDescription> added,
Map<org.eclipse.osgi.service.resolver.BundleDescription,ArrayList<ClasspathEntry.AccessRule>> map,
ArrayList<DependencyComputer.DependencyEntry> entries) |
Constructor and Description |
---|
DefaultClasspathEntry(ReactorProject project,
ArtifactKey key,
List<File> locations,
List<ClasspathEntry.AccessRule> rules) |
DependencyEntry(org.eclipse.osgi.service.resolver.BundleDescription desc,
List<ClasspathEntry.AccessRule> rules) |
Copyright © 2008–2014 Eclipse Foundation. All rights reserved.