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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/
H A DProgressCodeWriter.java43 private final int totalFileCount; field in class:ProgressCodeWriter
45 public ProgressCodeWriter( CodeWriter output, XJCListener progress, int totalFileCount ) {
48 this.totalFileCount = totalFileCount;
72 progress.generatedFile(name,current++,totalFileCount);

Completed in 59 milliseconds