Package org.eclipse.jgit.api
Class RebaseCommand.RebaseState
java.lang.Object
org.eclipse.jgit.api.RebaseCommand.RebaseState
- Enclosing class:
RebaseCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
appendToFile
(File file, String content) private static void
createFile
(File parentDir, String name, String content) void
createFile
(String name, String content) getDir()
private static String
private static String
-
Field Details
-
repoDirectory
-
dir
-
-
Constructor Details
-
RebaseState
-
-
Method Details
-
getDir
-
getRewrittenDir
- Returns:
- Directory with rewritten commit hashes, usually exists if
RebaseCommand.preserveMerges
is true
-
readFile
- Throws:
IOException
-
createFile
- Throws:
IOException
-
getFile
-
getPath
-
readFile
- Throws:
IOException
-
readFile
- Throws:
IOException
-
createFile
- Throws:
IOException
-
appendToFile
- Throws:
IOException
-