Mylyn WikiText

org.eclipse.mylyn.wikitext.mediawiki.core
Class TemplateResolver

java.lang.Object
  extended by org.eclipse.mylyn.wikitext.mediawiki.core.TemplateResolver

public abstract class TemplateResolver
extends Object

Dynamically resolve templates by name.

Since:
1.3

Constructor Summary
TemplateResolver()
           
 
Method Summary
abstract  Template resolveTemplate(String templateName)
          Resolve a template by its name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateResolver

public TemplateResolver()
Method Detail

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.

Mylyn WikiText

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