- Enclosing class:
FileBlame
public static class FileBlame.FileBlameBuilder
extends Object
Creates
FileBlame
instances that optimize the memory footprint for file names by using a
TreeStringBuilder
.
-
Constructor Summary 
Constructors
-
Method Summary 
Creates a new
FileBlame
instance for the specified file name.
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
FileBlameBuilder 
public FileBlameBuilder()
-
Method Details 
-
build 
Creates a new
FileBlame
instance for the specified file name. The file name will be normalized and
compressed using a
TreeStringBuilder
.
- Parameters:
fileName
- the file name
- Returns:
- the created
FileBlame
instance