Definition at line 48 of file PermissionOps.java.
Package Functions | |
String | missingMandatoryPackagePermissions (BundlePackages bpkgs, List okImports) |
Check that we have right export and import package permission for the bundle. | |
void | purge (BundleImpl b, ProtectionDomain pc) |
Purge all cached information for specified bundle. |
String org.knopflerfish.framework.PermissionOps.missingMandatoryPackagePermissions | ( | BundlePackages | bpkgs, | |
List | okImports | |||
) | [package] |
Check that we have right export and import package permission for the bundle.
Definition at line 134 of file PermissionOps.java.
References org.knopflerfish.framework.BundlePackages.getImports().
Referenced by org.knopflerfish.framework.BundlePackages.resolvePackages().