Package com._1c.g5.v8.dt.bsl.compare
Class BslModuleContentInfo
java.lang.Object
com._1c.g5.v8.dt.bsl.compare.BslModuleContentInfo
The Bsl module content info storing the content and information about wthether the Bsl module content is binary.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the Bsl module content.boolean
isBinary()
Tells wthether the Bsl module content is binary.
-
Constructor Details
-
BslModuleContentInfo
Constructor.- Parameters:
content
- the Bsl module content, may benull
isBinary
- tells wthether the Bsl module content is binary
-
-
Method Details
-
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
-