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.6This 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 SampleWikiConverter()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
main(String[] args)
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.
-
-