/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ |
H A D | JavaArguments.java | 44 private int maxMemory = -1; field in class:JavaArguments 54 return maxMemory; 59 * @param maxMemory the maximum memory allowed to execute the command-line. 61 public void setMaxMemory(int maxMemory) argument 63 this.maxMemory = maxMemory; 127 equals = maxMemory == ((JavaArguments)o).maxMemory; 156 int hashCode = 44 + initialMemory + maxMemory; 172 .append(" Max Memory: ").append(maxMemory); [all...] |
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ |
H A D | JavaArguments.java | 45 private int maxMemory = -1; field in class:JavaArguments 55 return maxMemory; 60 * @param maxMemory the maximum memory allowed to execute the command-line. 62 public void setMaxMemory(int maxMemory) argument 64 this.maxMemory = maxMemory; 128 equals = maxMemory == ((JavaArguments)o).maxMemory; 157 int hashCode = 44 + initialMemory + maxMemory; 173 .append(" Max Memory: ").append(maxMemory); [all...] |
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ |
H A D | JavaArguments.java | 45 private int maxMemory = -1; field in class:JavaArguments 55 return maxMemory; 60 * @param maxMemory the maximum memory allowed to execute the command-line. 62 public void setMaxMemory(int maxMemory) argument 64 this.maxMemory = maxMemory; 128 equals = maxMemory == ((JavaArguments)o).maxMemory; 157 int hashCode = 44 + initialMemory + maxMemory; 173 .append(" Max Memory: ").append(maxMemory); [all...] |
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ |
H A D | JavaArguments.java | 44 private int maxMemory = -1; field in class:JavaArguments 54 return maxMemory; 59 * @param maxMemory the maximum memory allowed to execute the command-line. 61 public void setMaxMemory(int maxMemory) argument 63 this.maxMemory = maxMemory; 127 equals = maxMemory == ((JavaArguments)o).maxMemory; 156 int hashCode = 44 + initialMemory + maxMemory; 172 .append(" Max Memory: ").append(maxMemory); [all...] |
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ |
H A D | JavaArguments.java | 45 private int maxMemory = -1; field in class:JavaArguments 55 return maxMemory; 60 * @param maxMemory the maximum memory allowed to execute the command-line. 62 public void setMaxMemory(int maxMemory) argument 64 this.maxMemory = maxMemory; 128 equals = maxMemory == ((JavaArguments)o).maxMemory; 157 int hashCode = 44 + initialMemory + maxMemory; 173 .append(" Max Memory: ").append(maxMemory); [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ |
H A D | JavaArguments.java | 45 private int maxMemory = -1; field in class:JavaArguments 55 return maxMemory; 60 * @param maxMemory the maximum memory allowed to execute the command-line. 62 public void setMaxMemory(int maxMemory) argument 64 this.maxMemory = maxMemory; 124 && maxMemory == that.maxMemory 134 int hashCode = 44 + initialMemory + maxMemory; 148 .append(" Max Memory: ").append(maxMemory); [all...] |
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/ui/ |
H A D | JavaArgumentsDialog.java | 474 int maxMemory = -1; 500 maxMemory = Integer.parseInt(sMaxMemory); 501 if (maxMemory <= 0) 503 maxMemory = -1; 514 if (maxMemory != -1 && initialMemory != -1) 516 if (initialMemory > maxMemory) 527 checkAllArgumentsTogether(initialMemory, maxMemory, allErrors); 532 checkMemoryArguments(initialMemory, maxMemory, memoryErrors); 794 private void checkMemoryArguments(int initialMemory, int maxMemory, argument 801 if (maxMemory ! 838 checkAllArgumentsTogether(int initialMemory, int maxMemory, Collection<Message> errorMsgs) argument [all...] |
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/ui/ |
H A D | JavaArgumentsDialog.java | 475 int maxMemory = -1; 501 maxMemory = Integer.parseInt(sMaxMemory); 502 if (maxMemory <= 0) 504 maxMemory = -1; 515 if (maxMemory != -1 && initialMemory != -1) 517 if (initialMemory > maxMemory) 528 checkAllArgumentsTogether(initialMemory, maxMemory, allErrors); 533 checkMemoryArguments(initialMemory, maxMemory, memoryErrors); 795 private void checkMemoryArguments(int initialMemory, int maxMemory, argument 802 if (maxMemory ! 839 checkAllArgumentsTogether(int initialMemory, int maxMemory, Collection<Message> errorMsgs) argument [all...] |
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/ui/ |
H A D | JavaArgumentsDialog.java | 475 int maxMemory = -1; 501 maxMemory = Integer.parseInt(sMaxMemory); 502 if (maxMemory <= 0) 504 maxMemory = -1; 515 if (maxMemory != -1 && initialMemory != -1) 517 if (initialMemory > maxMemory) 528 checkAllArgumentsTogether(initialMemory, maxMemory, allErrors); 533 checkMemoryArguments(initialMemory, maxMemory, memoryErrors); 795 private void checkMemoryArguments(int initialMemory, int maxMemory, argument 802 if (maxMemory ! 839 checkAllArgumentsTogether(int initialMemory, int maxMemory, Collection<Message> errorMsgs) argument [all...] |
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/ui/ |
H A D | JavaArgumentsDialog.java | 474 int maxMemory = -1; 500 maxMemory = Integer.parseInt(sMaxMemory); 501 if (maxMemory <= 0) 503 maxMemory = -1; 514 if (maxMemory != -1 && initialMemory != -1) 516 if (initialMemory > maxMemory) 527 checkAllArgumentsTogether(initialMemory, maxMemory, allErrors); 532 checkMemoryArguments(initialMemory, maxMemory, memoryErrors); 794 private void checkMemoryArguments(int initialMemory, int maxMemory, argument 801 if (maxMemory ! 838 checkAllArgumentsTogether(int initialMemory, int maxMemory, Collection<Message> errorMsgs) argument [all...] |
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/ui/ |
H A D | JavaArgumentsDialog.java | 502 int maxMemory = -1; 528 maxMemory = Integer.parseInt(sMaxMemory); 529 if (maxMemory <= 0) 531 maxMemory = -1; 542 if (maxMemory != -1 && initialMemory != -1) 544 if (initialMemory > maxMemory) 555 checkAllArgumentsTogether(initialMemory, maxMemory, allErrors); 560 checkMemoryArguments(initialMemory, maxMemory, memoryErrors); 821 private void checkMemoryArguments(int initialMemory, int maxMemory, argument 828 if (maxMemory ! 865 checkAllArgumentsTogether(int initialMemory, int maxMemory, Collection<Message> errorMsgs) argument [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/ |
H A D | JavaArgumentsDialog.java | 469 int maxMemory = -1; 495 maxMemory = Integer.parseInt(sMaxMemory); 496 if (maxMemory <= 0) 498 maxMemory = -1; 509 if (maxMemory != -1 511 && initialMemory > maxMemory) 521 checkAllArgumentsTogether(initialMemory, maxMemory, allErrors); 526 checkMemoryArguments(initialMemory, maxMemory, memoryErrors); 782 private void checkMemoryArguments(int initialMemory, int maxMemory, argument 789 if (maxMemory ! 826 checkAllArgumentsTogether(int initialMemory, int maxMemory, Collection<LocalizableMessage> errorMsgs) argument [all...] |
/forgerock/opendj2/ext/ant/lib/ |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/forgerock/opendj-b2.6/ext/ant/lib/ |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/forgerock/opendj2.6.2/ext/ant/lib/ |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/forgerock/opendj2-hg/ext/ant/lib/ |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/ |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |