public class AbstractContext extends Object implements Context
| Constructor and Description |
|---|
AbstractContext(URI inputPath,
URI outputPath,
Options options)
Initialize the context with input path, output path and options.
|
| Modifier and Type | Method and Description |
|---|---|
URI |
getInputPath()
Return the input file path.
|
Options |
getOptions()
Return the compiler options.
|
URI |
getOutputPath()
Return the output file path.
|
public URI getInputPath()
ContextgetInputPath in interface Contextpublic URI getOutputPath()
ContextgetOutputPath in interface Contextpublic Options getOptions()
ContextgetOptions in interface ContextCopyright © 2016 bit3. All rights reserved.