org.pf.directory.ldif
Class LDIFWriter

java.lang.Object
  extended by org.pf.directory.ldif.LDIFWriter

public class LDIFWriter
extends java.lang.Object

Simple writer that is capable of writing internal LDAP directory objects to an LDIF formatted stream.

Version:
1.0
Author:
M.Duchrow

Constructor Summary
LDIFWriter()
          Initialize the new instance with default values.
 
Method Summary
static LDIFWriter n()
          Returns a new instance of this class ;
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDIFWriter

public LDIFWriter()
Initialize the new instance with default values.

Method Detail

n

public static LDIFWriter n()
Returns a new instance of this class ;