setChangelist(int changelist) If specified the open files are associated with the
specified pending changelist number; otherwise the open files are
associated with the default changelist.
public void
setCommandlength(int len) Set the maximum length
of the commandline when calling Perforce to add the files.
If specified the open files are associated with the
specified pending changelist number; otherwise the open files are
associated with the default changelist.
Parameters: changelist - the change list number. throws: BuildException - if trying to set a change list number <=0.
Set the maximum length
of the commandline when calling Perforce to add the files.
Defaults to 450, higher values mean faster execution,
but also possible failures.
Parameters: len - maximum length of command line default is 450. throws: BuildException - if trying to set the command line length to 0 or less.
Fields inherited from org.apache.tools.ant.taskdefs.optional.perforce.P4Base