Class BslModuleContentInfo

java.lang.Object
com._1c.g5.v8.dt.bsl.compare.BslModuleContentInfo

public class BslModuleContentInfo extends Object
The Bsl module content info storing the content and information about wthether the Bsl module content is binary.
  • Constructor Details

    • BslModuleContentInfo

      public BslModuleContentInfo(String content, boolean isBinary)
      Constructor.
      Parameters:
      content - the Bsl module content, may be null
      isBinary - tells wthether the Bsl module content is binary
  • Method Details

    • getContent

      public String getContent()
      Returns the Bsl module content.
      Returns:
      the Bsl module content, may be null
    • isBinary

      public boolean isBinary()
      Tells wthether the Bsl module content is binary.
      Returns:
      true if the Bsl module content is binary, false otherwise