Uses of Class
org.eclipse.jgit.attributes.FilterCommand
Packages that use FilterCommand
-
Uses of FilterCommand in org.eclipse.jgit.attributes
Methods in org.eclipse.jgit.attributes that return FilterCommandModifier and TypeMethodDescriptionFilterCommandFactory.create
(Repository db, InputStream in, OutputStream out) Create a newFilterCommand
.static FilterCommand
FilterCommandRegistry.createFilterCommand
(String filterCommandName, Repository db, InputStream in, OutputStream out) Create a newFilterCommand
for the given name.