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()Returns a command object to execute ainitcommandInitCommandInitCommand. setBare(boolean bare)InitCommandInitCommand. setDirectory(File directory)The optional directory associated with the init operation.InitCommandInitCommand. setGitDir(File gitDir)
-