Uses of Class
org.eclipse.jgit.lib.CoreConfig.AutoCRLF

Packages that use CoreConfig.AutoCRLF
org.eclipse.jgit.lib Core API for repository, config, refs, object database. 
org.eclipse.jgit.treewalk Walking and comparing directory/file trees (of commits, file system). 
 

Uses of CoreConfig.AutoCRLF in org.eclipse.jgit.lib
 

Methods in org.eclipse.jgit.lib that return CoreConfig.AutoCRLF
static CoreConfig.AutoCRLF CoreConfig.AutoCRLF.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CoreConfig.AutoCRLF[] CoreConfig.AutoCRLF.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of CoreConfig.AutoCRLF in org.eclipse.jgit.treewalk
 

Methods in org.eclipse.jgit.treewalk that return CoreConfig.AutoCRLF
 CoreConfig.AutoCRLF WorkingTreeOptions.getAutoCRLF()
           
 



Copyright © 2013. All Rights Reserved.