Package org.apache.solr.filestore
Interface FileStore.FileDetails
-
- Enclosing interface:
- FileStore
public static interface FileStore.FileDetails
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileStoreAPI.MetaData
getMetaData()
String
getSimpleName()
Date
getTimeStamp()
boolean
isDir()
long
size()
-
-
-
Method Detail
-
getSimpleName
String getSimpleName()
-
getMetaData
FileStoreAPI.MetaData getMetaData()
-
getTimeStamp
Date getTimeStamp()
-
size
long size()
-
isDir
boolean isDir()
-
-