Uses of Class
com.mycila.maven.plugin.license.Multi
-
Packages that use Multi Package Description com.mycila.maven.plugin.license com.mycila.maven.plugin.license.header -
-
Uses of Multi in com.mycila.maven.plugin.license
Fields in com.mycila.maven.plugin.license declared as Multi Modifier and Type Field Description MultiLicenseSet. multiAlternative to `header`, `inlineHeader`, or `validHeaders` for use when code is multi-licensed. -
Uses of Multi in com.mycila.maven.plugin.license.header
Methods in com.mycila.maven.plugin.license.header with parameters of type Multi Modifier and Type Method Description 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.
-