Interface FileSupplier

All Known Implementing Classes:
PlexusIoFileResource, PlexusIoSymlinkResource

public interface FileSupplier
Implemented by resources that are files on something filesystem-like.
  • Method Summary

    Modifier and Type
    Method
    Description
    Supplies the file for this resource, not null.
  • Method Details

    • getFile

      @Nonnull File getFile()
      Supplies the file for this resource, not null.
      Returns:
      The file