org.apache.tools.ant.taskdefs.optional.perforce
public class P4Resolve extends P4Base
UNKNOWN: category="scm"
Method Summary | |
---|---|
void | execute()
execute the p4 resolve |
String | getResolvemode()
returns the resolve mode |
boolean | isForcetextmode()
If set to true, attempts a textual merge, even for binary files |
boolean | isMarkersforall()
If set to true, puts in markers for all changes, conflicting or not |
boolean | isRedoall()
allows previously resolved files to be resolved again |
boolean | isSimulationmode()
read the simulation mode flag |
void | setForcetextmode(boolean forcetextmode)
If set to true, attempts a textual merge, even for binary files |
void | setMarkersforall(boolean markersforall)
If set to true, puts in markers for all changes, conflicting or not |
void | setRedoall(boolean redoall)
set the redoall flag |
void | setResolvemode(String resolvemode)
values for resolvemode
|
void | setSimulationmode(boolean simulationmode)
sets a flag |
Throws: BuildException if there is a wrong resolve mode specified or no view specified
Returns: returns the resolve mode
Returns: flag value
Returns: flag markersforall value
Returns: flag indicating whether one wants to allow previously resolved files to be resolved again
Returns: flag indicating whether one wants just to simulate the p4 resolve operation whithout actually doing it
Parameters: forcetextmode set the flag value
Parameters: markersforall flag true or false
Parameters: redoall flag indicating whether one want to allow previously resolved files to be resolved again
Parameters: resolvemode one of automatic, force, safe, theirs, yours
Parameters: simulationmode set to true, lists the integrations which would be performed, without actually doing them.