Uses of Class
org.eclipse.jgit.api.InitCommand
-
Packages that use InitCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of InitCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return InitCommand Modifier and Type Method Description static InitCommandGit. init()Return a command object to execute ainitcommandInitCommandInitCommand. setBare(boolean bare)Set whether the repository is bare or notInitCommandInitCommand. setDirectory(File directory)The optional directory associated with the init operation.InitCommandInitCommand. setFs(FS fs)Set the file system abstraction to be used for repositories created by this command.InitCommandInitCommand. setGitDir(File gitDir)Set the repository meta directory (.git)InitCommandInitCommand. setInitialBranch(String branch)Set the initial branch of the new repository.
-