Exemple #1
0
 /*
  * (non-Javadoc)
  *
  * @see org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext)
  */
 public void start(BundleContext context) throws Exception {
   for (Class each : parserClass) {
     DefinedCommon.addDefinedClass(each);
   }
 }