Uses of Class
org.eclipse.jgit.api.InitCommand

Packages that use InitCommand
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
static InitCommand Git.init()
          Returns a command object to execute a init command
 InitCommand InitCommand.setBare(boolean bare)
           
 InitCommand InitCommand.setDirectory(File directory)
          The optional directory associated with the init operation.
 



Copyright © 2013. All Rights Reserved.