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

java.lang.Object
  extended by org.apache.maven.scm.provider.accurev.cli.AuthTokenConsumer
All Implemented Interfaces:
StreamConsumer

public class AuthTokenConsumer
extends Object
implements StreamConsumer


Constructor Summary
AuthTokenConsumer()
           
 
Method Summary
 void consumeLine(String line)
           
 String getAuthToken()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthTokenConsumer

public AuthTokenConsumer()
Method Detail

getAuthToken

public String getAuthToken()

consumeLine

public void consumeLine(String line)
Specified by:
consumeLine in interface StreamConsumer


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