Uses of Interface
com.atlassian.bitbucket.scm.git.command.catfile.GitCatFileBuilder
Packages that use GitCatFileBuilder
-
Uses of GitCatFileBuilder in com.atlassian.bitbucket.scm.git.command.catfile
Methods in com.atlassian.bitbucket.scm.git.command.catfile that return GitCatFileBuilderModifier and TypeMethodDescriptionGitCatFile.pretty()Construct acat-file -pbuilder, which pretty prints the content of an objectGitCatFile.size()Constructs acat-file -sbuilder, which prints the size of an object (no content).GitCatFile.type()Constructs acat-file -tbuilder, which prints the type of an object (no content)