Uses of Interface
se.conciliate.extensions.publish.custom.CustomPublishConfig
Packages that use CustomPublishConfig
Package
Description
Provides services for performing a customized publish service.
-
Uses of CustomPublishConfig in se.conciliate.extensions.publish.custom
Methods in se.conciliate.extensions.publish.custom that return CustomPublishConfigModifier and TypeMethodDescriptionCustomPublishConfigFactory.createConfig()Creates an empty configuration.CustomPublish.readConfig(byte[] data) A complete custom publish profile can be bundled as a zip archive containing the publish configuration in an entry called "config.xml", together with any other resources the publish might need.Methods in se.conciliate.extensions.publish.custom with parameters of type CustomPublishConfigModifier and TypeMethodDescriptionvoidCustomPublish.run(CustomPublishConfig config, Collection<MTLanguage> languages, ProgressCallback progress, UploadProfile target, BiFunction<Path, String, Boolean> removeExistingFilter, Map<String, String> transformParameters, MTColorScheme colorScheme, boolean notifySubscribers, PublishResource... resource) Runs a custom publish.