org.opencms.importexport
Class CmsExtendedHtmlImportDefault

java.lang.Object
  extended by org.opencms.importexport.CmsExtendedHtmlImportDefault

public class CmsExtendedHtmlImportDefault
extends java.lang.Object

The CmsExtendedHtmlImportManager keeps the default values for the HTML-> OpenCms Template converter.

This default values are saved in the configuration file opencms-importexport.xml.

Since:
7.0.2
Version:
$Revision: 1.6 $
Author:
Anja Roettgers
See Also:
CmsImportExportManager.getExtendedHtmlImportDefault()

Constructor Summary
CmsExtendedHtmlImportDefault()
          Default Constructor.
 
Method Summary
 java.lang.String getDestinationDir()
          Returns the destinationDir.
 java.lang.String getDownloadGallery()
          Returns the downloadGallery.
 java.lang.String getElement()
          Returns the element.
 java.lang.String getEncoding()
          Returns the encoding.
 java.lang.String getEndPattern()
          Returns the endPattern.
 java.lang.String getImageGallery()
          Returns the imageGallery.
 java.lang.String getInputDir()
          Returns the inputDir.
 java.lang.String getKeepBrokenLinks()
          Returns the keepBrokenLinks.
 java.lang.String getLinkGallery()
          Returns the linkGallery.
 java.lang.String getLocale()
          Returns the locale.
 java.lang.String getOverwrite()
          Returns the overwrite.
 java.lang.String getStartPattern()
          Returns the startPattern.
 java.lang.String getTemplate()
          Returns the template.
 void setDestinationDir(java.lang.String destinationDir)
          Sets the destinationDir.
 void setDownloadGallery(java.lang.String downloadGallery)
          Sets the downloadGallery.
 void setElement(java.lang.String element)
          Sets the element.
 void setEncoding(java.lang.String encoding)
          Sets the encoding.
 void setEndPattern(java.lang.String endPattern)
          Sets the endPattern.
 void setImageGallery(java.lang.String imageGallery)
          Sets the imageGallery.
 void setInputDir(java.lang.String inputDir)
          Sets the inputDir.
 void setKeepBrokenLinks(java.lang.String keepBrokenLinks)
          Sets the keepBrokenLinks.
 void setLinkGallery(java.lang.String linkGallery)
          Sets the linkGallery.
 void setLocale(java.lang.String locale)
          Sets the locale.
 void setOverwrite(java.lang.String overwrite)
          Sets the overwrite.
 void setStartPattern(java.lang.String startPattern)
          Sets the startPattern.
 void setTemplate(java.lang.String template)
          Sets the template.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CmsExtendedHtmlImportDefault

public CmsExtendedHtmlImportDefault()
Default Constructor.

Method Detail

getDestinationDir

public java.lang.String getDestinationDir()
Returns the destinationDir.

Returns:
the destinationDir

getDownloadGallery

public java.lang.String getDownloadGallery()
Returns the downloadGallery.

Returns:
the downloadGallery

getElement

public java.lang.String getElement()
Returns the element.

Returns:
the element

getEncoding

public java.lang.String getEncoding()
Returns the encoding.

Returns:
the encoding

getEndPattern

public java.lang.String getEndPattern()
Returns the endPattern.

Returns:
the endPattern

getImageGallery

public java.lang.String getImageGallery()
Returns the imageGallery.

Returns:
the imageGallery

getInputDir

public java.lang.String getInputDir()
Returns the inputDir.

Returns:
the inputDir

getKeepBrokenLinks

public java.lang.String getKeepBrokenLinks()
Returns the keepBrokenLinks.

Returns:
the keepBrokenLinks

getLinkGallery

public java.lang.String getLinkGallery()
Returns the linkGallery.

Returns:
the linkGallery

getLocale

public java.lang.String getLocale()
Returns the locale.

Returns:
the locale

getOverwrite

public java.lang.String getOverwrite()
Returns the overwrite.

Returns:
the overwrite

getStartPattern

public java.lang.String getStartPattern()
Returns the startPattern.

Returns:
the startPattern

getTemplate

public java.lang.String getTemplate()
Returns the template.

Returns:
the template

setDestinationDir

public void setDestinationDir(java.lang.String destinationDir)
Sets the destinationDir.

Parameters:
destinationDir - the destinationDir to set

setDownloadGallery

public void setDownloadGallery(java.lang.String downloadGallery)
Sets the downloadGallery.

Parameters:
downloadGallery - the downloadGallery to set

setElement

public void setElement(java.lang.String element)
Sets the element.

Parameters:
element - the element to set

setEncoding

public void setEncoding(java.lang.String encoding)
Sets the encoding.

Parameters:
encoding - the encoding to set

setEndPattern

public void setEndPattern(java.lang.String endPattern)
Sets the endPattern.

Parameters:
endPattern - the endPattern to set

setImageGallery

public void setImageGallery(java.lang.String imageGallery)
Sets the imageGallery.

Parameters:
imageGallery - the imageGallery to set

setInputDir

public void setInputDir(java.lang.String inputDir)
Sets the inputDir.

Parameters:
inputDir - the inputDir to set

setKeepBrokenLinks

public void setKeepBrokenLinks(java.lang.String keepBrokenLinks)
Sets the keepBrokenLinks.

Parameters:
keepBrokenLinks - the keepBrokenLinks to set

setLinkGallery

public void setLinkGallery(java.lang.String linkGallery)
Sets the linkGallery.

Parameters:
linkGallery - the linkGallery to set

setLocale

public void setLocale(java.lang.String locale)
Sets the locale.

Parameters:
locale - the locale to set

setOverwrite

public void setOverwrite(java.lang.String overwrite)
Sets the overwrite.

Parameters:
overwrite - the overwrite to set

setStartPattern

public void setStartPattern(java.lang.String startPattern)
Sets the startPattern.

Parameters:
startPattern - the startPattern to set

setTemplate

public void setTemplate(java.lang.String template)
Sets the template.

Parameters:
template - the template to set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()