Class StringContext

    • Constructor Summary

      Constructors 
      Constructor Description
      StringContext​(java.lang.String string, java.net.URI inputPath, java.net.URI outputPath, Options options)
      Create a new string context.
    • Constructor Detail

      • StringContext

        public StringContext​(java.lang.String string,
                             java.net.URI inputPath,
                             java.net.URI outputPath,
                             Options options)
        Create a new string context.
        Parameters:
        string - The in-memory sass code.
        inputPath - The input path used for calculation path changes, or null.
        outputPath - The output path used for calculation path changes, or null.
        options - The compiler options.
    • Method Detail

      • getString

        public java.lang.String getString()
        Return the in-memory sass code.
        Returns:
        The in-memory sass code.