Uses of Class
org.eclipse.jgit.patch.FormatError

Packages that use FormatError
org.eclipse.jgit.patch   
 

Uses of FormatError in org.eclipse.jgit.patch
 

Methods in org.eclipse.jgit.patch that return types with arguments of type FormatError
 List<FormatError> Patch.getErrors()
           
 

Methods in org.eclipse.jgit.patch with parameters of type FormatError
 void Patch.addError(FormatError err)
          Add a formatting error to this patch script.
 



Copyright © 2011. All Rights Reserved.