Uses of Class
org.osgi.framework.PackagePermission
-
Packages that use PackagePermission Package Description org.osgi.framework Framework Package Version 1.10. -
-
Uses of PackagePermission in org.osgi.framework
Fields in org.osgi.framework with type parameters of type PackagePermission Modifier and Type Field Description private java.util.Map<java.lang.String,PackagePermission>
PackagePermissionCollection. filterPermissions
Table of permissions with filter expressions.private java.util.Map<java.lang.String,PackagePermission>
PackagePermissionCollection. permissions
Table of permissions with names.Methods in org.osgi.framework with parameters of type PackagePermission Modifier and Type Method Description (package private) boolean
PackagePermission. implies0(PackagePermission requested, int effective)
Internal implies method.
-