com.izforge.izpack.installer
Class CompileWorker.StdErrParser

java.lang.Object
  extended by com.izforge.izpack.installer.CompileWorker.StreamParser
      extended by com.izforge.izpack.installer.CompileWorker.StdErrParser
Enclosing class:
CompileWorker

private static class CompileWorker.StdErrParser
extends CompileWorker.StreamParser


Field Summary
(package private)  int errorCount
           
 
Fields inherited from class com.izforge.izpack.installer.CompileWorker.StreamParser
buffer, idx, lastDigit, lastIdentifier, length, offset
 
Constructor Summary
private CompileWorker.StdErrParser()
           
 
Method Summary
(package private)  int getErrorCount()
           
(package private)  int parse(byte[] buf, int off, int len)
           
 
Methods inherited from class com.izforge.izpack.installer.CompileWorker.StreamParser
findString, getNext, init, readIdentifier, readNumber, skipSpaces
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorCount

int errorCount
Constructor Detail

CompileWorker.StdErrParser

private CompileWorker.StdErrParser()
Method Detail

parse

int parse(byte[] buf,
          int off,
          int len)
Specified by:
parse in class CompileWorker.StreamParser

getErrorCount

int getErrorCount()