Uses of Interface
org.eclipse.tycho.classpath.ClasspathEntry.AccessRule
-
Packages that use ClasspathEntry.AccessRule Package Description org.eclipse.tycho.classpath org.eclipse.tycho.core org.eclipse.tycho.core.osgitools -
-
Uses of ClasspathEntry.AccessRule in org.eclipse.tycho.classpath
Methods in org.eclipse.tycho.classpath that return types with arguments of type ClasspathEntry.AccessRule Modifier and Type Method Description List<ClasspathEntry.AccessRule>ClasspathEntry. getAccessRules()Exported packages patterns. -
Uses of ClasspathEntry.AccessRule in org.eclipse.tycho.core
Methods in org.eclipse.tycho.core that return types with arguments of type ClasspathEntry.AccessRule Modifier and Type Method Description List<ClasspathEntry.AccessRule>BundleProject. getBootClasspathExtraAccessRules(org.apache.maven.project.MavenProject project) -
Uses of ClasspathEntry.AccessRule in org.eclipse.tycho.core.osgitools
Classes in org.eclipse.tycho.core.osgitools that implement ClasspathEntry.AccessRule Modifier and Type Class Description static classDefaultClasspathEntry.DefaultAccessRuleFields in org.eclipse.tycho.core.osgitools with type parameters of type ClasspathEntry.AccessRule Modifier and Type Field Description List<ClasspathEntry.AccessRule>DependencyComputer.DependencyEntry. rulesMethods in org.eclipse.tycho.core.osgitools that return types with arguments of type ClasspathEntry.AccessRule Modifier and Type Method 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)Method parameters in org.eclipse.tycho.core.osgitools with type arguments of type ClasspathEntry.AccessRule Modifier and Type Method Description protected voidDependencyComputer. 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 parameters in org.eclipse.tycho.core.osgitools with type arguments of type ClasspathEntry.AccessRule Constructor Description DependencyEntry(org.eclipse.osgi.service.resolver.BundleDescription desc, List<ClasspathEntry.AccessRule> rules)
-