RegionMarkerFormatter interface

Represents a class that formats file region names into a start- and end marker string. These markers are used to embed parts of other files (regions) in the generated code.

Operations

NameReturnsDescription
getRegionEndMarker(regionName)

RegionMarkerFormatter.getRegionEndMarker

X

Gets a string that uniquely identifies the end of a region.

Parameters
NameTypeDescription
regionNamestring The name of the region.
Return value
Type: string 
string Gets a string that uniquely identifies the end of a region. 
getRegionStartMarker(regionName)

RegionMarkerFormatter.getRegionStartMarker

X

Gets a string that uniquely identifies the start of a region.

Parameters
NameTypeDescription
regionNamestring The name of the region.
Return value
Type: string 
string Gets a string that uniquely identifies the start of a region.