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 mappedTypes
mappedTypes as IList<Type>:
Entity types contributed directly by this configuration.
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: mappedTypes, providerName
Constructors
Modifier and Type Member Description
public XMLConfiguration Creates a configuration from a filesystem path.
public XMLConfiguration Creates a configuration from a string path.