com.pmease.quickbuild.repository
Class CvsModuleFacade

java.lang.Object
  extended bycom.pmease.quickbuild.repository.CvsModuleFacade

public class CvsModuleFacade
extends java.lang.Object

Facade class for CvsModule.


Constructor Summary
CvsModuleFacade()
           
 
Method Summary
 java.lang.String getBranch()
          OGNL: Specify the branch for the above source path.
 java.lang.String getLabel()
          OGNL: Specify the label for the above source path.
 java.lang.String getSrcPath()
          OGNL: Specify a path to retrieve from the Cvs repository, for example: testcvs/src.
 void setBranch(java.lang.String branch)
           
 void setLabel(java.lang.String label)
           
 void setSrcPath(java.lang.String srcPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CvsModuleFacade

public CvsModuleFacade()
Method Detail

getSrcPath

public java.lang.String getSrcPath()
OGNL: Specify a path to retrieve from the Cvs repository, for example: testcvs/src.


setSrcPath

public void setSrcPath(java.lang.String srcPath)

getBranch

public java.lang.String getBranch()
OGNL: Specify the branch for the above source path. When left empty, main branch is assumed.


setBranch

public void setBranch(java.lang.String branch)

getLabel

public java.lang.String getLabel()
OGNL: Specify the label for the above source path. If specified, it will take preference over branch. When left empty, latest version of the specified branch will be retrieved.


setLabel

public void setLabel(java.lang.String label)


Copyright © 2005 PMEase Inc. All Rights Reserved.