| org.apache.tools.ant.Task org.apache.tools.ant.taskdefs.optional.perforce.P4Base org.apache.tools.ant.taskdefs.optional.perforce.P4Resolve
getResolvemode | public String getResolvemode()(Code) | | returns the resolve mode
returns the resolve mode |
isForcetextmode | public boolean isForcetextmode()(Code) | | If set to true, attempts a textual merge, even for binary files
flag value |
isMarkersforall | public boolean isMarkersforall()(Code) | | If set to true, puts in markers for all changes, conflicting or not
flag markersforall value |
isRedoall | public boolean isRedoall()(Code) | | allows previously resolved files to be resolved again
flag indicating whether one wants toallow previously resolved files to be resolved again |
isSimulationmode | public boolean isSimulationmode()(Code) | | read the simulation mode flag
flag indicating whether one wants just to simulatethe p4 resolve operation whithout actually doing it |
setForcetextmode | public void setForcetextmode(boolean forcetextmode)(Code) | | If set to true, attempts a textual merge, even for binary files
Parameters: forcetextmode - set the flag value |
setMarkersforall | public void setMarkersforall(boolean markersforall)(Code) | | If set to true, puts in markers for all changes, conflicting or not
Parameters: markersforall - flag true or false |
setRedoall | public void setRedoall(boolean redoall)(Code) | | set the redoall flag
Parameters: redoall - flag indicating whether one want toallow previously resolved files to be resolved again |
setResolvemode | public void setResolvemode(String resolvemode)(Code) | | values for resolvemode
- automatic -am
- force -af
- safe -as
- theirs -at
- yours -ay
Parameters: resolvemode - one of automatic, force, safe, theirs, yours |
setSimulationmode | public void setSimulationmode(boolean simulationmode)(Code) | | sets a flag
Parameters: simulationmode - set to true, lists the integrations which would be performed,without actually doing them. |
|
|