langtools/src/share/classes/com/sun/tools/javac/api/JavacTool.java
changeset 14957 ea7808ffcf6d
parent 14259 fb94a1df0d53
child 20604 13bdd49ddaf0
equal deleted inserted replaced
14956:185bd7c693d8 14957:ea7808ffcf6d
   157         } catch (ClientCodeException ex) {
   157         } catch (ClientCodeException ex) {
   158             throw new RuntimeException(ex.getCause());
   158             throw new RuntimeException(ex.getCause());
   159         }
   159         }
   160     }
   160     }
   161 
   161 
   162     private static void processOptions(Context context,
   162     public static void processOptions(Context context,
   163                                        JavaFileManager fileManager,
   163                                        JavaFileManager fileManager,
   164                                        Iterable<String> options)
   164                                        Iterable<String> options)
   165     {
   165     {
   166         if (options == null)
   166         if (options == null)
   167             return;
   167             return;