Package io.bit3.jsass.context
Interface Context
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
AbstractContext,FileContext,StringContext
public interface Context
extends java.io.Serializable
-
Method Summary
Modifier and Type Method Description java.net.URIgetInputPath()Return the input file path.OptionsgetOptions()Return the compiler options.java.net.URIgetOutputPath()Return the output file path.
-
Method Details
-
getInputPath
java.net.URI getInputPath()Return the input file path.- Returns:
- The input file path or null if no path is specified.
-
getOutputPath
java.net.URI getOutputPath()Return the output file path.- Returns:
- The output file path or null if no path is specified.
-
getOptions
Options getOptions()Return the compiler options.- Returns:
- The compiler options.
-