Uses of Class
org.eclipse.jgit.attributes.FilterCommand
-
Packages that use FilterCommand Package Description org.eclipse.jgit.attributes Support for reading .gitattributes. -
-
Uses of FilterCommand in org.eclipse.jgit.attributes
Methods in org.eclipse.jgit.attributes that return FilterCommand Modifier and Type Method Description FilterCommandFilterCommandFactory. create(Repository db, InputStream in, OutputStream out)Create a newFilterCommand.static FilterCommandFilterCommandRegistry. createFilterCommand(String filterCommandName, Repository db, InputStream in, OutputStream out)Create a newFilterCommandfor the given name.
-