| uk.org.ponder.rsf.templateresolver.ExpectedTRS
All known Subclasses: uk.org.ponder.rsf.templateresolver.StaticTemplateResolverStrategy,
ExpectedTRS | public interface ExpectedTRS (Code) | | A tag interface determining whether a successfully resolved template is
expected from this resolver. Resolvers *not* implementing this interface will
be assumed to default to true
author: Antranig Basman (antranig@caret.cam.ac.uk) |
Method Summary | |
public boolean | isExpected() Indicates whether a resolved template is "expected" from this
TRS. |
isExpected | public boolean isExpected()(Code) | | Indicates whether a resolved template is "expected" from this
TRS. An error will be thrown if none from the complete set of
TemplateResolverStrategies implementing this interface returns any templates,
listing the paths which were searched.
|
|
|