| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | * Copyright 2006-2009 Sun Microsystems, Inc. |
| | | */ |
| | | package org.opends.server.util; |
| | | |
| | |
| | | |
| | | |
| | | /** |
| | | * The extensible indexer identifier string that will be used for a substring |
| | | * type. |
| | | */ |
| | | public static final String EXTENSIBLE_INDEXER_ID_SUBSTRING="substring"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The extensible indexer identifier string that will be used for a shared |
| | | * type. |
| | | */ |
| | | public static final String EXTENSIBLE_INDEXER_ID_SHARED="shared"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The lines that make up the CDDL header. They will not have any prefix, so |
| | | * an appropriate prefix may need to be added for some cases (e.g., "# " for |
| | | * shell scripts, "rem " for batch files, etc.). |