public class JazzAddConsumer extends AbstractRepositoryConsumer
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
fCurrentDir  | 
fed| Constructor and Description | 
|---|
JazzAddConsumer(ScmProviderRepository repository,
                              ScmLogger logger)
Construct the JazzAddCommand consumer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
consumeLine(String line)
Process one line of output from the execution of the "scm xxxx" command. 
 | 
List<ScmFile> | 
getFiles()  | 
protected ScmFile | 
getScmFile(String filename)  | 
getRepository, isFed, setFed, setRepositorygetLogger, parseDate, parseDate, setLoggerprotected String fCurrentDir
public JazzAddConsumer(ScmProviderRepository repository, ScmLogger logger)
repository - The repository we are working with.logger - The logger to use.public void consumeLine(String line)
consumeLine in interface StreamConsumerconsumeLine in class AbstractRepositoryConsumerline - The line of output from the external command that has been pumped to us.StreamConsumer.consumeLine(java.lang.String)protected ScmFile getScmFile(String filename)
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.