/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License, Version 1.0 only
* (the "License"). You may not use this file except in compliance
* with the License.
*
* You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
* See the License for the specific language governing permissions
* and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at legal-notices/CDDLv1_0.txt.
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information:
* Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*
*
* Copyright 2008 Sun Microsystems, Inc.
* Portions Copyright 2011-2015 ForgeRock AS
*/
/**
* Defines common constants.
*/
public class Constants {
/** Platform appropriate line separator. */
/** HTML line break tag. */
/** HTML bold open tag. */
/** HTML bold close tag. */
/** HTML list item open tag. */
/** HTML list item close tag. */
/** Default dynamic name of directory manager. */
/** Default global admin UID. */
/** These HTML tags cause a line break in formatted text. */
};
/** DN of the schema object. */
/** DN of legacy replication changes base DN for backwards compatibility with OpenDJ <= 2.6.x. */
/** The cli java system property. */
/** The default replication port. */
/** The maximum chars we show in a line of a dialog. */
/** Prefix for log files. */
/** Suffix for log files. */
}