| Package | Description |
|---|---|
| org.apache.druid.java.util.common |
| Modifier and Type | Method and Description |
|---|---|
static FileUtils.LinkOrCopyResult |
FileUtils.linkOrCopy(File src,
File dest)
Hard-link "src" as "dest", if possible.
|
static FileUtils.LinkOrCopyResult |
FileUtils.LinkOrCopyResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileUtils.LinkOrCopyResult[] |
FileUtils.LinkOrCopyResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.