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

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallUserData.java48 private boolean removeLDIFs; field in class:UninstallUserData
183 * @param removeLDIFs remove LDIF files or not.
185 public void setRemoveLDIFs(boolean removeLDIFs) argument
187 this.removeLDIFs = removeLDIFs;
197 return removeLDIFs;
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallUserData.java47 private boolean removeLDIFs; field in class:UninstallUserData
182 * @param removeLDIFs remove LDIF files or not.
184 public void setRemoveLDIFs(boolean removeLDIFs) argument
186 this.removeLDIFs = removeLDIFs;
196 return removeLDIFs;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallUserData.java48 private boolean removeLDIFs; field in class:UninstallUserData
183 * @param removeLDIFs remove LDIF files or not.
185 public void setRemoveLDIFs(boolean removeLDIFs) argument
187 this.removeLDIFs = removeLDIFs;
197 return removeLDIFs;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallUserData.java47 private boolean removeLDIFs; field in class:UninstallUserData
182 * @param removeLDIFs remove LDIF files or not.
184 public void setRemoveLDIFs(boolean removeLDIFs) argument
186 this.removeLDIFs = removeLDIFs;
196 return removeLDIFs;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/uninstaller/
H A DUninstallUserData.java48 private boolean removeLDIFs; field in class:UninstallUserData
183 * @param removeLDIFs remove LDIF files or not.
185 public void setRemoveLDIFs(boolean removeLDIFs) argument
187 this.removeLDIFs = removeLDIFs;
197 return removeLDIFs;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/
H A DUninstallUserData.java48 private boolean removeLDIFs; field in class:UninstallUserData
181 * @param removeLDIFs remove LDIF files or not.
183 public void setRemoveLDIFs(boolean removeLDIFs) argument
185 this.removeLDIFs = removeLDIFs;
195 return removeLDIFs;

Completed in 39 milliseconds