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 SummaryConstructors Constructor Description BslModuleContentInfo(String content, boolean isBinary)Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()Returns the Bsl module content.booleanisBinary()Tells wthether the Bsl module content is binary.
 
- 
- 
- 
Constructor Detail- 
BslModuleContentInfopublic 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- 
getContentpublic String getContent() Returns the Bsl module content.- Returns:
- the Bsl module content, may be null
 
 - 
isBinarypublic boolean isBinary() Tells wthether the Bsl module content is binary.- Returns:
- trueif the Bsl module content is binary,- falseotherwise
 
 
- 
 
-