Interface ConfigLineProvider

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @NoImplement @NoInstantiate @Deprecated public interface ConfigLineProvider
Deprecated.
From 4.4 onwards, use the mule-artifact-ast-xml-parser module.
A configuration line provider allows to have a parent child relationship between ConfigLine while keeping the object immutable.
Since:
4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
  • Method Details

    • getConfigLine

      ConfigLine getConfigLine()
      Deprecated.
      Returns:
      a ConfigLine.