Class InfoFile

java.lang.Object
org.codehaus.mojo.license.extended.InfoFile

public class InfoFile extends Object
Information about a NOTICE or LICENSE file.
  • Constructor Details

    • InfoFile

      public InfoFile()
  • Method Details

    • getFileName

      public String getFileName()
    • setFileName

      public void setFileName(String fileName)
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • getExtractedCopyrightLines

      public Set<String> getExtractedCopyrightLines()
    • setExtractedCopyrightLines

      public void setExtractedCopyrightLines(Set<String> extractedCopyrightLines)
    • getType

      public InfoFile.Type getType()
    • setType

      public void setType(InfoFile.Type type)
    • getContentChecksum

      public String getContentChecksum()