org.apache.directory.server.protocol.shared
Interface LoadStrategy

All Known Implementing Classes:
LdapLoader, PropsLoader

public interface LoadStrategy

Load strategy interface for configuration properties.

Version:
$Rev: 434432 $, $Date: 2006-08-24 18:52:26 +0200 (Thu, 24 Aug 2006) $
Author:
Apache Directory Project

Field Summary
static int LDAP
           
static int PROPS
           
 
Method Summary
 java.util.Map load(java.lang.String prefix, java.util.Map properties)
           
 

Field Detail

LDAP

static final int LDAP
See Also:
Constant Field Values

PROPS

static final int PROPS
See Also:
Constant Field Values
Method Detail

load

java.util.Map load(java.lang.String prefix,
                   java.util.Map properties)


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.