| Package | Description |
|---|---|
| org.apache.commons.io.output |
Provides implementations of output classes, such as
OutputStream and
Writer. |
| Modifier and Type | Method and Description |
|---|---|
static LockableFileWriter.Builder |
LockableFileWriter.builder()
Constructs a new
LockableFileWriter.Builder. |
LockableFileWriter.Builder |
LockableFileWriter.Builder.setAppend(boolean append)
Sets whether to append (true) or overwrite (false).
|
LockableFileWriter.Builder |
LockableFileWriter.Builder.setLockDirectory(File lockDirectory)
Sets the directory in which the lock file should be held.
|
LockableFileWriter.Builder |
LockableFileWriter.Builder.setLockDirectory(String lockDirectory)
Sets the directory in which the lock file should be held.
|
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.