コード例 #1
0
 public Bundle installBundle(String location, InputStream in) throws BundleException {
   checkValid();
   // note AdminPermission is checked after bundle is loaded
   return framework.installBundle(location, in, this);
 }