Uses of Interface
com.atlassian.confluence.importexport.impl.ExportFileNameGenerator
-
Packages that use ExportFileNameGenerator Package Description com.atlassian.confluence.impl.importexport com.atlassian.confluence.importexport.impl -
-
Uses of ExportFileNameGenerator in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport with parameters of type ExportFileNameGenerator Modifier and Type Method Description void
AbstractExporterImpl. setExportFileNameGenerator(ExportFileNameGenerator exportFileNameGenerator)
-
Uses of ExportFileNameGenerator in com.atlassian.confluence.importexport.impl
Classes in com.atlassian.confluence.importexport.impl that implement ExportFileNameGenerator Modifier and Type Class Description class
ConfluenceTempDirExportFileNameGenerator
A file name generator that will create directories and filenames appropriate for the configured Confluence temporary directory.Methods in com.atlassian.confluence.importexport.impl that return ExportFileNameGenerator Modifier and Type Method Description static ExportFileNameGenerator
ConfluenceTempDirExportFileNameGenerator. create(ConfluenceDirectories confluenceDirectories, String exportDirPrefix, String extension, String dateFormat, String timeFormat)
Methods in com.atlassian.confluence.importexport.impl with parameters of type ExportFileNameGenerator Modifier and Type Method Description void
AbstractExporterImpl. setExportFileNameGenerator(ExportFileNameGenerator exportFileNameGenerator)
Deprecated.
-