Package com._1c.g5.v8.dt.bsl.compare
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 Summary
Constructors Constructor Description BslModuleContentInfo(String content, boolean isBinary)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContent()
Returns the Bsl module content.boolean
isBinary()
Tells wthether the Bsl module content is binary.
-
-
-
Constructor Detail
-
BslModuleContentInfo
public BslModuleContentInfo(String content, boolean isBinary)
Constructor.- Parameters:
content
- the Bsl module content, may benull
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
-
-