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 enum
The type of the source for the info file. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()
void
setContent
(String content) void
setExtractedCopyrightLines
(Set<String> extractedCopyrightLines) void
setFileName
(String fileName) void
setType
(InfoFile.Type type)
-
Constructor Details
-
InfoFile
public InfoFile()
-
-
Method Details
-
getFileName
-
setFileName
-
getContent
-
setContent
-
getExtractedCopyrightLines
-
setExtractedCopyrightLines
-
getType
-
setType
-
getContentChecksum
-