Package org.sonar.java
Class AnalysisProgress
java.lang.Object
org.sonar.java.AnalysisProgress
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
endBatch()
boolean
boolean
void
startBatch
(int currentBatchSize) double
toGlobalPercentage
(double currentBatchPercentage)
-
Constructor Details
-
AnalysisProgress
public AnalysisProgress(int totalFileCount)
-
-
Method Details
-
startBatch
public void startBatch(int currentBatchSize) -
endBatch
public void endBatch() -
isFirstBatch
public boolean isFirstBatch() -
isLastBatch
public boolean isLastBatch() -
toGlobalPercentage
public double toGlobalPercentage(double currentBatchPercentage)
-