package saker.build.file.content
@RMIWrap(ContentHandleAttributes.TransferRMIWrapper.class)
Container for a ContentHandle and file attributes pair retrieved from a result of a file discovery.
The contained content handle is null
if the discovered file is a directory.
public FileEntry | Gets the attributes of the discovered file. |
public ContentHandle | Gets the content handle of the discovered file. |
Gets the attributes of the discovered file.
The file attributes.
Gets the content handle of the discovered file.
The content handle, or
null
if the file is a directory.