com.jalios.jcms.tools
Class StoreConverter

java.lang.Object
  extended by com.jalios.jcms.tools.StoreConverter

public class StoreConverter
extends Object


Constructor Summary
StoreConverter()
           
 
Method Summary
static void convertJCMS56(File src, File tgt)
          JCMS 5.6 Convertion (Hierarchical Groups).
static String convertJCMS60_Customization(String line)
           
static String convertJCMS60_ForumDiscussionMetadata(String line)
           
static void convertJCMS60_Init()
           
static boolean convertJCMS60_isDBClass(String line)
           
static String convertJCMS60_Skins(String line)
           
static String convertJCMS60_Templates(String line)
           
static void convertJCMS60(File src, File tgt)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreConverter

public StoreConverter()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

convertJCMS56

public static void convertJCMS56(File src,
                                 File tgt)
                          throws Exception
JCMS 5.6 Convertion (Hierarchical Groups). For each member, replace groups="..." with declaredGroups="..."

Parameters:
src - the source file
tgt - the target file
Throws:
Exception
Since:
jcms-5.6.0

convertJCMS60

public static void convertJCMS60(File src,
                                 File tgt)
                          throws Exception
Throws:
Exception

convertJCMS60_Init

public static void convertJCMS60_Init()
                               throws Exception
Throws:
Exception

convertJCMS60_isDBClass

public static boolean convertJCMS60_isDBClass(String line)
                                       throws Exception
Throws:
Exception

convertJCMS60_Customization

public static String convertJCMS60_Customization(String line)
                                          throws Exception
Throws:
Exception

convertJCMS60_Templates

public static String convertJCMS60_Templates(String line)
                                      throws Exception
Throws:
Exception

convertJCMS60_Skins

public static String convertJCMS60_Skins(String line)
                                  throws Exception
Throws:
Exception

convertJCMS60_ForumDiscussionMetadata

public static String convertJCMS60_ForumDiscussionMetadata(String line)
                                                    throws Exception
Throws:
Exception


Copyright © 2001-2007 Jalios SA. All Rights Reserved.