Package org.apache.solr.util
Class VersionedFile
- java.lang.Object
-
- org.apache.solr.util.VersionedFile
-
public class VersionedFile extends Object
- Since:
- solr 1.3
-
-
Constructor Summary
Constructors Constructor Description VersionedFile()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InputStream
getLatestFile(String dirName, String fileName)
-
-
-
Method Detail
-
getLatestFile
public static InputStream getLatestFile(String dirName, String fileName) throws FileNotFoundException
- Throws:
FileNotFoundException
-
-