| | |
| | | * Portions Copyright 2006-2007 Sun Microsystems, Inc. |
| | | */ |
| | | package org.opends.server.util; |
| | | import org.opends.messages.Message; |
| | | |
| | | |
| | | |
| | |
| | | import static org.opends.server.util.Validator.*; |
| | | |
| | | |
| | | |
| | | /** |
| | | * This class provides a mechanism for writing entries in LDIF form to a file or |
| | | * an output stream. |
| | |
| | | * @throws IOException If a problem occurs while attempting to write the |
| | | * comment to the LDIF file. |
| | | */ |
| | | public void writeComment(String comment, int wrapColumn) |
| | | public void writeComment(Message comment, int wrapColumn) |
| | | throws IOException |
| | | { |
| | | ensureNotNull(comment); |