org.apache.sling.jcr.contentloader.internal
Class BaseImportLoader
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
BaseImportLoader
public BaseImportLoader()
dispose
public void dispose()
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.