com.day.cq.wcm.siteimporter.steps
Class AbstractImporterStep

java.lang.Object
  extended by com.day.cq.wcm.siteimporter.steps.AbstractImporterStep
All Implemented Interfaces:
ImporterStep
Direct Known Subclasses:
CreateBlueprintStep, CreateCampaignStep, CreateComponentStep, CreateContentStep, CreateDesignStep, CreatePackageStep, CreateTemplateStep, SetupProjectStep

public abstract class AbstractImporterStep
extends Object
implements ImporterStep


Field Summary
static String P_ORDER
           
 
Fields inherited from interface com.day.cq.wcm.siteimporter.ImporterStep
COMPONENTS_FOLDER, DESIGN_RESOURCES, DEV_RESOURCES, ERROR_CLASS, HEADING_CLASS, SKIP_CLASS, TEMPLATES_FOLDER
 
Constructor Summary
AbstractImporterStep()
           
 
Method Summary
protected  void activate(ComponentContext context)
           
abstract  boolean execute(ImporterContext ctx)
           
 Integer getOrder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

P_ORDER

public static final String P_ORDER
See Also:
Constant Field Values
Constructor Detail

AbstractImporterStep

public AbstractImporterStep()
Method Detail

getOrder

public Integer getOrder()
Specified by:
getOrder in interface ImporterStep
See Also:
ImporterStep.getOrder()

execute

public abstract boolean execute(ImporterContext ctx)
Specified by:
execute in interface ImporterStep

activate

protected void activate(ComponentContext context)
                 throws RepositoryException
Throws:
RepositoryException


Copyright © 2011-2013 Adobe Systems Incorporated. All Rights Reserved.