bee

bee.coder

HeaderStyle

  • kiss.Extensible

isSkipLine(Stringline)boolean

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

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

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
ListString

Build decorated header text by using the specified law header text.

convert(ListStringsource, Licenselicense)ListString

ListStringsource

A source to update.

Licenselicense

A license definition.

ListString

An updated source.

Apply the specified license header to the specified source.