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 voidappendToFile(File file, String content) private static voidcreateFile(File parentDir, String name, String content) voidcreateFile(String name, String content) getDir()private static Stringprivate static String
-
Field Details
-
repoDirectory
-
dir
-
-
Constructor Details
-
RebaseState
-
-
Method Details
-
getDir
-
getRewrittenDir
- Returns:
- Directory with rewritten commit hashes, usually exists if
RebaseCommand.preserveMergesis true
-
readFile
- Throws:
IOException
-
createFile
- Throws:
IOException
-
getFile
-
getPath
-
readFile
- Throws:
IOException
-
readFile
- Throws:
IOException
-
createFile
- Throws:
IOException
-
appendToFile
- Throws:
IOException
-