Class FileNameEntry

java.lang.Object
org.codehaus.mojo.license.download.FileNameEntry

public class FileNameEntry extends Object
A triple consiting of a File, its SHA-1 checksum and a boolean whether file's name comes from PreferredFileNames and is thus preferred.
Since:
1.18
Author:
Peter Palaga
  • Constructor Details

    • FileNameEntry

      public FileNameEntry(File file, boolean preferred, String sha1)
  • Method Details

    • getFile

      public File getFile()
    • isPreferred

      public boolean isPreferred()
    • getSha1

      public String getSha1()