Package com._1c.g5.v8.dt.bsl.compare
Interface IBslModuleNodeContentProvider
-
public interface IBslModuleNodeContentProviderThe Bsl module node content provider.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContent(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 benullside- the comparison side to get content on, cannot benull- Returns:
- the Bsl module node content, may be
null
-
-