Uses of Package
org.codehaus.mojo.license.header.transformer
Packages that use org.codehaus.mojo.license.header.transformer
Package
Description
Header package
Header transformer package
-
Classes in org.codehaus.mojo.license.header.transformer used by org.codehaus.mojo.licenseClassDescriptionContract to transform a file header to
FileHeader
in both way : Obtain a object representation of a file header from a existing file (String to FileHeader). Obtain the file header to inject in a file from a FileHeader (to update or create a file header from the file header model). -
Classes in org.codehaus.mojo.license.header.transformer used by org.codehaus.mojo.license.headerClassDescriptionContract to transform a file header to
FileHeader
in both way : Obtain a object representation of a file header from a existing file (String to FileHeader). Obtain the file header to inject in a file from a FileHeader (to update or create a file header from the file header model). -
Classes in org.codehaus.mojo.license.header.transformer used by org.codehaus.mojo.license.header.transformerClassDescriptionAbstract implementation of
FileHeaderTransformer
.Contract to transform a file header toFileHeader
in both way : Obtain a object representation of a file header from a existing file (String to FileHeader). Obtain the file header to inject in a file from a FileHeader (to update or create a file header from the file header model).