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

Class P4Have

public class P4Have extends P4Base

Lists Perforce files currently on client. P4Have simply dumps the current file version info into the Ant log (or stdout).

UNKNOWN: category="scm"

Method Summary
voidexecute()
Execute the Perforce have command.

Method Detail

execute

public void execute()
Execute the Perforce have command.

Throws: BuildException if the command cannot be executed.

Copyright