Searched defs:classpaths (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DOptions.java350 * by taking {@link #classpaths} into account. That means
455 public final List<URL> classpaths = new ArrayList<URL>(); field in class:Options
462 classpaths.toArray(new URL[classpaths.size()]),parent);
482 classpaths.add(file.toURL());

Completed in 32 milliseconds