org.apache.chemistry.opencmis.inmemory
Interface RepositoryInfoCreator
public interface RepositoryInfoCreator
A simple interface to create the repository info. This needs to be
implemented by a client (like a unit test) in class and the name of the class
is passed to the session. The in-memory repository creates an instance of
this class to generate the repository info for its instance.
- Author:
- Jens
createRepositoryInfo
RepositoryInfo createRepositoryInfo()
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.