Interface FileSupplier
-
- All Known Implementing Classes:
PlexusIoFileResource
,PlexusIoSymlinkResource
public interface FileSupplier
Implemented by resources that are files on something filesystem-like.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File
getFile()
Supplies the file for this resource, not null.
-