org.eclipse.mylyn.wikitext.mediawiki.core
Class TemplateResolver
java.lang.Object
org.eclipse.mylyn.wikitext.mediawiki.core.TemplateResolver
public abstract class TemplateResolver
- extends Object
Dynamically resolve templates by name.
- Since:
- 1.3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplateResolver
public TemplateResolver()
resolveTemplate
public abstract Template resolveTemplate(String templateName)
- Resolve a template by its name.
- Parameters:
templateName
- the name of the template
- Returns:
- the template, or null if the template name is unknown.
Copyright © 2007, 2009 David Green and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html