klyn.data.xml.XMLConfiguration.XMLConfiguration
constructor
public XMLConfiguration(
path as Path,
indexes as IList<IndexRegistration> = []
):
Description

Creates a configuration from a filesystem path.

Parameters
ParameterDescription
pathXML document path.
Throws
  • ValueException if path is null.
Example
configuration = XMLConfiguration(FilePath("users.xml"))