Searched refs:JavaArgumentsDescriptor (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DJavaPropertiesPanel.java111 private Set<JavaArgumentsDescriptor> readJavaArguments =
112 new HashSet<JavaArgumentsDescriptor>();
114 private Set<JavaArgumentsDescriptor> currentJavaArguments =
115 new HashSet<JavaArgumentsDescriptor>();
424 Set<JavaArgumentsDescriptor> fakeArguments =
425 new HashSet<JavaArgumentsDescriptor>();
427 new JavaArgumentsDescriptor("start-ds", "-server -XM256j"));
429 new JavaArgumentsDescriptor("stop-ds", "-client"));
431 new JavaArgumentsDescriptor("import-ds.online", "-server"));
433 new JavaArgumentsDescriptor("impor
1071 private class JavaArgumentsDescriptor class in class:JavaPropertiesPanel
1082 public JavaArgumentsDescriptor(String commandName, String javaArguments) method in class:JavaPropertiesPanel.JavaArgumentsDescriptor
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DJavaPropertiesPanel.java110 private Set<JavaArgumentsDescriptor> readJavaArguments =
111 new HashSet<JavaArgumentsDescriptor>();
113 private Set<JavaArgumentsDescriptor> currentJavaArguments =
114 new HashSet<JavaArgumentsDescriptor>();
423 Set<JavaArgumentsDescriptor> fakeArguments =
424 new HashSet<JavaArgumentsDescriptor>();
426 new JavaArgumentsDescriptor("start-ds", "-server -XM256j"));
428 new JavaArgumentsDescriptor("stop-ds", "-client"));
430 new JavaArgumentsDescriptor("import-ds.online", "-server"));
432 new JavaArgumentsDescriptor("impor
1070 private class JavaArgumentsDescriptor class in class:JavaPropertiesPanel
1081 public JavaArgumentsDescriptor(String commandName, String javaArguments) method in class:JavaPropertiesPanel.JavaArgumentsDescriptor
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DJavaPropertiesPanel.java111 private Set<JavaArgumentsDescriptor> readJavaArguments =
112 new HashSet<JavaArgumentsDescriptor>();
114 private Set<JavaArgumentsDescriptor> currentJavaArguments =
115 new HashSet<JavaArgumentsDescriptor>();
424 Set<JavaArgumentsDescriptor> fakeArguments =
425 new HashSet<JavaArgumentsDescriptor>();
427 new JavaArgumentsDescriptor("start-ds", "-server -XM256j"));
429 new JavaArgumentsDescriptor("stop-ds", "-client"));
431 new JavaArgumentsDescriptor("import-ds.online", "-server"));
433 new JavaArgumentsDescriptor("impor
1071 private class JavaArgumentsDescriptor class in class:JavaPropertiesPanel
1082 public JavaArgumentsDescriptor(String commandName, String javaArguments) method in class:JavaPropertiesPanel.JavaArgumentsDescriptor
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DJavaPropertiesPanel.java110 private Set<JavaArgumentsDescriptor> readJavaArguments =
111 new HashSet<JavaArgumentsDescriptor>();
113 private Set<JavaArgumentsDescriptor> currentJavaArguments =
114 new HashSet<JavaArgumentsDescriptor>();
423 Set<JavaArgumentsDescriptor> fakeArguments =
424 new HashSet<JavaArgumentsDescriptor>();
426 new JavaArgumentsDescriptor("start-ds", "-server -XM256j"));
428 new JavaArgumentsDescriptor("stop-ds", "-client"));
430 new JavaArgumentsDescriptor("import-ds.online", "-server"));
432 new JavaArgumentsDescriptor("impor
1070 private class JavaArgumentsDescriptor class in class:JavaPropertiesPanel
1081 public JavaArgumentsDescriptor(String commandName, String javaArguments) method in class:JavaPropertiesPanel.JavaArgumentsDescriptor
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DJavaPropertiesPanel.java112 private Set<JavaArgumentsDescriptor> readJavaArguments =
113 new HashSet<JavaArgumentsDescriptor>();
115 private Set<JavaArgumentsDescriptor> currentJavaArguments =
116 new HashSet<JavaArgumentsDescriptor>();
425 Set<JavaArgumentsDescriptor> fakeArguments =
426 new HashSet<JavaArgumentsDescriptor>();
428 new JavaArgumentsDescriptor("start-ds", "-server -XM256j"));
430 new JavaArgumentsDescriptor("stop-ds", "-client"));
432 new JavaArgumentsDescriptor("import-ds.online", "-server"));
434 new JavaArgumentsDescriptor("impor
1069 private class JavaArgumentsDescriptor class in class:JavaPropertiesPanel
1080 public JavaArgumentsDescriptor(String commandName, String javaArguments) method in class:JavaPropertiesPanel.JavaArgumentsDescriptor
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DJavaPropertiesPanel.java112 private Set<JavaArgumentsDescriptor> readJavaArguments = new HashSet<>();
113 private Set<JavaArgumentsDescriptor> currentJavaArguments = new HashSet<>();
385 Set<JavaArgumentsDescriptor> fakeArguments = new HashSet<>();
387 new JavaArgumentsDescriptor("start-ds", "-server -XM256j"));
389 new JavaArgumentsDescriptor("stop-ds", "-client"));
391 new JavaArgumentsDescriptor("import-ds.online", "-server"));
393 new JavaArgumentsDescriptor("import-ds.offline", "-server"));
395 new JavaArgumentsDescriptor("export-ds.online", "-server"));
491 private Set<JavaArgumentsDescriptor> getCurrentJavaArguments()
493 HashSet<JavaArgumentsDescriptor> arg
982 private class JavaArgumentsDescriptor class in class:JavaPropertiesPanel
993 public JavaArgumentsDescriptor(String commandName, String javaArguments) method in class:JavaPropertiesPanel.JavaArgumentsDescriptor
[all...]

Completed in 74 milliseconds