org.apache.maven.scm.provider.accurev.cli
Class HistoryConsumer

java.lang.Object
  extended by java.lang.Thread
      extended by org.apache.maven.scm.provider.accurev.cli.XppStreamConsumer
          extended by org.apache.maven.scm.provider.accurev.cli.HistoryConsumer
All Implemented Interfaces:
Runnable, StreamConsumer

public class HistoryConsumer
extends XppStreamConsumer


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
HistoryConsumer(ScmLogger logger, List<Transaction> transactions)
           
 
Method Summary
protected  void endTag(List<String> tagPath)
           
protected  void startTag(List<String> tagPath, Map<String,String> attributes)
           
protected  void text(List<String> tagPath, String text)
           
 
Methods inherited from class org.apache.maven.scm.provider.accurev.cli.XppStreamConsumer
caughtParseException, consumeLine, getLogger, getTagName, parse, run, waitComplete
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HistoryConsumer

public HistoryConsumer(ScmLogger logger,
                       List<Transaction> transactions)
Method Detail

startTag

protected void startTag(List<String> tagPath,
                        Map<String,String> attributes)
Overrides:
startTag in class XppStreamConsumer

endTag

protected void endTag(List<String> tagPath)
Overrides:
endTag in class XppStreamConsumer

text

protected void text(List<String> tagPath,
                    String text)
Overrides:
text in class XppStreamConsumer


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.