public class SolrFileCleaningTracker
extends org.apache.commons.io.FileCleaningTracker
Constructor and Description |
---|
SolrFileCleaningTracker() |
Modifier and Type | Method and Description |
---|---|
void |
exitWhenFinished() |
List<String> |
getDeleteFailures() |
int |
getTrackCount() |
void |
track(File file,
Object marker) |
void |
track(File file,
Object marker,
org.apache.commons.io.FileDeleteStrategy deleteStrategy) |
void |
track(String path,
Object marker) |
void |
track(String path,
Object marker,
org.apache.commons.io.FileDeleteStrategy deleteStrategy) |
public void track(File file, Object marker)
track
in class org.apache.commons.io.FileCleaningTracker
public void track(File file, Object marker, org.apache.commons.io.FileDeleteStrategy deleteStrategy)
track
in class org.apache.commons.io.FileCleaningTracker
public void track(String path, Object marker)
track
in class org.apache.commons.io.FileCleaningTracker
public void track(String path, Object marker, org.apache.commons.io.FileDeleteStrategy deleteStrategy)
track
in class org.apache.commons.io.FileCleaningTracker
public int getTrackCount()
getTrackCount
in class org.apache.commons.io.FileCleaningTracker
public List<String> getDeleteFailures()
getDeleteFailures
in class org.apache.commons.io.FileCleaningTracker
public void exitWhenFinished()
exitWhenFinished
in class org.apache.commons.io.FileCleaningTracker
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.