Class InfoFile
java.lang.Object
org.codehaus.mojo.license.extended.InfoFile
Information about a NOTICE or LICENSE file.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of the source for the info file. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetContent(String content) voidsetExtractedCopyrightLines(Set<String> extractedCopyrightLines) voidsetFileName(String fileName) voidsetType(InfoFile.Type type)
-
Constructor Details
-
InfoFile
public InfoFile()
-
-
Method Details
-
getFileName
-
setFileName
-
getContent
-
setContent
-
getExtractedCopyrightLines
-
setExtractedCopyrightLines
-
getType
-
setType
-
getContentChecksum
-