Searched defs:HISTORY_LOG_FILE_NAME (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java260 public static final String HISTORY_LOG_FILE_NAME = "log"; field in class:Installation
918 return new File(getHistoryDirectory(), HISTORY_LOG_FILE_NAME);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java266 public static final String HISTORY_LOG_FILE_NAME = "log"; field in class:Installation
924 return new File(getHistoryDirectory(), HISTORY_LOG_FILE_NAME);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java266 public static final String HISTORY_LOG_FILE_NAME = "log"; field in class:Installation
924 return new File(getHistoryDirectory(), HISTORY_LOG_FILE_NAME);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java260 public static final String HISTORY_LOG_FILE_NAME = "log"; field in class:Installation
918 return new File(getHistoryDirectory(), HISTORY_LOG_FILE_NAME);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DInstallation.java261 public static final String HISTORY_LOG_FILE_NAME = "log"; field in class:Installation
892 return new File(getHistoryDirectory(), HISTORY_LOG_FILE_NAME);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DInstallation.java143 public static final String HISTORY_LOG_FILE_NAME = "log"; field in class:Installation
761 return new File(getHistoryDirectory(), HISTORY_LOG_FILE_NAME);

Completed in 116 milliseconds