| |
|
| java.lang.Object org.blojsom.upgrade.Blojsom2ToBlojsom3Utility
Blojsom2ToBlojsom3Utility | public class Blojsom2ToBlojsom3Utility (Code) | | Utility class to migrate from blojsom 2 to blojsom 3
author: David Czarnecki version: $Id: Blojsom2ToBlojsom3Utility.java,v 1.20 2007/01/17 02:35:21 czarneckid Exp $ since: blojsom 3 |
Blojsom2ToBlojsom3Utility | public Blojsom2ToBlojsom3Utility()(Code) | | Construct a new instance of the blojsom 2 to blojsom 3 utility
|
configureFetcher | protected void configureFetcher(ServletConfig servletConfig, BlojsomConfiguration blojsomConfiguration) throws ServletException(Code) | | Configure the
BlojsomFetcher that will be used to fetch categories and
entries
Parameters: servletConfig - Servlet configuration information Parameters: blojsomConfiguration - blojsom properties throws: javax.servlet.ServletException - If the BlojsomFetcher class could not be loaded and/or initialized |
setBlojsom2Path | public void setBlojsom2Path(String blojsom2Path)(Code) | | Set the path to the blojsom 2 installation directory
Parameters: blojsom2Path - blojsom 2 installation directory |
setBlojsom3Path | public void setBlojsom3Path(String blojsom3Path)(Code) | | Set the path to the blojsom 3 installation directory
Parameters: blojsom3Path - blojsom 3 installation directory |
upgrade | public void upgrade()(Code) | | Upgrade the blojsom 2 instance to blojsom 3
|
|
|
|