Searched refs:isInteractiveMode (Results 1 - 8 of 8) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/tools/upgrade/
H A DUpgradeContext.java81 private boolean isInteractiveMode; field in class:UpgradeContext
223 boolean isInteractiveMode() method in class:UpgradeContext
225 return isInteractiveMode;
233 * @param isInteractiveMode
237 public UpgradeContext setInteractiveMode(boolean isInteractiveMode) argument
239 this.isInteractiveMode = isInteractiveMode;
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/upgrade/
H A DUpgradeContext.java82 private boolean isInteractiveMode; field in class:UpgradeContext
224 boolean isInteractiveMode() method in class:UpgradeContext
226 return isInteractiveMode;
234 * @param isInteractiveMode
238 public UpgradeContext setInteractiveMode(boolean isInteractiveMode) argument
240 this.isInteractiveMode = isInteractiveMode;
/forgerock/opendj2-hg/src/server/org/opends/server/tools/upgrade/
H A DUpgradeContext.java81 private boolean isInteractiveMode; field in class:UpgradeContext
223 boolean isInteractiveMode() method in class:UpgradeContext
225 return isInteractiveMode;
233 * @param isInteractiveMode
237 public UpgradeContext setInteractiveMode(boolean isInteractiveMode) argument
239 this.isInteractiveMode = isInteractiveMode;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/
H A DUpgradeContext.java61 private boolean isInteractiveMode; field in class:UpgradeContext
180 boolean isInteractiveMode() method in class:UpgradeContext
182 return isInteractiveMode;
188 * @param isInteractiveMode
192 public UpgradeContext setInteractiveMode(boolean isInteractiveMode) argument
194 this.isInteractiveMode = isInteractiveMode;
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/upgrade/
H A DUpgradeContext.java83 private boolean isInteractiveMode; field in class:UpgradeContext
199 public boolean isInteractiveMode() method in class:UpgradeContext
201 return isInteractiveMode;
207 * @param isInteractiveMode
210 public void setInteractiveMode(boolean isInteractiveMode) argument
212 this.isInteractiveMode = isInteractiveMode;
H A DUpgradeTasks.java798 if (!context.isInteractiveMode() && !context.isForceUpgradeMode())
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/upgrade/
H A DUpgradeContext.java83 private boolean isInteractiveMode; field in class:UpgradeContext
199 public boolean isInteractiveMode() method in class:UpgradeContext
201 return isInteractiveMode;
207 * @param isInteractiveMode
210 public void setInteractiveMode(boolean isInteractiveMode) argument
212 this.isInteractiveMode = isInteractiveMode;
H A DUpgradeTasks.java796 if (!context.isInteractiveMode() && !context.isForceUpgradeMode())

Completed in 1004 milliseconds