Uses of Interface
org.eclipse.jgit.attributes.FilterCommandFactory
Packages that use FilterCommandFactory
-
Uses of FilterCommandFactory in org.eclipse.jgit.attributes
Methods in org.eclipse.jgit.attributes that return FilterCommandFactoryModifier and TypeMethodDescriptionstatic 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 FilterCommandFactoryModifier and TypeMethodDescriptionstatic FilterCommandFactory
FilterCommandRegistry.register
(String filterCommandName, FilterCommandFactory factory) Register aFilterCommandFactory
responsible for creatingFilterCommand
s for a certain command name.