|
Class Summary |
| DBSource |
An ISource implementation that utilizes an RDBMS for persistance. |
| FSSource |
An ISource implementation that utilizes a file system
directory as it's data repostiory. |
| MemorySource |
A ISource implementation intended for testing purposes only. |
| SourceKey |
An immutable internal class that manages the translation between content's
public id, locale and possibly it's internal binary id and it's
String source key. |
| ZipSource |
An ISource implementation that utilizes a zip file as it's
data repository. |