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

/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
H A DLockableFileWriter.java91 * @param lockDir the directory in which the lock file should be held
95 public LockableFileWriter(String fileName, boolean append, String lockDir) throws IOException { argument
96 this(new File(fileName), append, lockDir);
128 * @param lockDir the directory in which the lock file should be held
132 public LockableFileWriter(File file, boolean append, String lockDir) throws IOException { argument
133 this(file, null, append, lockDir);
154 * @param lockDir the directory in which the lock file should be held
159 String lockDir) throws IOException {
171 if (lockDir == null) {
172 lockDir
158 LockableFileWriter(File file, String encoding, boolean append, String lockDir) argument
194 testLockDir(File lockDir) argument
[all...]

Completed in 32 milliseconds