public class ToGitConverter
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ToGitConverter.ProgressListener |
| Constructor and Description |
|---|
ToGitConverter(java.nio.file.Path inputFile,
java.nio.file.Path outputDir) |
ToGitConverter(java.nio.file.Path inputFile,
java.nio.file.Path outputDir,
ToGitConverter.ProgressListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
convert() |
public ToGitConverter(java.nio.file.Path inputFile,
java.nio.file.Path outputDir,
ToGitConverter.ProgressListener listener)
throws java.io.IOException
java.io.IOExceptionpublic ToGitConverter(java.nio.file.Path inputFile,
java.nio.file.Path outputDir)
throws java.io.IOException
java.io.IOException