Class SampleWikiConverter


  • @Deprecated(forRemoval=true)
    public class SampleWikiConverter
    extends Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 8.6
    This is a sample wiki converter.

    It converts SimpleWeb wiki files to import 'ok' into Confluence. It connects to HSQLDB, pulls the pages out, converts them where it can and writes them out to a directory as files. You can then import them with the ImportPagesAction.

    • Constructor Detail

      • SampleWikiConverter

        public SampleWikiConverter()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • main

        public static void main​(String[] args)
        Deprecated, for removal: This API element is subject to removal in a future version.