Uses of Interface
org.eclipse.jgit.attributes.FilterCommandFactory
-
Packages that use FilterCommandFactory Package Description org.eclipse.jgit.attributes Support for reading .gitattributes.org.eclipse.jgit.lfs -
-
Uses of FilterCommandFactory in org.eclipse.jgit.attributes
Methods in org.eclipse.jgit.attributes that return FilterCommandFactory Modifier and Type Method Description static FilterCommandFactory
FilterCommandRegistry. register(String filterCommandName, FilterCommandFactory factory)
Register aFilterCommandFactory
responsible for creatingFilterCommand
s for a certain command name.static FilterCommandFactory
FilterCommandRegistry. unregister(String filterCommandName)
Unregister theFilterCommandFactory
registered for the given command nameMethods in org.eclipse.jgit.attributes with parameters of type FilterCommandFactory Modifier and Type Method Description static FilterCommandFactory
FilterCommandRegistry. register(String filterCommandName, FilterCommandFactory factory)
Register aFilterCommandFactory
responsible for creatingFilterCommand
s for a certain command name. -
Uses of FilterCommandFactory in org.eclipse.jgit.lfs
Fields in org.eclipse.jgit.lfs declared as FilterCommandFactory Modifier and Type Field Description static FilterCommandFactory
CleanFilter. FACTORY
The factory is responsible for creating instances ofCleanFilter
static FilterCommandFactory
SmudgeFilter. FACTORY
The factory is responsible for creating instances ofSmudgeFilter
-