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

Class MSVSSCREATE

public class MSVSSCREATE extends MSVSS

Creates a new project in Microsoft Visual SourceSafe.

UNKNOWN: name="vsscreate" category="scm"

Method Summary
voidsetAutoresponse(String response)
Autoresponce behaviour.
voidsetComment(String comment)
Comment to apply to the project created in SourceSafe.
voidsetQuiet(boolean quiet)
Enable quiet mode.

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 the project created in SourceSafe.

Parameters: comment The comment to apply in SourceSafe

setQuiet

public final void setQuiet(boolean quiet)
Enable quiet mode. Defaults to false.

Parameters: quiet The boolean value for quiet.

Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.