Mylyn WikiText

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

java.lang.Object
  extended by 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

Constructor Summary
Template()
           
 
Method Summary
 String getName()
           
 String getTemplateMarkup()
           
 void setName(String name)
           
 void setTemplateMarkup(String templateMarkup)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Template

public Template()
Method Detail

getTemplateMarkup

public String getTemplateMarkup()

setTemplateMarkup

public void setTemplateMarkup(String templateMarkup)

getName

public String getName()

setName

public void setName(String name)

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