com.luntsys.luntbuild.remoting
Class PerforceAdaptorFacade

java.lang.Object
  extended bycom.luntsys.luntbuild.remoting.VcsFacade
      extended bycom.luntsys.luntbuild.remoting.PerforceAdaptorFacade

public class PerforceAdaptorFacade
extends VcsFacade

Facade of perforce adaptor

Author:
robin shine

Constructor Summary
PerforceAdaptorFacade()
           
 
Method Summary
 java.lang.String getLineEnd()
          Get line end mode for checkouted text files.
 java.lang.String getPassword()
          Get password to access perforce.
 java.lang.String getPort()
          Get the perforce port.
 java.lang.String getUser()
          Get user name to access perforce.
 java.lang.String getVcsClassName()
          Get the corresponding vcs adaptor class name
 void setLineEnd(java.lang.String lineEnd)
          Set line end mode for checkouted text files
 void setPassword(java.lang.String password)
          Set password to access perforce
 void setPort(java.lang.String port)
          Set perforce port
 void setUser(java.lang.String user)
          Set user name to access perforce
 
Methods inherited from class com.luntsys.luntbuild.remoting.VcsFacade
getModules
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerforceAdaptorFacade

public PerforceAdaptorFacade()
Method Detail

getPort

public java.lang.String getPort()
Get the perforce port. This is a project level property

Returns:
perforce port

setPort

public void setPort(java.lang.String port)
Set perforce port

Parameters:
port -

getUser

public java.lang.String getUser()
Get user name to access perforce. This is a project level property

Returns:
user name to access perforce

setUser

public void setUser(java.lang.String user)
Set user name to access perforce

Parameters:
user -

getPassword

public java.lang.String getPassword()
Get password to access perforce. This is a project level property

Returns:
password to access perforce

setPassword

public void setPassword(java.lang.String password)
Set password to access perforce

Parameters:
password -

getLineEnd

public java.lang.String getLineEnd()
Get line end mode for checkouted text files. This is a project level property

Returns:
one value of "local", "unix", "mac", "win", "share". Refer to user manual for detail information

setLineEnd

public void setLineEnd(java.lang.String lineEnd)
Set line end mode for checkouted text files

Parameters:
lineEnd - one value of "local", "unix", "mac", "win", "share".

getVcsClassName

public java.lang.String getVcsClassName()
Description copied from class: VcsFacade
Get the corresponding vcs adaptor class name

Specified by:
getVcsClassName in class VcsFacade
Returns:
vcs adaptor class name


Copyright © 2004 Luntsys Corp. All Rights Reserved.