Class SampleWikiConverter

java.lang.Object
com.atlassian.confluence.util.misc.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 Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SampleWikiConverter

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

    • main

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