Package net.jangaroo.jooc.util
Class IncludeEvaluator
- java.lang.Object
-
- net.jangaroo.jooc.util.IncludeEvaluator
-
public final class IncludeEvaluator extends Object
A helper class for joo.flex that parses an "include" directive and returns a Reader for the included file. It can handle relative paths and line ranges.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ReadercreateReader(String includeDirective, InputSource source)
-
-
-
Method Detail
-
createReader
public static Reader createReader(String includeDirective, InputSource source) throws IOException
- Throws:
IOException
-
-