Class VariableChunk


  • public class VariableChunk
    extends BaseChunk
    • Constructor Summary

      Constructors 
      Constructor Description
      VariableChunk​(Model model, java.lang.String variable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String compose()  
      java.lang.String toString()  
      • Methods inherited from class org.testng.mustache.BaseChunk

        p
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • VariableChunk

        public VariableChunk​(Model model,
                             java.lang.String variable)
    • Method Detail

      • compose

        public java.lang.String compose()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object