org.apache.tools.ant.taskdefs.optional.perforce
Class P4Delete
Checkout files for deletion.
Example Usage:
<p4delete change="${p4.change}" view="//depot/project/foo.txt" />
Simple re-write of P4Edit changing 'edit' to 'delete'.
- What to do if file is already open in one of our changelists perhaps
(See also {@link P4Edit P4Edit})?
String | change- number of the change list to work on
|
void | execute()- executes the p4 delete task
|
void | setChange(String change)- An existing changelist number for the deletion; optional
but strongly recommended.
|
execP4Command, execP4Command, getErrorMessage, getInError, init, setClient, setCmdopts, setErrorMessage, setFailonerror, setGlobalopts, setInError, setPort, setUser, setView |
execute, getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
change
public String change
number of the change list to work on
setChange
public void setChange(String change)
An existing changelist number for the deletion; optional
but strongly recommended.
change - the number of a change list
Copyright B) 2000-2006 Apache Software Foundation. All Rights Reserved.