XMLConfiguration
classin packageklyn.data.xml
public final class XMLConfiguration implements ProviderConfiguration:
XMLConfiguration
All Implemented Interfaces: ProviderConfiguration

Immutable configuration for one atomic XML document source.

configuration = XMLConfiguration("users.xml")
Properties
Modifier and Type Member Description
public readonly property indexes Typed persistent indexes rebuilt for each atomic source generation.
public readonly property path
path as FilePath
XML document path.
public readonly property providerName
providerName as String:
Stable provider family name.
Inherited Properties
propertyInherited Properties from ProviderConfiguration: providerName
Constructors
Modifier and Type Member Description
public XMLConfiguration
XMLConfiguration( path as Path, indexes as IList<IndexRegistration> = [] ):
Creates a configuration from a filesystem path.
public XMLConfiguration
XMLConfiguration( path as String, indexes as IList<IndexRegistration> = [] ):
Creates a configuration from a string path.