org.apache.tools.ant.taskdefs.optional.perforce

Class P4Reopen

public class P4Reopen extends P4Base

Reopen Perforce checkout files between changelists.

UNKNOWN: category="scm"

Method Summary
voidexecute()
do the work
voidsetToChange(String toChange)
The changelist to move files to; required.

Method Detail

execute

public void execute()
do the work

Throws: BuildException if P4View is null

setToChange

public void setToChange(String toChange)
The changelist to move files to; required.

Parameters: toChange new change list number

Throws: BuildException if the change parameter is null or empty

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