|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.scm.util.AbstractConsumer
org.apache.maven.scm.provider.jazz.command.consumer.AbstractRepositoryConsumer
org.apache.maven.scm.provider.jazz.command.update.JazzUpdateConsumer
public class JazzUpdateConsumer
Consume the output of the scm command for the "acept" operation.
| Field Summary | |
|---|---|
static String |
UPDATE_CMD_ADD_FLAG
The "Update" command status flag for a resource that has been added. |
static String |
UPDATE_CMD_CHANGE_FLAG
The "Update" command status flag for when the content or properties of a file have been modified, or the properties of a directory have changed. |
static String |
UPDATE_CMD_DELETE_FLAG
The "Update" command status flag for a resource that has been deleted. |
static String |
UPDATE_CMD_MOVED_FLAG
The "Update" command status flag for a resource that has been renamed or moved. |
| Fields inherited from class org.apache.maven.scm.provider.jazz.command.consumer.AbstractRepositoryConsumer |
|---|
fed |
| Constructor Summary | |
|---|---|
JazzUpdateConsumer(ScmProviderRepository repository,
ScmLogger logger)
Construct the JazzUpdateCommand consumer. |
|
| Method Summary | |
|---|---|
void |
consumeLine(String line)
Process one line of output from the execution of the "scm xxxx" command. |
List<ScmFile> |
getUpdatedFiles()
|
| Methods inherited from class org.apache.maven.scm.provider.jazz.command.consumer.AbstractRepositoryConsumer |
|---|
getRepository, isFed, setFed, setRepository |
| Methods inherited from class org.apache.maven.scm.util.AbstractConsumer |
|---|
getLogger, parseDate, parseDate, setLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String UPDATE_CMD_ADD_FLAG
public static final String UPDATE_CMD_CHANGE_FLAG
public static final String UPDATE_CMD_DELETE_FLAG
public static final String UPDATE_CMD_MOVED_FLAG
| Constructor Detail |
|---|
public JazzUpdateConsumer(ScmProviderRepository repository,
ScmLogger logger)
repository - The repository we are working with.logger - The logger to use.| Method Detail |
|---|
public void consumeLine(String line)
consumeLine in interface org.codehaus.plexus.util.cli.StreamConsumerconsumeLine in class AbstractRepositoryConsumerline - The line of output from the external command that has been pumped to us.StreamConsumer.consumeLine(java.lang.String)public List<ScmFile> getUpdatedFiles()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||