public class SynergyWorkareaConsumer extends Object implements StreamConsumer
ccm wa -show -p <project_spec>
| Constructor and Description | 
|---|
SynergyWorkareaConsumer(ScmLogger logger)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
consumeLine(String line)
We are expecting the following output:
 
 
            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>
  
 | 
File | 
getWorkAreaPath()  | 
public SynergyWorkareaConsumer(ScmLogger logger)
public void consumeLine(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 StreamConsumerpublic File getWorkAreaPath()
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.