org.pfsw.tools.beluga.ldap.directory
Class XmlDirectoryConfiguration

java.lang.Object
  extended by org.pfsw.tools.beluga.ldap.directory.DirectoryConfiguration
      extended by org.pfsw.tools.beluga.ldap.directory.XmlDirectoryConfiguration

public class XmlDirectoryConfiguration
extends DirectoryConfiguration

Special configuration that gets initialized from XML based data.

Version:
1.0
Author:
M.Duchrow

Constructor Summary
XmlDirectoryConfiguration(String rootPath, org.pf.six.Element configData)
          Initialize the new instance with a root directory where the data files can be found.
 
Method Summary
 
Methods inherited from class org.pfsw.tools.beluga.ldap.directory.DirectoryConfiguration
addDataSource, addSuffix, getContainerRule, getDataFiles, getSuffixes, setContainerRecognizingRule
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlDirectoryConfiguration

public XmlDirectoryConfiguration(String rootPath,
                                 org.pf.six.Element configData)
Initialize the new instance with a root directory where the data files can be found.

Parameters:
rootPath - The root directory from where to look for relative file names
configData - The configuration read from an XML file


Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.