public class JazzCheckOutConsumer extends AbstractRepositoryConsumer
Modifier and Type | Field and Description |
---|---|
private static java.util.regex.Pattern |
DOWNLOAD_PATTERN |
private java.util.List<ScmFile> |
fCheckedOutFiles |
protected java.lang.String |
fCurrentDir |
fed
Constructor and Description |
---|
JazzCheckOutConsumer(ScmProviderRepository repository,
ScmLogger logger)
Construct the JazzCheckOutCommand consumer.
|
Modifier and Type | Method and Description |
---|---|
void |
consumeLine(java.lang.String line)
Process one line of output from the execution of the "scm load" command.
|
java.util.List<ScmFile> |
getCheckedOutFiles() |
getRepository, isFed, setFed, setRepository
getLogger, parseDate, parseDate, setLogger
private static final java.util.regex.Pattern DOWNLOAD_PATTERN
protected java.lang.String fCurrentDir
private java.util.List<ScmFile> fCheckedOutFiles
public JazzCheckOutConsumer(ScmProviderRepository repository, ScmLogger logger)
repository
- The repository we are working with.logger
- The logger to use.public void consumeLine(java.lang.String line)
consumeLine
in interface org.codehaus.plexus.util.cli.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 java.util.List<ScmFile> getCheckedOutFiles()