org.eclipse.jgit.treewalk
Class WorkingTreeOptions

java.lang.Object
  extended by org.eclipse.jgit.treewalk.WorkingTreeOptions

public class WorkingTreeOptions
extends Object

Options used by the WorkingTreeIterator.


Field Summary
static Config.SectionParser<WorkingTreeOptions> KEY
          Key for Config.get(SectionParser).
 
Method Summary
 CoreConfig.AutoCRLF getAutoCRLF()
           
 boolean isFileMode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY

public static final Config.SectionParser<WorkingTreeOptions> KEY
Key for Config.get(SectionParser).

Method Detail

isFileMode

public boolean isFileMode()
Returns:
true if the execute bit on working files should be trusted.

getAutoCRLF

public CoreConfig.AutoCRLF getAutoCRLF()
Returns:
how automatic CRLF conversion has been configured.


Copyright © 2012. All Rights Reserved.