Uses of Class
com.google.code.mojo.license.util.FileContent
-
Packages that use FileContent Package Description com.google.code.mojo.license.header -
-
Uses of FileContent in com.google.code.mojo.license.header
Fields in com.google.code.mojo.license.header declared as FileContent Modifier and Type Field Description private FileContent
HeaderParser. fileContent
Methods in com.google.code.mojo.license.header that return FileContent Modifier and Type Method Description FileContent
HeaderParser. getFileContent()
Returns the file content.Constructors in com.google.code.mojo.license.header with parameters of type FileContent Constructor Description HeaderParser(FileContent fileContent, HeaderDefinition headerDefinition, java.lang.String[] keywords)
Creates aHeaderParser
object linked to the given file content and the associated header definition based on the file type.
-