FileDocCategorySizeDatePackage
P4Have.javaAPI DocApache Ant 1.701620Wed Dec 13 06:16:20 GMT 2006org.apache.tools.ant.taskdefs.optional.perforce

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).
ant.task
category="scm"

Fields Summary
Constructors Summary
Methods Summary
public voidexecute()
Execute the Perforce have command.

throws
BuildException if the command cannot be executed.

        execP4Command("have " + P4CmdOpts + " " + P4View, new SimpleP4OutputHandler(this));