Uses of Class
org.eclipse.jgit.attributes.FilterCommand
Packages that use FilterCommand
Package
Description
Support for reading .gitattributes.
-
Uses of FilterCommand in org.eclipse.jgit.attributes
Methods in org.eclipse.jgit.attributes that return FilterCommandModifier and TypeMethodDescriptionFilterCommandFactory.create(Repository db, InputStream in, OutputStream out) Create a newFilterCommand.static FilterCommandFilterCommandRegistry.createFilterCommand(String filterCommandName, Repository db, InputStream in, OutputStream out) Create a newFilterCommandfor the given name. -
Uses of FilterCommand in org.eclipse.jgit.lfs
Subclasses of FilterCommand in org.eclipse.jgit.lfsModifier and TypeClassDescriptionclassBuilt-in LFS clean filter When new content is about to be added to the git repository and this filter is configured for that content, then this filter will replace the original content with content of a so-called LFS pointer file.classBuilt-in LFS smudge filter When content is read from git's object-database and written to the filesystem and this filter is configured for that content, then this filter will replace the content of LFS pointer files with the original content.