org.apache.maven.scm.provider.vss.commands
public class VssParameterContext extends Object implements VssConstants
| Constructor Summary | |
|---|---|
| VssParameterContext(VssScmProviderRepository repo) | |
| Method Summary | |
|---|---|
| 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.
|
Returns: The default value "-I-" if autoresponse is not set.
Returns: A comment of "-" if comment is not set.
Returns: The default file time flag, if not set.
Returns: An empty string if get local copy is true.
Returns: An empty string if label is not set.
Returns: An empty string if localpath is not set.
Returns: An empty string if login is not set.
Returns: An empty string if user is not set.
Returns: An empty string if quiet is not set or is false.
Returns: An empty string if recursive is not set or is false.
Returns: The path to ss.exe or just ss if sscommand is not set.
Returns: An empty string if label is not set.
Returns: An empty string if user is not set.
Returns: An empty string if a version is not set.
Returns: An empty string if neither Todate or from date are set.
Throws: ScmException
Returns: An empty string if a version, date and label are not set.
Returns: An empty string if writable is not set or is false.
Returns: An empty String, if not set.