Klasse FileStatistics.FileStatisticsBuilder
java.lang.Object
io.jenkins.plugins.forensics.miner.FileStatistics.FileStatisticsBuilder
- Umschließende Klasse:
FileStatistics
Creates
FileBlame
instances that optimize the memory footprint for file names by using a TreeStringBuilder
.-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungCreates a newFileStatistics
instance for the specified file name.
-
Konstruktordetails
-
FileStatisticsBuilder
public FileStatisticsBuilder()
-
-
Methodendetails
-
build
Creates a newFileStatistics
instance for the specified file name. The file name will be normalized and compressed using aTreeStringBuilder
.- Parameter:
fileName
- the file name- Gibt zurück:
- the created
FileStatistics
instance
-