bee.coder
HeaderStyle
kiss.Extensible
isSkipLine(Stringline)boolean
Stringline)Stringline |
The line to test. |
boolean |
true if this line must be skipped or false. |
Tells if the given content line must be skipped according to this header definition. The header is outputted after any skipped line if any pattern defined on this point or on the first line if not pattern defined.
isFirstHeaderLine(Stringline)boolean
Stringline)Stringline |
The line to test. |
boolean |
true if the first line of a header have been recognized or false. |
Tells if the given content line is the first line of a possible header of this definition kind.
isEndHeaderLine(Stringline)boolean
Stringline)Stringline |
The end to test. |
boolean |
true if the end line of a header have been recognized or false. |
Tells if the given content line is the end line of a possible header of this definition kind.
decorate(ListStringheader)ListString
ListStringheader)StringListheader |
|
List |
Build decorated header text by using the specified law header text.
convert(ListStringsource, Licenselicense)ListString
ListStringsource, Licenselicense)StringListsource |
A source to update. |
Licenselicense |
A license definition. |
List |
An updated source. |
Apply the specified license header to the specified source.