|
Mylyn WikiText | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.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
An Ant task for converting lightweight markup such as Textile to eclipse help format.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask |
|---|
MarkupToHtmlTask.Attribute, MarkupToHtmlTask.Stylesheet |
| Field Summary |
|---|
| Fields inherited from class org.eclipse.mylyn.wikitext.core.util.anttask.MarkupToHtmlTask |
|---|
file, formatOutput, htmlFilenameFormat, linkRel, multipleOutputFiles, navigationImages, overwrite, prependImagePrefix, title |
| Fields inherited from class org.apache.tools.ant.Task |
|---|
target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
MarkupToEclipseHelpTask()
|
|
| Method Summary | |
|---|---|
String |
getHelpPrefix()
the prefix to URLs in the toc.xml, typically the relative path from the plugin to the help files. |
String |
getXmlFilenameFormat()
|
void |
setHelpPrefix(String helpPrefix)
the prefix to URLs in the toc.xml, typically the relative path from the plugin to the help files. |
void |
setXmlFilenameFormat(String xmlFilenameFormat)
The format of the XML table of contents output file. |
| 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 org.apache.tools.ant.Task |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MarkupToEclipseHelpTask()
| Method Detail |
|---|
public String getXmlFilenameFormat()
setXmlFilenameFormat(String)public void setXmlFilenameFormat(String xmlFilenameFormat)
$1-toc.xml
public String getHelpPrefix()
public void setHelpPrefix(String helpPrefix)
|
Mylyn WikiText | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||