org.apache.sling.jcr.contentloader.internal
Class BaseImportLoader

java.lang.Object
  extended by org.apache.sling.jcr.contentloader.internal.BaseImportLoader
Direct Known Subclasses:
DefaultContentImporter, Loader

public abstract class BaseImportLoader
extends Object

Base class that takes care of the details that are common to bundle content loader and the POST operation "import" loader.


Field Summary
static String EXT_JAR
           
static String EXT_JCR_XML
           
static String EXT_JSON
           
static String EXT_XML
           
static String EXT_ZIP
           
 
Constructor Summary
BaseImportLoader()
           
 
Method Summary
 void dispose()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXT_XML

public static final String EXT_XML
See Also:
Constant Field Values

EXT_JCR_XML

public static final String EXT_JCR_XML
See Also:
Constant Field Values

EXT_JSON

public static final String EXT_JSON
See Also:
Constant Field Values

EXT_JAR

public static final String EXT_JAR
See Also:
Constant Field Values

EXT_ZIP

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

BaseImportLoader

public BaseImportLoader()
Method Detail

dispose

public void dispose()


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.