Uses of Interface
org.eclipse.jgit.attributes.FilterCommandFactory
Packages that use FilterCommandFactory
Package
Description
Support for reading .gitattributes.
-
Uses of FilterCommandFactory in org.eclipse.jgit.attributes
Fields in org.eclipse.jgit.attributes with type parameters of type FilterCommandFactoryModifier and TypeFieldDescriptionprivate static Map<String,FilterCommandFactory> FilterCommandRegistry.filterCommandRegistryMethods in org.eclipse.jgit.attributes that return FilterCommandFactoryModifier and TypeMethodDescriptionstatic 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 FilterCommandFactoryModifier and TypeMethodDescriptionstatic FilterCommandFactoryFilterCommandRegistry.register(String filterCommandName, FilterCommandFactory factory) Register aFilterCommandFactoryresponsible for creatingFilterCommands for a certain command name. -
Uses of FilterCommandFactory in org.eclipse.jgit.lfs
Fields in org.eclipse.jgit.lfs declared as FilterCommandFactoryModifier and TypeFieldDescriptionstatic final FilterCommandFactoryCleanFilter.FACTORYThe factory is responsible for creating instances ofCleanFilterstatic final FilterCommandFactorySmudgeFilter.FACTORYThe factory is responsible for creating instances ofSmudgeFilter