org.apache.tools.ant.taskdefs.optional.vss

Class MSVSSLABEL

public class MSVSSLABEL extends MSVSS

Performs Label commands to Microsoft Visual SourceSafe.

UNKNOWN: name="vsslabel" category="scm"

Method Summary
voidsetAutoresponse(String response)
Autoresponce behaviour.
voidsetComment(String comment)
Comment to apply to files labeled in SourceSafe.
voidsetLabel(String label)
Label to apply in SourceSafe.
voidsetVersion(String version)
Version to label.

Method Detail

setAutoresponse

public void setAutoresponse(String response)
Autoresponce behaviour. Valid options are Y and N.

Parameters: response The auto response value.

setComment

public void setComment(String comment)
Comment to apply to files labeled in SourceSafe.

Parameters: comment The comment to apply in SourceSafe

setLabel

public void setLabel(String label)
Label to apply in SourceSafe.

Parameters: label The label to apply.

UNKNOWN: group="required"

setVersion

public void setVersion(String version)
Version to label.

Parameters: version The version to label.