Searched defs:rename (Results 1 - 25 of 58) sorted by relevance

123

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/upgrade/
H A DFileManager.java200 * first deleted. The rename and delete operation return values are checked
204 * The file to rename.
208 * If a problem occurs while attempting to rename the file. On the
212 public static void rename(File fileToRename, File target) throws IOException method in class:FileManager
/forgerock/opendj2/src/server/org/opends/server/tools/upgrade/
H A DFileManager.java199 * first deleted. The rename and delete operation return values are checked
203 * The file to rename.
207 * If a problem occurs while attempting to rename the file. On the
211 public static void rename(File fileToRename, File target) throws IOException method in class:FileManager
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/upgrade/
H A DFileManager.java200 * first deleted. The rename and delete operation return values are checked
204 * The file to rename.
208 * If a problem occurs while attempting to rename the file. On the
212 public static void rename(File fileToRename, File target) throws IOException method in class:FileManager
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/upgrade/
H A DFileManager.java200 * first deleted. The rename and delete operation return values are checked
204 * The file to rename.
208 * If a problem occurs while attempting to rename the file. On the
212 public static void rename(File fileToRename, File target) throws IOException method in class:FileManager
/forgerock/opendj2-hg/src/server/org/opends/server/tools/upgrade/
H A DFileManager.java199 * first deleted. The rename and delete operation return values are checked
203 * The file to rename.
207 * If a problem occurs while attempting to rename the file. On the
211 public static void rename(File fileToRename, File target) throws IOException method in class:FileManager
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMUser.java73 public String rename(String newName, boolean deleteOldName) method in interface:AMUser
H A DAMUserImpl.java95 public String rename(String newName, boolean deleteOldName) method in class:AMUserImpl
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/
H A DFileManager.java198 * first deleted. The rename and delete operation return values are checked
202 * The file to rename.
206 * If a problem occurs while attempting to rename the file. On the
210 public static void rename(File fileToRename, File target) throws IOException method in class:FileManager
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMUser.java73 public String rename(String newName, boolean deleteOldName) method in interface:AMUser
H A DAMUserImpl.java95 public String rename(String newName, boolean deleteOldName) method in class:AMUserImpl
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DFileManager.java119 * it is first deleted. The rename and delete operation return values
123 * @param fileToRename The file to rename.
126 * @throws ApplicationException If a problem occurs while attempting to rename
131 public void rename(File fileToRename, File target) method in class:FileManager
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DManagedObjectPath.java1351 public ManagedObjectPath<C, S> rename(String newName) method in class:ManagedObjectPath
1354 throw new IllegalStateException("Cannot rename an empty path");
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DFileManager.java120 * it is first deleted. The rename and delete operation return values
124 * @param fileToRename The file to rename.
127 * @throws ApplicationException If a problem occurs while attempting to rename
132 public void rename(File fileToRename, File target) method in class:FileManager
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DManagedObjectPath.java1352 public ManagedObjectPath<C, S> rename(String newName) method in class:ManagedObjectPath
1355 throw new IllegalStateException("Cannot rename an empty path");
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DFileManager.java120 * it is first deleted. The rename and delete operation return values
124 * @param fileToRename The file to rename.
127 * @throws ApplicationException If a problem occurs while attempting to rename
132 public void rename(File fileToRename, File target) method in class:FileManager
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DManagedObjectPath.java1352 public ManagedObjectPath<C, S> rename(String newName) method in class:ManagedObjectPath
1355 throw new IllegalStateException("Cannot rename an empty path");
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DFileManager.java119 * it is first deleted. The rename and delete operation return values
123 * @param fileToRename The file to rename.
126 * @throws ApplicationException If a problem occurs while attempting to rename
131 public void rename(File fileToRename, File target) method in class:FileManager
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DManagedObjectPath.java1351 public ManagedObjectPath<C, S> rename(String newName) method in class:ManagedObjectPath
1354 throw new IllegalStateException("Cannot rename an empty path");
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DFileManager.java120 * it is first deleted. The rename and delete operation return values
124 * @param fileToRename The file to rename.
127 * @throws ApplicationException If a problem occurs while attempting to rename
132 public void rename(File fileToRename, File target) method in class:FileManager
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DManagedObjectPath.java1352 public ManagedObjectPath<C, S> rename(String newName) method in class:ManagedObjectPath
1355 throw new IllegalStateException("Cannot rename an empty path");
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DFileManager.java117 * it is first deleted. The rename and delete operation return values
121 * @param fileToRename The file to rename.
124 * @throws ApplicationException If a problem occurs while attempting to rename
129 public void rename(File fileToRename, File target) method in class:FileManager
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DManagedObjectPath.java1303 public ManagedObjectPath<C, S> rename(String newName) method in class:ManagedObjectPath
1306 throw new IllegalStateException("Cannot rename an empty path");
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DDN.java265 public DN rename(final DN fromDN, final DN toDN) method in class:DN
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DManagedObjectPath.java1067 public ManagedObjectPath<C, S> rename(String newName) { method in class:ManagedObjectPath
1069 throw new IllegalStateException("Cannot rename an empty path");
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DDataLayer.java607 public void rename(java.security.Principal principal, Guid guid, method in class:DataLayer
618 debug.message("DataLayer.rename retry: " + retry);
638 debug.warning("Exception in DataLayer.rename for DN: " + id, e);

Completed in 122 milliseconds

123