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