org.apache.jetspeed.tools.page.serializer
Class JetspeedPageSerializerApplicationImpl

java.lang.Object
  extended by org.apache.jetspeed.tools.page.serializer.JetspeedPageSerializerApplicationImpl
All Implemented Interfaces:
JetspeedPageSerializerApplication

public class JetspeedPageSerializerApplicationImpl
extends java.lang.Object
implements JetspeedPageSerializerApplication

Commandline or standalone execution of JetspeedPageSerializer

Version:
$Id: JetspeedPageSerializerApplicationImpl.java 767444 2009-04-22 10:08:53Z ate $

Constructor Summary
JetspeedPageSerializerApplicationImpl()
           
 
Method Summary
 PageSerializer.Result exportPages(ToolsLogger logger, java.lang.String applicationRootPath, java.lang.String categories, java.lang.String filterPropertiesFileName, java.util.Properties initProperties, java.lang.String rootFolder)
           
 PageSerializer.Result importPages(ToolsLogger logger, java.lang.String applicationRootPath, java.lang.String categories, java.lang.String filterPropertiesFileName, java.util.Properties initProperties, java.lang.String rootFolder)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JetspeedPageSerializerApplicationImpl

public JetspeedPageSerializerApplicationImpl()
Method Detail

main

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

importPages

public PageSerializer.Result importPages(ToolsLogger logger,
                                         java.lang.String applicationRootPath,
                                         java.lang.String categories,
                                         java.lang.String filterPropertiesFileName,
                                         java.util.Properties initProperties,
                                         java.lang.String rootFolder)
                                  throws JetspeedException
Specified by:
importPages in interface JetspeedPageSerializerApplication
Throws:
JetspeedException

exportPages

public PageSerializer.Result exportPages(ToolsLogger logger,
                                         java.lang.String applicationRootPath,
                                         java.lang.String categories,
                                         java.lang.String filterPropertiesFileName,
                                         java.util.Properties initProperties,
                                         java.lang.String rootFolder)
                                  throws JetspeedException
Specified by:
exportPages in interface JetspeedPageSerializerApplication
Throws:
JetspeedException


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.