com.jalios.jcms.db
Class Jcms5DataLoader
java.lang.Object
com.jalios.jcms.db.AbstractJcms5DataLoader
com.jalios.jcms.db.Jcms5DataLoader
public class Jcms5DataLoader
- extends AbstractJcms5DataLoader
This class loads some data from JCMS 5 to JCMS 6.
- Since:
- jcms-6.0.0
- Author:
- Olivier Dedieu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REVISION
public static final String REVISION
- See Also:
- Constant Field Values
getInstance
public static Jcms5DataLoader getInstance()
load
public Jcms5DataLoadReport load(File file)
throws IOException
- Loads the JCMS 5 data from the given file.
- Parameters:
file
- the file to be loaded.
- Returns:
- a DataLoadReport
- Throws:
IOException
- Since:
- jcms-6.0.0
buildDBData
public DBData buildDBData(String[] array)
- Specified by:
buildDBData
in class AbstractJcms5DataLoader
getReport
public Jcms5DataLoadReport getReport()
decodeText
public String decodeText(String str,
boolean resolveLink)
getNewId
public String getNewId(String oldId)
Copyright © 2001-2010 Jalios SA. All Rights Reserved.