Class 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 Detail

      • 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 Detail

      • 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