Package de.oktoflow.platform.cmdTools
Class CleanIndexes
java.lang.Object
de.oktoflow.platform.cmdTools.CleanIndexes
Deletes indexes.
- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidcleanIndexes(File file, MavenUtils.CleanupStatistics statistics) Cleans indexes infileand subfolders.static voidDeletes indexes.
-
Constructor Details
-
CleanIndexes
public CleanIndexes()
-
-
Method Details
-
main
Deletes indexes.- Parameters:
args- the first argument is the directory/file where to start cleaning
-
cleanIndexes
Cleans indexes infileand subfolders.- Parameters:
file- the file to look for indexesstatistics- cleanup statistics
-