public interface DirEntry extends IAdaptable
Modifier and Type | Method and Description |
---|---|
long |
getFileLength()
Returns the length of a file
|
String |
getFileName()
Returns the filename of the entry
|
String |
getFilePath()
Returns the complete relative path of the entry in the
data directory
|
DominoDateTime |
getModified()
Returns the file modification date
|
String |
getPhysicalFilePath()
Returns the physical/absolute filepath of the entry in the scanned
directory
|
Map<String,Object> |
getProperties()
Returns a map of properties for the entry
|
String |
getServer()
Returns the name of the scanned server
|
getAdapter
String getServer()
Map<String,Object> getProperties()
String getFilePath()
String getFileName()
String getPhysicalFilePath()
long getFileLength()
DominoDateTime getModified()
Copyright © 2019–2021 HCL. All rights reserved.