|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReadableMergeTask
A special read-only interface which corresponds to the IMergeTask
interface.
This interface is meant to underline the fact that a MergeTask
must not be modified
by an IMergeStrategy
. It does thus not extend IMergeTask
.
IMergeTask
,
MergeTask
,
IMergeProvider
,
IMergeStrategy
Method Summary | |
---|---|
ICloneFile |
getBaseCloneFile()
Retrieves the base revision of the ICloneFile underlying this merge task. |
java.util.List<IClone> |
getBaseClones()
Retrieves the list of clone data for the base revision of the source file. |
java.lang.String |
getBaseSourceFileContent()
Retrieves the content for the base revision of the source file. |
ICloneFile |
getLocalCloneFile()
Retrieves the local ICloneFile underlying this merge task. |
java.util.List<IClone> |
getLocalClones()
Retrieves the list of clone data for the local revision of the source file. |
java.lang.String |
getLocalSourceFileContent()
Retrieves the content for the local revision of the source file. |
java.lang.String |
getMergedSourceFileContent()
Retrieves the merged content of the source file. |
ICloneFile |
getRemoteCloneFile()
Retrieves the remote ICloneFile underlying this merge task. |
java.util.List<IClone> |
getRemoteClones()
Retrieves the list of clone data for the remote revision of the source file. |
java.lang.String |
getRemoteSourceFileContent()
Retrieves the content for the remote revision of the source file. |
boolean |
isLocalBaseInSyncHint()
Specifies whether the local revision of the source file is guaranteed to be in sync with the base revision. |
boolean |
isThreeWayMerge()
Returns true if all base revision data is available. |
Method Detail |
---|
ICloneFile getLocalCloneFile()
ICloneFile
underlying this merge task.
java.util.List<IClone> getLocalClones()
java.lang.String getLocalSourceFileContent()
boolean isLocalBaseInSyncHint()
ICloneFile getRemoteCloneFile()
ICloneFile
underlying this merge task.
java.util.List<IClone> getRemoteClones()
java.lang.String getRemoteSourceFileContent()
ICloneFile getBaseCloneFile()
ICloneFile
underlying this merge task.
java.util.List<IClone> getBaseClones()
java.lang.String getBaseSourceFileContent()
java.lang.String getMergedSourceFileContent()
boolean isThreeWayMerge()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |