Searched refs:XJCListener (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DXJCListener.java49 public abstract class XJCListener implements ErrorListener { class in inherits:ErrorListener
103 * returns non-zero from {@link Driver#run(String[], XJCListener)}.
113 * true if the {@link XJCListener} wants to abort the processing.
H A DProgressCodeWriter.java38 * {@link CodeWriter} that reports progress to {@link XJCListener}.
45 public ProgressCodeWriter( CodeWriter output, XJCListener progress, int totalFileCount ) {
53 private final XJCListener progress;
H A DDriver.java154 class Listener extends XJCListener {
207 public static int run(String[] args, @NotNull final XJCListener listener) throws BadCommandLineException {

Completed in 32 milliseconds