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.
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getString()
      Return the in-memory sass code.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.