| Package | Description |
|---|---|
| com.mycila.maven.plugin.license.header |
| Modifier and Type | Class and Description |
|---|---|
static class |
HeaderSource.LiteralHeaderSource
A
HeaderSource built from a lincense header template literal. |
static class |
HeaderSource.UrlHeaderSource
A
HeaderSource loaded from a URL. |
| Modifier and Type | Method and Description |
|---|---|
HeaderSource |
Header.getLocation()
Returns the location of license template file.
|
static HeaderSource |
HeaderSource.of(String headerPath,
String encoding,
ResourceFinder finder) |
static HeaderSource |
HeaderSource.of(String inlineHeader,
String headerPath,
String encoding,
ResourceFinder finder)
Checking the params left to right, returns the first available
HeaderSource that can be created. |
| Constructor and Description |
|---|
Header(HeaderSource location,
HeaderSection[] sections)
Constructs a
Header object pointing to a license template file. |
Copyright © 2008–2016 Mycila. All rights reserved.