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)
|
LDAP
static final int LDAP
- See Also:
- Constant Field Values
PROPS
static final int PROPS
- See Also:
- Constant Field Values
load
java.util.Map load(java.lang.String prefix,
java.util.Map properties)
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.