Uses of Interface
com.atlassian.confluence.importexport.impl.ExportFileNameGenerator
Packages that use ExportFileNameGenerator
Package
Description
-
Uses of ExportFileNameGenerator in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport with parameters of type ExportFileNameGeneratorModifier and TypeMethodDescriptionvoid
AbstractExporterImpl.setExportFileNameGenerator
(ExportFileNameGenerator exportFileNameGenerator) -
Uses of ExportFileNameGenerator in com.atlassian.confluence.importexport.impl
Classes in com.atlassian.confluence.importexport.impl that implement ExportFileNameGeneratorModifier and TypeClassDescriptionclass
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 ExportFileNameGeneratorModifier and TypeMethodDescriptionstatic ExportFileNameGenerator
ConfluenceTempDirExportFileNameGenerator.create
(ConfluenceDirectories confluenceDirectories, String exportDirPrefix, String extension, String dateFormat, String timeFormat)