Uses of Class
org.codehaus.mojo.license.model.Copyright
Packages that use Copyright
Package
Description
Header package
Model package
-
Uses of Copyright in org.codehaus.mojo.license.header
Fields in org.codehaus.mojo.license.header declared as CopyrightMethods in org.codehaus.mojo.license.header that return CopyrightMethods in org.codehaus.mojo.license.header with parameters of type Copyright -
Uses of Copyright in org.codehaus.mojo.license.model
Methods in org.codehaus.mojo.license.model that return CopyrightModifier and TypeMethodDescriptionstatic Copyright
Copyright.newCopyright
(Integer inceptionYear, Integer lastYear, String holder) static Copyright
Copyright.newCopyright
(Integer inceptionYear, String holder) static Copyright
Copyright.newCopyright
(String copyrightToStringFormat, Integer inceptionYear, Integer lastYear, String holder) static Copyright
Copyright.newCopyright
(String copyrightToStringFormat, Integer inceptionYear, String holder) Constructors in org.codehaus.mojo.license.model with parameters of type Copyright