|
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.MarkupToDocbookTask
public class MarkupToDocbookTask
An Ant task for converting markup to docbook format.
| Field Summary | |
|---|---|
protected File |
file
|
| 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 | |
|---|---|
MarkupToDocbookTask()
|
|
| Method Summary | |
|---|---|
void |
addFileset(org.apache.tools.ant.types.FileSet set)
Adds a set of files to process. |
void |
execute()
|
String |
getBookTitle()
Get the book title. |
String |
getDocbookFilenameFormat()
The format of the DocBook output file. |
String |
getDoctype()
The XML doctype of the docbook. |
File |
getFile()
|
boolean |
isOverwrite()
|
void |
setBookTitle(String bookTitle)
The book title. |
void |
setDocbookFilenameFormat(String docbookFilenameFormat)
The format of the DocBook output file. |
void |
setDoctype(String doctype)
Set the XML doctype of the docbook. |
void |
setFile(File file)
|
void |
setOverwrite(boolean overwrite)
|
| 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 |
| Field Detail |
|---|
protected File file
| Constructor Detail |
|---|
public MarkupToDocbookTask()
| Method Detail |
|---|
public void addFileset(org.apache.tools.ant.types.FileSet set)
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic String getDocbookFilenameFormat()
$1.xml
setDocbookFilenameFormat(String)public void setDocbookFilenameFormat(String docbookFilenameFormat)
$1.xml
docbookFilenameFormat - public String getBookTitle()
public void setBookTitle(String bookTitle)
bookTitle - the title, or null if the source filename is to be used as the title.public void setDoctype(String doctype)
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
public String getDoctype()
public boolean isOverwrite()
public void setOverwrite(boolean overwrite)
public File getFile()
public void setFile(File file)
|
Mylyn WikiText | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||