1.43.3.2. Value storage plugin

Provider implementation should use ValueStoragePlugin abstract class as a base for all storage implementations. Plugin provides support for provider implementation methods. Plugin's methods should be implemented:

public abstract void init(Properties props, ValueDataResourceHolder resources) throws RepositoryConfigurationException, IOException;
public abstract ValueIOChannel openIOChannel() throws IOException;
public abstract boolean isSame(String valueDataDescriptor);
Copyright ©2012. All rights reserved. eXo Platform SAS