org.apache.maven.vsslib
Class VssConnection

java.lang.Object
  extended byorg.apache.maven.vsslib.VssConnection

public class VssConnection
extends Object

Bean representation of the vss connection string

Author:
Freddy Mallet

Constructor Summary
VssConnection(String connection)
          Create a new VssConnection objet according to the provided vss connection string.
 
Method Summary
 String getVssDir()
          Get the vss directory
 String getVssProject()
          Get the vss project
 String getVssUserInf()
          Get the vss user information
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VssConnection

public VssConnection(String connection)
Create a new VssConnection objet according to the provided vss connection string. Here is an example: scm:vss:\\lancelot\Vss_EApplications\:guest,password:/Security/LOSCProduction the password is not madatory

Parameters:
connection - the vss connection string
Method Detail

getVssDir

public String getVssDir()
Get the vss directory

Returns:
vss directory

getVssProject

public String getVssProject()
Get the vss project

Returns:
vss project

getVssUserInf

public String getVssUserInf()
Get the vss user information

Returns:
vss user information


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.