org.eclipse.mylyn.wikitext.mediawiki.core
Class Template
java.lang.Object
org.eclipse.mylyn.wikitext.mediawiki.core.Template
public class Template
- extends Object
A representation of MediaWiki Templates, which provide a
means to expand commonly-used content with token-replacement.
- Since:
- 1.3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Template
public Template()
getTemplateMarkup
public String getTemplateMarkup()
setTemplateMarkup
public void setTemplateMarkup(String templateMarkup)
getName
public String getName()
setName
public void setName(String name)
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