Class VoidAttachmentVersioningStore

  • All Implemented Interfaces:
    AttachmentVersioningStore

    @Component
    @Named("void")
    @Singleton
    public class VoidAttachmentVersioningStore
    extends Object
    implements AttachmentVersioningStore
    Void store for attachment versioning when it is disabled. ("xwiki.store.attachment.versioning=0" parameter is set in xwiki.cfg) It says what there is only one version of attachment - latest. It doesn't store anything. It is safe to use with any stores.
    Since:
    1.4M2
    Version:
    $Id: 971adb2818c92d15f1b50f8d580b686e4f60e6c4 $