Package org.opencms.importexport
Class CmsExtendedHtmlImportDefault
java.lang.Object
org.opencms.importexport.CmsExtendedHtmlImportDefault
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
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the destinationDir.Returns the downloadGallery.Returns the element.Returns the encoding.Returns the endPattern.Returns the imageGallery.Returns the inputDir.Returns the keepBrokenLinks.Returns the linkGallery.Returns the locale.Returns the overwrite.Returns the startPattern.Returns the template.void
setDestinationDir
(String destinationDir) Sets the destinationDir.void
setDownloadGallery
(String downloadGallery) Sets the downloadGallery.void
setElement
(String element) Sets the element.void
setEncoding
(String encoding) Sets the encoding.void
setEndPattern
(String endPattern) Sets the endPattern.void
setImageGallery
(String imageGallery) Sets the imageGallery.void
setInputDir
(String inputDir) Sets the inputDir.void
setKeepBrokenLinks
(String keepBrokenLinks) Sets the keepBrokenLinks.void
setLinkGallery
(String linkGallery) Sets the linkGallery.void
Sets the locale.void
setOverwrite
(String overwrite) Sets the overwrite.void
setStartPattern
(String startPattern) Sets the startPattern.void
setTemplate
(String template) Sets the template.toString()
-
Constructor Details
-
CmsExtendedHtmlImportDefault
public CmsExtendedHtmlImportDefault()Default Constructor.
-
-
Method Details
-
getDestinationDir
Returns the destinationDir.- Returns:
- the destinationDir
-
getDownloadGallery
Returns the downloadGallery.- Returns:
- the downloadGallery
-
getElement
Returns the element.- Returns:
- the element
-
getEncoding
Returns the encoding.- Returns:
- the encoding
-
getEndPattern
Returns the endPattern.- Returns:
- the endPattern
-
getImageGallery
Returns the imageGallery.- Returns:
- the imageGallery
-
getInputDir
Returns the inputDir.- Returns:
- the inputDir
-
getKeepBrokenLinks
Returns the keepBrokenLinks.- Returns:
- the keepBrokenLinks
-
getLinkGallery
Returns the linkGallery.- Returns:
- the linkGallery
-
getLocale
Returns the locale.- Returns:
- the locale
-
getOverwrite
Returns the overwrite.- Returns:
- the overwrite
-
getStartPattern
Returns the startPattern.- Returns:
- the startPattern
-
getTemplate
Returns the template.- Returns:
- the template
-
setDestinationDir
Sets the destinationDir.- Parameters:
destinationDir
- the destinationDir to set
-
setDownloadGallery
Sets the downloadGallery.- Parameters:
downloadGallery
- the downloadGallery to set
-
setElement
Sets the element.- Parameters:
element
- the element to set
-
setEncoding
Sets the encoding.- Parameters:
encoding
- the encoding to set
-
setEndPattern
Sets the endPattern.- Parameters:
endPattern
- the endPattern to set
-
setImageGallery
Sets the imageGallery.- Parameters:
imageGallery
- the imageGallery to set
-
setInputDir
Sets the inputDir.- Parameters:
inputDir
- the inputDir to set
-
setKeepBrokenLinks
Sets the keepBrokenLinks.- Parameters:
keepBrokenLinks
- the keepBrokenLinks to set
-
setLinkGallery
Sets the linkGallery.- Parameters:
linkGallery
- the linkGallery to set
-
setLocale
Sets the locale.- Parameters:
locale
- the locale to set
-
setOverwrite
Sets the overwrite.- Parameters:
overwrite
- the overwrite to set
-
setStartPattern
Sets the startPattern.- Parameters:
startPattern
- the startPattern to set
-
setTemplate
Sets the template.- Parameters:
template
- the template to set
-
toString
-