org.apache.directory.server.protocol.shared.store
Interface LdifLoadFilter
public interface LdifLoadFilter
A filter interface for the LDIF loader.
- Version:
- $Rev: 686082 $, $Date: 2008-08-14 19:12:09 -0400 (Thu, 14 Aug 2008) $
- Author:
- Apache Directory Project
|
Method Summary |
boolean |
filter(java.io.File file,
org.apache.directory.shared.ldap.name.LdapDN dn,
org.apache.directory.shared.ldap.entry.Entry entry,
CoreSession coreSession)
Filters entries loaded from LDIF files by a LdifFileLoader. |
filter
boolean filter(java.io.File file,
org.apache.directory.shared.ldap.name.LdapDN dn,
org.apache.directory.shared.ldap.entry.Entry entry,
CoreSession coreSession)
throws javax.naming.NamingException
- Filters entries loaded from LDIF files by a LdifFileLoader.
- Parameters:
file - the file being loadeddn - the distinguished name of the entry being loadedentry - the entry attributes within the LDIF filecoreSession - session to be used for loading the entry into the DIT
- Returns:
- true if the entry will be created in the DIT, false if it is to be skipped
- Throws:
javax.naming.NamingException
Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.