public class StringContext extends AbstractContext
| Constructor and Description |
|---|
StringContext(java.lang.String string,
java.net.URI inputPath,
java.net.URI outputPath,
Options options)
Create a new string context.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getString()
Return the in-memory sass code.
|
getInputPath, getOptions, getOutputPathpublic StringContext(java.lang.String string,
java.net.URI inputPath,
java.net.URI outputPath,
Options options)
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.