org.eclipse.mylyn.wikitext.core.util.anttask
Class MarkupToEclipseHelpTask
java.lang.Object
Task
org.eclipse.mylyn.wikitext.core.util.anttask.MarkupTask
org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask
org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToEclipseHelpTask
public class MarkupToEclipseHelpTask
- extends MarkupToHtmlTask
An Ant task for converting lightweight markup such as Textile to eclipse help format.
- Since:
- 1.0
- Author:
- David Green
Methods inherited from class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask |
addFileset, addStylesheet, computeHtmlFile, execute, getDefaultAbsoluteLinkTarget, getFile, getHtmlFilenameFormat, getLinkRel, getPrependImagePrefix, getTitle, isFormatOutput, isMultipleOutputFiles, isNavigationImages, isOverwrite, isSuppressBuiltInCssStyles, isUseInlineCssStyles, processFile, setDefaultAbsoluteLinkTarget, setFile, setFormatOutput, setHtmlFilenameFormat, setLinkRel, setMultipleOutputFiles, setNavigationImages, setOverwrite, setPrependImagePrefix, setSuppressBuiltInCssStyles, setTitle, setUseInlineCssStyles |
Methods inherited from class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupTask |
addConfiguredMarkupLanguageConfiguration, createMarkupLanguage, getInternalLinkPattern, getMarkupLanguage, getSourceEncoding, isFailOnValidationError, isFailOnValidationWarning, isValidate, performValidation, readFully, setFailOnValidationError, setFailOnValidationWarning, setInternalLinkPattern, setMarkupLanguage, setSourceEncoding, setValidate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarkupToEclipseHelpTask
public MarkupToEclipseHelpTask()
getXmlFilenameFormat
public String getXmlFilenameFormat()
- See Also:
setXmlFilenameFormat(String)
setXmlFilenameFormat
public void setXmlFilenameFormat(String xmlFilenameFormat)
- The format of the XML table of contents output file. Consists of a pattern where the '$1' is replaced with the
filename of the input file. Default value is
$1-toc.xml
getHelpPrefix
public String getHelpPrefix()
- the prefix to URLs in the toc.xml, typically the relative path from the plugin to the help files. For example, if
the help file is in 'help/index.html' then the help prefix would be 'help'
setHelpPrefix
public void setHelpPrefix(String helpPrefix)
- the prefix to URLs in the toc.xml, typically the relative path from the plugin to the help files. For example, if
the help file is in 'help/index.html' then the help prefix would be 'help'
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