com.pmease.quickbuild.repository
Class VssModuleFacade

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

public class VssModuleFacade
extends java.lang.Object

Facade class for VssModule.


Constructor Summary
VssModuleFacade()
           
 
Method Summary
 java.lang.String getDestPath()
          OGNL: Specify the directory relative to the checkouts directory of current configuration, where the contents under the above source path should be retrieved to.
 java.lang.String getLabel()
          OGNL: Specify the label for the above source path.
 java.lang.String getSrcPath()
          OGNL: Specify the path in the VSS repository, for example: /testvss, or $/testvss.
 void setDestPath(java.lang.String destPath)
           
 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

VssModuleFacade

public VssModuleFacade()
Method Detail

getSrcPath

public java.lang.String getSrcPath()
OGNL: Specify the path in the VSS repository, for example: /testvss, or $/testvss.
To specify the whole repository, just use /, or $/.


setSrcPath

public void setSrcPath(java.lang.String srcPath)

getLabel

public java.lang.String getLabel()
OGNL: Specify the label for the above source path. This property is optional. If left empty, latest version is assumed.


setLabel

public void setLabel(java.lang.String label)

getDestPath

public java.lang.String getDestPath()
OGNL: Specify the directory relative to the checkouts directory of current configuration, where the contents under the above source path should be retrieved to. If left empty, retrieved code will be put into directory defined by the source path relative to the checkouts directory.


setDestPath

public void setDestPath(java.lang.String destPath)


Copyright © 2005 PMEase Inc. All Rights Reserved.