Пример #1
0
 void shutdown() {
   if (plugins != null) {
     for (CRaSHPlugin<?> plugin : plugins) {
       plugin.destroy();
     }
   }
 }