Class JekyllIncludeFileSample


  • public class JekyllIncludeFileSample
    extends java.lang.Object
    This sample uses the parsed document to compute the embedded content. This means that the main document is parsed twice. For a sample which can compute the embedded content without needing to examine the main document AST and therefore, computes the content map before parsing the main document, see: JekyllIncludeFileSample2
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • JekyllIncludeFileSample

        public JekyllIncludeFileSample()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)