public static interface RebaseAndCommit.IRebase
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommentForCommit()
Construct commit message.
|
java.lang.String |
getFileCharset(java.io.File file)
Get charset of file for convert EOL to repository.
|
void |
parseBaseFile(java.io.File file)
Rebaser should read and parse BASE version of file.
|
void |
parseHeadFile(java.io.File file)
Rebaser should read and parse HEAD version of file.
|
void |
rebaseAndSave(java.io.File out)
Rebase using BASE, HEAD and non-committed version should be processed.
|
void parseBaseFile(java.io.File file) throws java.lang.Exception
java.lang.Exception
void parseHeadFile(java.io.File file) throws java.lang.Exception
java.lang.Exception
void rebaseAndSave(java.io.File out) throws java.lang.Exception
java.lang.Exception
java.lang.String getCommentForCommit()
java.lang.String getFileCharset(java.io.File file) throws java.lang.Exception
java.lang.Exception