public class LdifScript
extends java.lang.Object
| Constructor and Description |
|---|
LdifScript(LdapConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.io.Reader reader,
javax.naming.directory.DirContext ctx,
ParametersCallback parameters)
Executes an LDIF content from the specified reader.
|
protected java.lang.Long |
getMaxFileLength()
Accessor for testing purposes
|
protected boolean |
isReadonly() |
public LdifScript(LdapConnection connection)
public void execute(java.io.Reader reader,
javax.naming.directory.DirContext ctx,
ParametersCallback parameters)
throws LdapProviderException
reader - reader with LDIF content.LdapProviderException - if directory access failed.protected java.lang.Long getMaxFileLength()
protected boolean isReadonly()
Copyright © Copyright 2006-2019 The Scriptella Project Team.