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