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