|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.scm.provider.synergy.consumer.SynergyWorkareaConsumer
public class SynergyWorkareaConsumer
Parse output of
ccm wa -show -p <project_spec>
| Constructor Summary | |
|---|---|
SynergyWorkareaConsumer(ScmLogger logger)
|
|
| Method Summary | |
|---|---|
void |
consumeLine(java.lang.String line)
We are expecting the following output: |
java.io.File |
getWorkAreaPath()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SynergyWorkareaConsumer(ScmLogger logger)
| Method Detail |
|---|
public void consumeLine(java.lang.String line)
Project Maintain Copies Relative Time Translate Modify Path
-------------------------------------------------------------------
BGZBFZH˜1 TRUE TRUE FALSE FALSE TRUE FALSE 'D:\cmsynergy\ccm_wa\LAPOSTE\BGZBFZH˜1'
And we want to extract:
D:\cmsynergy\ccm_wa\LAPOSTE\BGZBFZH˜1
<pre>
consumeLine in interface org.codehaus.plexus.util.cli.StreamConsumerpublic java.io.File getWorkAreaPath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||