Package de.uplanet.lucy.server.util
Interface IVHFileDescriptor
- All Known Subinterfaces:
 IVHFileAdapterDescriptor
public interface IVHFileDescriptor
- 
Method Details
- 
getFileName
String getFileName()- Returns:
 - The name of the file.
 
 - 
getPath
String getPath()- Returns:
 - The path to the file.
 
 - 
getContentType
String getContentType()- Returns:
 - The MIME content type.
 
 - 
isStreamingMode
boolean isStreamingMode()- Returns:
 - Returns 
trueif download should download by stream otherwisefalse 
 - 
getLastModified
Date getLastModified()- Returns:
 - The last modified date of the file (could be 
null). 
 - 
getFile
File getFile()Returns the file object.- Returns:
 - Returns the file object. Not 
null, is not guaranteed that the file exists. 
 
 -