org.apache.tools.ant.taskdefs.optional.perforce
public class P4Delete extends P4Base
P4Edit
)?Modifier and Type | Field and Description |
---|---|
java.lang.String |
change
number of the change list to work on
|
failOnError, P4Client, P4CmdOpts, P4Opts, P4Port, P4User, P4View, shell, util
description, location, project
Constructor and Description |
---|
P4Delete() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
executes the p4 delete task
|
void |
setChange(java.lang.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
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
public void setChange(java.lang.String change)
change
- the number of a change listpublic void execute() throws BuildException
execute
in class Task
BuildException
- if there is no view specified