Uses of Class
com.mycila.maven.plugin.license.header.HeaderSource
-
Packages that use HeaderSource Package Description com.mycila.maven.plugin.license.header -
-
Uses of HeaderSource in com.mycila.maven.plugin.license.header
Subclasses of HeaderSource in com.mycila.maven.plugin.license.header Modifier and Type Class Description static classHeaderSource.LiteralHeaderSourceAHeaderSourcebuilt from a license header template literal.static classHeaderSource.MultiLiteralHeaderSourceAHeaderSourcebuilt from multiple license header template literals.static classHeaderSource.MultiUrlHeaderSourceAHeaderSourceloaded from multipleURL.static classHeaderSource.UrlHeaderSourceAHeaderSourceloaded from aURL.Methods in com.mycila.maven.plugin.license.header that return HeaderSource Modifier and Type Method Description HeaderSourceHeader. getLocation()Returns the location of license template file.static HeaderSourceHeaderSource. of(Multi multi, String inlineHeader, String headerPath, String encoding, ResourceFinder finder)Checking the params left to right, returns the first availableHeaderSourcethat can be created.static HeaderSourceHeaderSource. of(String headerPath, String encoding, ResourceFinder finder)Constructors in com.mycila.maven.plugin.license.header with parameters of type HeaderSource Constructor Description Header(HeaderSource location, HeaderSection[] sections)Constructs aHeaderobject pointing to a license template file.
-