|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.repository.VssModuleFacade
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 |
public VssModuleFacade()
Method Detail |
public java.lang.String getSrcPath()
public void setSrcPath(java.lang.String srcPath)
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
public java.lang.String getDestPath()
public void setDestPath(java.lang.String destPath)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |