public class JazzCheckInConsumer extends AbstractRepositoryConsumer
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
currentDir |
private java.util.List<ScmFile> |
fCheckedInFiles |
private boolean |
haveSeenChanges |
fed
Constructor and Description |
---|
JazzCheckInConsumer(ScmProviderRepository repository,
ScmLogger logger)
Construct the JazzCheckInCommand consumer.
|
Modifier and Type | Method and Description |
---|---|
void |
consumeLine(java.lang.String line)
Process one line of output from the execution of the "scm checkin" command.
|
java.util.List<ScmFile> |
getFiles() |
protected ScmFile |
getScmFile(java.lang.String filename) |
getRepository, isFed, setFed, setRepository
getLogger, parseDate, parseDate, setLogger
private boolean haveSeenChanges
protected java.lang.String currentDir
private java.util.List<ScmFile> fCheckedInFiles
public JazzCheckInConsumer(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)
protected ScmFile getScmFile(java.lang.String filename)
public java.util.List<ScmFile> getFiles()