Importer
interface ...
Importer
interface ...
AbstractImporter
file/directory combinations 1. plain files + foo - test.gif 2. plain files + special folder + foo - .content.xml + bar - test.gif 3. special file + foo - test.gif - test.gif.dir - .content.xml 4. special file + sub files + foo - test.gif - test.gif.dir - .content.xml + _jcr_content - thumbnail.gif 4. special file + sub special files + foo - test.gif - test.gif.dir - .content.xml + _jcr_content - thumbnail.gif + thumbnail.gif.dir - .content.xml 5. file/folder structure + foo + en - .content.xml + _cq_content - thumbnail.gif + company - .content.xml
Importer holds a Set of ImportEntries and facilitates the
tag within a
by allowing Classes to be loaded using a specified ClassLoader
@author mark proctor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|