public abstract class AbstractContext extends java.lang.Object implements Context
| Constructor and Description |
|---|
AbstractContext(java.net.URI inputPath,
java.net.URI outputPath,
Options options)
Initialize the context with input path, output path and options.
|
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
getInputPath()
Return the input file path.
|
Options |
getOptions()
Return the compiler options.
|
java.net.URI |
getOutputPath()
Return the output file path.
|
public AbstractContext(java.net.URI inputPath,
java.net.URI outputPath,
Options options)
inputPath - The input file path.outputPath - The output file path.options - The compiler options.public java.net.URI getInputPath()
ContextgetInputPath in interface Contextpublic java.net.URI getOutputPath()
ContextgetOutputPath in interface Contextpublic Options getOptions()
ContextgetOptions in interface Context