|
|
@ -315,6 +315,7 @@ public class IndexDiff { |
|
|
|
/** |
|
|
|
/** |
|
|
|
* @param mode |
|
|
|
* @param mode |
|
|
|
* defines how modifications in submodules are treated |
|
|
|
* defines how modifications in submodules are treated |
|
|
|
|
|
|
|
* @since 3.6 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public void setIgnoreSubmoduleMode(IgnoreSubmoduleMode mode) { |
|
|
|
public void setIgnoreSubmoduleMode(IgnoreSubmoduleMode mode) { |
|
|
|
this.ignoreSubmoduleMode = mode; |
|
|
|
this.ignoreSubmoduleMode = mode; |
|
|
@ -322,6 +323,7 @@ public class IndexDiff { |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* A factory to producing WorkingTreeIterators |
|
|
|
* A factory to producing WorkingTreeIterators |
|
|
|
|
|
|
|
* @since 3.6 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public interface WorkingTreeIteratorFactory { |
|
|
|
public interface WorkingTreeIteratorFactory { |
|
|
|
/** |
|
|
|
/** |
|
|
@ -341,6 +343,7 @@ public class IndexDiff { |
|
|
|
* Allows higher layers to set the factory for WorkingTreeIterators. |
|
|
|
* Allows higher layers to set the factory for WorkingTreeIterators. |
|
|
|
* |
|
|
|
* |
|
|
|
* @param wTreeIt |
|
|
|
* @param wTreeIt |
|
|
|
|
|
|
|
* @since 3.6 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public void setWorkingTreeItFactory(WorkingTreeIteratorFactory wTreeIt) { |
|
|
|
public void setWorkingTreeItFactory(WorkingTreeIteratorFactory wTreeIt) { |
|
|
|
this.wTreeIt = wTreeIt; |
|
|
|
this.wTreeIt = wTreeIt; |
|
|
|