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
All Methods Instance Methods Abstract Methods 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 Detail
-
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.
-
-