public interface ChangeLogConstants extends GlobalConstants
The constants for the change log.
| Modifier and Type | Field and Description | 
|---|---|
static String | 
DETAIL_LINE_PREFIX
The prefix of another line of a detail. 
 | 
static String | 
DETAIL_START_PREFIX
The prefix of the start line of a detail. 
 | 
static String | 
MAINTAINER_TIMESTAMP_SEPARATOR
 The separator between the maintainer and the timestamp in the last line
 of a change log entry. 
 | 
static String | 
TERMINATION_PREFIX
The prefix of the termination line of a version entry. 
 | 
static DateFormat | 
TIMESTAMP_FORMAT
The format of the timestamp. 
 | 
UTF_8, UTF_8_CHARSETstatic final String DETAIL_START_PREFIX
static final String DETAIL_LINE_PREFIX
static final String TERMINATION_PREFIX
static final String MAINTAINER_TIMESTAMP_SEPARATOR
The separator between the maintainer and the timestamp in the last line of a change log entry.
static final DateFormat TIMESTAMP_FORMAT
Copyright © 2015–2019. All rights reserved.