Searched defs:newLogs (Results 1 - 6 of 6) sorted by relevance
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/event/ |
H A D | ProgressUpdateEvent.java | 49 private Message newLogs; field in class:ProgressUpdateEvent 59 * @param newLogs the new log messages that we have for the installation. 62 Integer progressRatio, Message currentPhaseSummary, Message newLogs) 67 this.newLogs = newLogs; 86 return newLogs; 61 ProgressUpdateEvent(ProgressStep step, Integer progressRatio, Message currentPhaseSummary, Message newLogs) argument
|
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/event/ |
H A D | ProgressUpdateEvent.java | 50 private Message newLogs; field in class:ProgressUpdateEvent 60 * @param newLogs the new log messages that we have for the installation. 63 Integer progressRatio, Message currentPhaseSummary, Message newLogs) 68 this.newLogs = newLogs; 87 return newLogs; 62 ProgressUpdateEvent(ProgressStep step, Integer progressRatio, Message currentPhaseSummary, Message newLogs) argument
|
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/event/ |
H A D | ProgressUpdateEvent.java | 50 private Message newLogs; field in class:ProgressUpdateEvent 60 * @param newLogs the new log messages that we have for the installation. 63 Integer progressRatio, Message currentPhaseSummary, Message newLogs) 68 this.newLogs = newLogs; 87 return newLogs; 62 ProgressUpdateEvent(ProgressStep step, Integer progressRatio, Message currentPhaseSummary, Message newLogs) argument
|
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/event/ |
H A D | ProgressUpdateEvent.java | 49 private Message newLogs; field in class:ProgressUpdateEvent 59 * @param newLogs the new log messages that we have for the installation. 62 Integer progressRatio, Message currentPhaseSummary, Message newLogs) 67 this.newLogs = newLogs; 86 return newLogs; 61 ProgressUpdateEvent(ProgressStep step, Integer progressRatio, Message currentPhaseSummary, Message newLogs) argument
|
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/event/ |
H A D | ProgressUpdateEvent.java | 50 private Message newLogs; field in class:ProgressUpdateEvent 60 * @param newLogs the new log messages that we have for the installation. 63 Integer progressRatio, Message currentPhaseSummary, Message newLogs) 68 this.newLogs = newLogs; 87 return newLogs; 62 ProgressUpdateEvent(ProgressStep step, Integer progressRatio, Message currentPhaseSummary, Message newLogs) argument
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/event/ |
H A D | ProgressUpdateEvent.java | 50 private LocalizableMessage newLogs; field in class:ProgressUpdateEvent 60 * @param newLogs the new log messages that we have for the installation. 63 Integer progressRatio, LocalizableMessage currentPhaseSummary, LocalizableMessage newLogs) 68 this.newLogs = newLogs; 87 return newLogs; 62 ProgressUpdateEvent(ProgressStep step, Integer progressRatio, LocalizableMessage currentPhaseSummary, LocalizableMessage newLogs) argument
|
Completed in 30 milliseconds