Interface FileSelector

    • Method Detail

      • isSelected

        boolean isSelected​(@Nonnull
                           FileInfo fileInfo)
                    throws java.io.IOException
        Returns, whether the given file is selected.
        Parameters:
        fileInfo - An instance of FileInfo with the files meta data. It is recommended, that the caller creates an instance of PlexusIoResource.
        Throws:
        java.io.IOException