de.miethxml.hawron.xml
Class AbstractFileExport
java.lang.Object
de.miethxml.hawron.xml.AbstractFileExport
- All Implemented Interfaces:
- ProjectExport
- Direct Known Subclasses:
- AntConfigFileWriter, CLIConfigFileWriter, HawronConfigFileWriter
- public abstract class AbstractFileExport
- extends java.lang.Object
- implements ProjectExport
- Author:
- Simon Mieth
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
relativePaths
protected boolean relativePaths
location
protected java.lang.String location
fileFormat
protected int fileFormat
AbstractFileExport
public AbstractFileExport()
getCLIRootElement
public org.jdom.Element getCLIRootElement(Project project)
getUrisElement
public org.jdom.Element getUrisElement(Task task)
getRelativePath
protected java.lang.String getRelativePath(java.lang.String path)
getBrokenLinksElement
public org.jdom.Element getBrokenLinksElement(BeanConfiguration config)
getLoggingElement
public org.jdom.Element getLoggingElement(BeanConfiguration config)
setRelativePathEnabled
public void setRelativePathEnabled(java.lang.String path,
boolean b)
- Specified by:
setRelativePathEnabled in interface ProjectExport
getFileFormat
public int getFileFormat()
- Specified by:
getFileFormat in interface ProjectExport
- Returns:
- Returns the fileFormat.
setFileFormat
public void setFileFormat(int fileFormat)
- Parameters:
fileFormat - The fileFormat to set.