com.atlassian.confluence.xhtml
Class StorageFormatCreator

java.lang.Object
  extended by com.atlassian.confluence.xhtml.StorageFormatCreator

public class StorageFormatCreator
extends Object

A Utility class that provides a single place for the creation of storage format test data


Constructor Summary
StorageFormatCreator()
           
 
Method Summary
static String convert(MacroDefinition definition)
           Create a storage formatted representation of the supplied macro definition.
static String createUserLink(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageFormatCreator

public StorageFormatCreator()
Method Detail

convert

public static String convert(MacroDefinition definition)

Create a storage formatted representation of the supplied macro definition.

Parameters:
definition -
Returns:

createUserLink

public static String createUserLink(String username)


Copyright © 2003-2012 Atlassian. All Rights Reserved.