Uses of Class
com.mycila.maven.plugin.license.util.resource.ResourceFinder
-
Packages that use ResourceFinder Package Description com.mycila.maven.plugin.license.header -
-
Uses of ResourceFinder in com.mycila.maven.plugin.license.header
Methods in com.mycila.maven.plugin.license.header with parameters of type ResourceFinder 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.static HeaderSourceHeaderSource. of(String headerPath, String encoding, ResourceFinder finder)
-