Package com._1c.g5.v8.dt.bsl.compare
Interface IBslModuleNodeContentProvider
-
public interface IBslModuleNodeContentProvider
The Bsl module node content provider.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getContent(ComparisonNode node, ComparisonSide side)
Returns the Bsl module node content on the specified side.
-
-
-
Method Detail
-
getContent
String getContent(ComparisonNode node, ComparisonSide side)
Returns the Bsl module node content on the specified side.- Parameters:
node
- the Bsl module node to get content for, cannot benull
side
- the comparison side to get content on, cannot benull
- Returns:
- the Bsl module node content, may be
null
-
-