Package org.modeshape.graph.connector.xmlfile

The XML File connector is a connector that maintains a graph in transient in-process memory, where the graph is loaded initially from an XML file.

See:
          Description


Class Summary
XmlFileRepositorySource A RepositorySource for a in-memory repository with content defined by an XML file.
 

Package org.modeshape.graph.connector.xmlfile Description

The XML File connector is a connector that maintains a graph in transient in-process memory, where the graph is loaded initially from an XML file. (Note that any changes to the content are not serialized back to the XML file.) This connector is a good solution for a simple repository source that is very lightweight and of small to moderate sizes.



Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.