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
Fields in org.eclipse.jgit.attributes with type parameters of type FilterCommandFactory Modifier and Type Field Description private static java.util.Map<java.lang.String,FilterCommandFactory>FilterCommandRegistry. filterCommandRegistryMethods in org.eclipse.jgit.attributes that return FilterCommandFactory Modifier and Type Method Description static FilterCommandFactoryFilterCommandRegistry. register(java.lang.String filterCommandName, FilterCommandFactory factory)Register aFilterCommandFactoryresponsible for creatingFilterCommands for a certain command name.static FilterCommandFactoryFilterCommandRegistry. unregister(java.lang.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(java.lang.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 FilterCommandFactory Modifier and Type Field Description static FilterCommandFactoryCleanFilter. FACTORYThe factory is responsible for creating instances ofCleanFilterstatic FilterCommandFactorySmudgeFilter. FACTORYThe factory is responsible for creating instances ofSmudgeFilter
-