Uses of Interface
org.eclipse.jgit.attributes.FilterCommandFactory
-
Packages that use FilterCommandFactory Package Description org.eclipse.jgit.attributes Support for reading .gitattributes. -
-
Uses of FilterCommandFactory in org.eclipse.jgit.attributes
Methods in org.eclipse.jgit.attributes that return FilterCommandFactory Modifier and Type Method Description static FilterCommandFactoryFilterCommandRegistry. register(String filterCommandName, FilterCommandFactory factory)Register aFilterCommandFactoryresponsible for creatingFilterCommands for a certain command name.static FilterCommandFactoryFilterCommandRegistry. unregister(String filterCommandName)Unregister theFilterCommandFactoryregistered for the given command nameMethods in org.eclipse.jgit.attributes with parameters of type FilterCommandFactory Modifier and Type Method Description static FilterCommandFactoryFilterCommandRegistry. register(String filterCommandName, FilterCommandFactory factory)Register aFilterCommandFactoryresponsible for creatingFilterCommands for a certain command name.
-