Class InlineConfigUtils

java.lang.Object
com.puppycrawl.tools.checkstyle.utils.InlineConfigUtils

public final class InlineConfigUtils extends Object
Utility class for inline configuration parsing shared between ExampleMacro and InlineConfigParser.

Supports multiple config-delimiter conventions so that legacy examples using the historical /*xml Java-comment style keep working regardless of target file extension, while newer examples for non-Java targets (.xml, .properties) that need a genuinely valid comment in their own file format can opt into a type-appropriate delimiter instead.