org.apache.tools.ant.taskdefs.optional.perforce
Class P4Labelsync
This method syncs an existing Perforce label against the Perforce client
or against a set of files/revisions.
Example Usage:
<p4labelsync name="MyLabel-${TSTAMP}-${DSTAMP}"
view="//depot/...#head;//depot2/file1#25" />
void | execute() - do the work
|
boolean | isAdd() - -a flag of p4 labelsync - preserve files which exist in the label,
but not in the current view
|
boolean | isDelete() - -d flag of p4 labelsync; indicates an intention of deleting from the label
the files specified in the view
|
boolean | isSimulationmode() - -n flag of p4 labelsync - display changes without actually doing them
|
void | setAdd(boolean add) - -a flag of p4 labelsync - preserve files which exist in the label,
but not in the current view
|
void | setDelete(boolean delete) - -d flag of p4 labelsync; indicates an intention of deleting from the label
the files specified in the view
|
void | setName(String name) - The name of the label; optional, default "AntLabel"
|
void | setSimulationmode(boolean simulationmode) - -n flag of p4 labelsync - display changes without actually doing them
|
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 |
name
protected String name
isAdd
public boolean isAdd()
-a flag of p4 labelsync - preserve files which exist in the label,
but not in the current view
- add attribute
if set to true the task will not remove any files from the label
only add files which were not there previously or update these where the revision has changed
the add attribute is the -a flag of p4 labelsync
isDelete
public boolean isDelete()
-d flag of p4 labelsync; indicates an intention of deleting from the label
the files specified in the view
- delete attribute
isSimulationmode
public boolean isSimulationmode()
-n flag of p4 labelsync - display changes without actually doing them
- -n flag of p4 labelsync
setAdd
public void setAdd(boolean add)
-a flag of p4 labelsync - preserve files which exist in the label,
but not in the current view
add
- if set to true the task will not remove any files from the label
only add files which were not there previously or update these where the revision has changed
the add attribute is the -a flag of p4 labelsync
setDelete
public void setDelete(boolean delete)
-d flag of p4 labelsync; indicates an intention of deleting from the label
the files specified in the view
delete
- indicates intention of deleting from the label
the files specified in the view
setName
public void setName(String name)
The name of the label; optional, default "AntLabel"
name
- of the label
setSimulationmode
public void setSimulationmode(boolean simulationmode)
-n flag of p4 labelsync - display changes without actually doing them
simulationmode
- display changes without actually doing them
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.