public class VssParameterContext extends Object
| Constructor and Description | 
|---|
VssParameterContext(VssScmProviderRepository repo)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAutoresponse()
Gets the auto response string. 
 | 
String | 
getComment()
Gets the comment string. 
 | 
String | 
getFileTimeStamp()
Gets the value set for the FileTimeStamp. if it equals "current" then we
 return -GTC if it equals "modified" then we return -GTM if it equals
 "updated" then we return -GTU otherwise we return -GTC 
 | 
String | 
getGetLocalCopy()
Builds and returns the -G- flag if required. 
 | 
static VssParameterContext | 
getInstance(Object obj)  | 
String | 
getLabel()
Gets the label string. 
 | 
String | 
getLocalpath()
Gets the localpath string. 
 | 
String | 
getLogin()
Gets the login string. 
 | 
String | 
getOutput()
Gets the output file string. 
 | 
String | 
getQuiet()
Gets the quiet string. 
 | 
String | 
getRecursive()
Gets the recursive string. 
 | 
String | 
getSSCommand()
Gets the sscommand string. 
 | 
String | 
getStyle()
Gets the style string. 
 | 
String | 
getUser()
Gets the user string. 
 | 
String | 
getVersion()
Gets the version string. 
 | 
String | 
getVersionDate()
Gets the Version date string. 
 | 
String | 
getVersionDateLabel()
Gets the version string. 
 | 
String | 
getVersionLabel()  | 
String | 
getVssPath()  | 
String | 
getWritable()
Gets the writable string. 
 | 
String | 
getWritableFiles()
Gets the value to determine the behaviour when encountering writable
 files. 
 | 
public VssParameterContext(VssScmProviderRepository repo)
public static VssParameterContext getInstance(Object obj)
public String getGetLocalCopy()
public String getFileTimeStamp()
public String getLocalpath() throws ScmException
ScmExceptionpublic String getLabel()
public String getVersionDateLabel()
public String getVersion()
public String getStyle()
public String getRecursive()
public String getWritable()
public String getQuiet()
public String getVersionLabel()
public String getUser()
public String getComment()
public String getLogin()
public String getAutoresponse()
public String getSSCommand()
public String getVssPath()
public String getVersionDate() throws ScmException
ScmExceptionpublic String getOutput()
public String getWritableFiles()
Copyright © 2003–2018 The Apache Software Foundation. All rights reserved.