Class PathGroupLoader

java.lang.Object
org.antlr.stringtemplate.PathGroupLoader
All Implemented Interfaces:
StringTemplateGroupLoader
Direct Known Subclasses:
CommonGroupLoader

public class PathGroupLoader extends Object implements StringTemplateGroupLoader
A brain dead loader that looks only in the directory(ies) you specify in the ctor. You may specify the char encoding. NOTE: this does not work when you jar things up! Use CommonGroupLoader instead in that case